diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-02-10 10:21:06 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-02-10 10:21:06 -0800 |
commit | 8606fc8f29fe5b419b74e051c3c8b226ab29c399 (patch) | |
tree | 9367851dd70f96cd40d78b763f085a1b7d7b572f | |
parent | 0719ce2aa793f28ca63d2395a3568b75a60db27b (diff) | |
parent | e31773cbf3e2c3dd6f8b483a9afb083fc78119aa (diff) | |
download | plan9front-8606fc8f29fe5b419b74e051c3c8b226ab29c399.tar.xz |
merge
-rw-r--r-- | lib/theo | 3 | ||||
-rwxr-xr-x | rc/bin/newt | 3 | ||||
-rw-r--r-- | sys/games/lib/fortunes | 1 | ||||
-rw-r--r-- | sys/lib/mimetype | 1 | ||||
-rw-r--r-- | sys/src/cmd/upas/vf/vf.c | 2 |
5 files changed, 7 insertions, 3 deletions
@@ -927,3 +927,6 @@ No. It ends here. For now, no. I'm think you don't get it. 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. diff --git a/rc/bin/newt b/rc/bin/newt index a79a0e796..0a899bf51 100755 --- a/rc/bin/newt +++ b/rc/bin/newt @@ -25,7 +25,6 @@ fn e{ if(~ $yn y) cat /tmp/post >$mnt/$group/post } -fn f { du -a $* | sed 's/^.* //g' } fn fmtd{ date=`{cat} if(! ~ $date(1) [0-9]*) @@ -96,7 +95,7 @@ fn getr{ fn h{ sed -n $1^p /tmp/h } fn k{ kmnt=`{echo $mnt | sed 's/\//\\\//g'} - f $mnt/$* | + walk $mnt/$* | grep -v -e '\/([0-9]+|article|body|header|post|xover)$' | sed 's/^'$"kmnt'\// g /g' | sort | diff --git a/sys/games/lib/fortunes b/sys/games/lib/fortunes index 6379f90ef..04a0f6305 100644 --- a/sys/games/lib/fortunes +++ b/sys/games/lib/fortunes @@ -5254,3 +5254,4 @@ On the Internet, we are all Poland. -- Michael Hayden 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 You need a UNIX system to run SATAN. +That depends on how you define native. -- Andre Garzia diff --git a/sys/lib/mimetype b/sys/lib/mimetype index e10298fc4..4e70fa20c 100644 --- a/sys/lib/mimetype +++ b/sys/lib/mimetype @@ -91,6 +91,7 @@ .p text plain - y # Pascal program .p7m application x-pkcs7-mime - y # SMIME .p7s application x-pkcs7-signature - y # SMIME +.patch text plain - y .pbm image x-portable-bitmap - y .pdf application pdf - y # Adobe Portable Document Format .pif application octet-stream - r # DOS executable diff --git a/sys/src/cmd/upas/vf/vf.c b/sys/src/cmd/upas/vf/vf.c index d527dc7b2..60342d247 100644 --- a/sys/src/cmd/upas/vf/vf.c +++ b/sys/src/cmd/upas/vf/vf.c @@ -387,7 +387,7 @@ save(Part *p, char *file) Bprint(&out, "From virusfilter %τ\n", thedate(&tm)); writeheader(p, 0); bodyoff = Boffset(&out); - passbody(p, 1); + passbody(p, 0); Bprint(&out, "\n"); Bterm(&out); close(fd); |