]> git.pld-linux.org Git - packages/bsd-games.git/commitdiff
- use frm not from command in countmail.
authorkloczek <kloczek@pld-linux.org>
Fri, 23 Feb 2001 05:24:50 +0000 (05:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bsd-games-from.patch -> 1.1

bsd-games-from.patch [new file with mode: 0644]

diff --git a/bsd-games-from.patch b/bsd-games-from.patch
new file mode 100644 (file)
index 0000000..5480c12
--- /dev/null
@@ -0,0 +1,36 @@
+--- bsd-games-2.8/countmail/countmail.foo      Mon Nov  1 13:33:35 1999
++++ bsd-games-2.8/countmail/countmail  Mon Nov  1 13:35:52 1999
+@@ -42,15 +42,15 @@
+ # Caveats:
+ #
+ # The read loop is horrendously slow on every implementation I've
+-# tried.  I suggest using from(1) and wc(1) instead, though these are
++# tried.  I suggest using frm(1) and wc(1) instead, though these are
+ # not shell builtins.
+ # for krb.
+-#set -- `from -t`
++#set -- `frm -t`
+ #v=$3
+-set -- `from | wc -l`
++set -- `frm | wc -l`
+ v=$1
+-#v=`from | wc -l`
++#v=`frm | wc -l`
+ #v=0
+ #exec 0</var/mail/$USER
+--- bsd-games-2.12/countmail/countmail.6.foo   Mon Nov  1 13:36:16 1999
++++ bsd-games-2.12/countmail/countmail.6       Wed Sep 27 15:54:54 2000
+@@ -50,9 +50,9 @@
+ The read loop is horrendously slow on every shell implementation tried.
+ .Nm
+ uses
+-.Xr from 1
++.Xr frm 1
+ and
+ .Xr wc 1
+ instead, though these are not shell builtins.
+ .Sh SEE ALSO
+-.Xr from 1
++.Xr frm 1
This page took 0.062184 seconds and 4 git commands to generate.