]> git.pld-linux.org Git - packages/bsd-games.git/blame - bsd-games-from.patch
- CVE reference for debian patch
[packages/bsd-games.git] / bsd-games-from.patch
CommitLineData
a1dde0a9 1--- bsd-games-2.8/countmail/countmail.foo Mon Nov 1 13:33:35 1999
2+++ bsd-games-2.8/countmail/countmail Mon Nov 1 13:35:52 1999
3@@ -42,15 +42,15 @@
4 # Caveats:
5 #
6 # The read loop is horrendously slow on every implementation I've
7-# tried. I suggest using from(1) and wc(1) instead, though these are
8+# tried. I suggest using frm(1) and wc(1) instead, though these are
9 # not shell builtins.
10
11 # for krb.
12-#set -- `from -t`
13+#set -- `frm -t`
14 #v=$3
15-set -- `from | wc -l`
16+set -- `frm | wc -l`
17 v=$1
18-#v=`from | wc -l`
19+#v=`frm | wc -l`
20
21 #v=0
22 #exec 0</var/mail/$USER
23--- bsd-games-2.12/countmail/countmail.6.foo Mon Nov 1 13:36:16 1999
24+++ bsd-games-2.12/countmail/countmail.6 Wed Sep 27 15:54:54 2000
25@@ -50,9 +50,9 @@
26 The read loop is horrendously slow on every shell implementation tried.
27 .Nm
28 uses
29-.Xr from 1
30+.Xr frm 1
31 and
32 .Xr wc 1
33 instead, though these are not shell builtins.
34 .Sh SEE ALSO
35-.Xr from 1
36+.Xr frm 1
This page took 0.028824 seconds and 4 git commands to generate.