diff options
author | itojun <itojun> | 2002-03-15 01:54:15 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-03-15 01:54:15 +0000 |
commit | d8b34b6b533cdb53698b8c2fce2b6446161bf165 (patch) | |
tree | 218a5074a12aa78bf39de2f9d6dbf86e1dfbef78 /net/totd/patches | |
parent | b31416dfd4f9a74597f307c9dde832cdfff53105 (diff) | |
download | pkgsrc-d8b34b6b533cdb53698b8c2fce2b6446161bf165.tar.gz |
upgrade to 1.3.
changes from 1.2 to 1.3, to quote feico's message:
>It does add little functionality over version 1.2, but the code
>quality is a lot higher and many bugs/misfeatures and loose ends
>have been fixed.
Diffstat (limited to 'net/totd/patches')
-rw-r--r-- | net/totd/patches/patch-aa | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/totd/patches/patch-aa b/net/totd/patches/patch-aa deleted file mode 100644 index 32e87bb9f92..00000000000 --- a/net/totd/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/12/14 21:43:21 itojun Exp $ - ---- config.h.in.orig Fri Oct 13 21:58:21 2000 -+++ config.h.in Fri Dec 15 06:41:25 2000 -@@ -37,5 +37,5 @@ - /* the user/group name to use ... i recommend to make account of tot */ --#define TOT_USER "tot" -+/* #define TOT_USER "tot" */ - /* define loglevel if you need log for each root priv action */ --#define TOT_USER_LOGLVL LOG_INFO -+/* #define TOT_USER_LOGLVL LOG_INFO */ - |