diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-27 02:45:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-08-27 02:45:15 +0000 |
commit | 067e95c42089e1d395d611c5b68d51c129f55541 (patch) | |
tree | 66609168344b38ffd4b5d03b1ae65d3e11e71782 /net-im/icb/files/patch-oset.c | |
parent | Find the user's homedir in a more complete way. (diff) |
Add the ability to prefix each line with a timestamp.
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=32019
Diffstat (limited to 'net-im/icb/files/patch-oset.c')
-rw-r--r-- | net-im/icb/files/patch-oset.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/icb/files/patch-oset.c b/net-im/icb/files/patch-oset.c new file mode 100644 index 000000000000..ceba9beaa9f9 --- /dev/null +++ b/net-im/icb/files/patch-oset.c @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.2 1999/11/26 22:12:37 hubertf Exp $ + +diff -x *.orig -urN ./icb/oset.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/oset.c +--- ./icb/oset.c Fri Feb 24 22:20:24 1995 ++++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/oset.c Fri Nov 26 22:56:31 1999 +@@ -39,6 +39,7 @@ + { "pagesize", V_INT, (char *)&gv.pagesize }, + { "pauseonshell", V_BOOLEAN, (char *)&gv.pauseonshell }, + { "personalto", V_STRING, (char *)&gv.personalto }, ++ { "printtime", V_BOOLEAN, (char *)&gv.printtime }, + { "restricted", V_BOOLEAN, (char *)&gv.restricted }, + { "tabreply", V_BOOLEAN, (char *)&gv.tabreply }, + { "timedisplay", V_STRING, (char *)&gv.timedisplay }, |