openbsd-ports/net/icb/patches/patch-as
brad 47d4e04482 add a feature which allows icb to print the current time in front of every
line by setting the option printtime to true.

From: NetBSD
2000-01-16 11:29:54 +00:00

11 lines
480 B
Plaintext

--- icb/oset.c.orig Sun Jan 16 05:24:09 2000
+++ icb/oset.c Sun Jan 16 05:25:55 2000
@@ -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 },