merge
This commit is contained in:
commit
8606fc8f29
5 changed files with 7 additions and 3 deletions
3
lib/theo
3
lib/theo
|
@ -927,3 +927,6 @@ No. It ends here.
|
||||||
For now, no.
|
For now, no.
|
||||||
I'm think you don't get it.
|
I'm think you don't get it.
|
||||||
I hear "me me me".
|
I hear "me me me".
|
||||||
|
If you guys aren't part of the solution, you are part of the precipitate.
|
||||||
|
Nothing is perfect.
|
||||||
|
Some users really are their own worst enemy.
|
||||||
|
|
|
@ -25,7 +25,6 @@ fn e{
|
||||||
if(~ $yn y)
|
if(~ $yn y)
|
||||||
cat /tmp/post >$mnt/$group/post
|
cat /tmp/post >$mnt/$group/post
|
||||||
}
|
}
|
||||||
fn f { du -a $* | sed 's/^.* //g' }
|
|
||||||
fn fmtd{
|
fn fmtd{
|
||||||
date=`{cat}
|
date=`{cat}
|
||||||
if(! ~ $date(1) [0-9]*)
|
if(! ~ $date(1) [0-9]*)
|
||||||
|
@ -96,7 +95,7 @@ fn getr{
|
||||||
fn h{ sed -n $1^p /tmp/h }
|
fn h{ sed -n $1^p /tmp/h }
|
||||||
fn k{
|
fn k{
|
||||||
kmnt=`{echo $mnt | sed 's/\//\\\//g'}
|
kmnt=`{echo $mnt | sed 's/\//\\\//g'}
|
||||||
f $mnt/$* |
|
walk $mnt/$* |
|
||||||
grep -v -e '\/([0-9]+|article|body|header|post|xover)$' |
|
grep -v -e '\/([0-9]+|article|body|header|post|xover)$' |
|
||||||
sed 's/^'$"kmnt'\// g /g' |
|
sed 's/^'$"kmnt'\// g /g' |
|
||||||
sort |
|
sort |
|
||||||
|
|
|
@ -5254,3 +5254,4 @@ On the Internet, we are all Poland. -- Michael Hayden
|
||||||
By the way, BBCNews site makes corrupt the browser. -- Kenji
|
By the way, BBCNews site makes corrupt the browser. -- Kenji
|
||||||
As much as I'd love to I feel I have to let it go -- rminnich
|
As much as I'd love to I feel I have to let it go -- rminnich
|
||||||
You need a UNIX system to run SATAN.
|
You need a UNIX system to run SATAN.
|
||||||
|
That depends on how you define native. -- Andre Garzia
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
.p text plain - y # Pascal program
|
.p text plain - y # Pascal program
|
||||||
.p7m application x-pkcs7-mime - y # SMIME
|
.p7m application x-pkcs7-mime - y # SMIME
|
||||||
.p7s application x-pkcs7-signature - y # SMIME
|
.p7s application x-pkcs7-signature - y # SMIME
|
||||||
|
.patch text plain - y
|
||||||
.pbm image x-portable-bitmap - y
|
.pbm image x-portable-bitmap - y
|
||||||
.pdf application pdf - y # Adobe Portable Document Format
|
.pdf application pdf - y # Adobe Portable Document Format
|
||||||
.pif application octet-stream - r # DOS executable
|
.pif application octet-stream - r # DOS executable
|
||||||
|
|
|
@ -387,7 +387,7 @@ save(Part *p, char *file)
|
||||||
Bprint(&out, "From virusfilter %τ\n", thedate(&tm));
|
Bprint(&out, "From virusfilter %τ\n", thedate(&tm));
|
||||||
writeheader(p, 0);
|
writeheader(p, 0);
|
||||||
bodyoff = Boffset(&out);
|
bodyoff = Boffset(&out);
|
||||||
passbody(p, 1);
|
passbody(p, 0);
|
||||||
Bprint(&out, "\n");
|
Bprint(&out, "\n");
|
||||||
Bterm(&out);
|
Bterm(&out);
|
||||||
close(fd);
|
close(fd);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue