diff options
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 4 | ||||
-rw-r--r-- | net/totd/distinfo | 7 | ||||
-rw-r--r-- | net/totd/patches/patch-aa | 12 |
3 files changed, 5 insertions, 18 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 4b81b10a2f5..0db60561eea 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2001/04/02 19:24:09 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/03/15 01:54:15 itojun Exp $ # -DISTNAME= totd-1.2 +DISTNAME= totd-1.3 CATEGORIES= net MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ diff --git a/net/totd/distinfo b/net/totd/distinfo index 609a39e40ca..1aadcdbb7df 100644 --- a/net/totd/distinfo +++ b/net/totd/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:37 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/03/15 01:54:15 itojun Exp $ -SHA1 (totd-1.2.tar.gz) = 6c035948eade7ee01fdf9da83beecc6fe3849247 -Size (totd-1.2.tar.gz) = 90264 bytes -SHA1 (patch-aa) = 9abe77128733c7a5a3447884c1b81f6e6ec96723 +SHA1 (totd-1.3.tar.gz) = bd779797168880c9a82582db9c5998e43259683b +Size (totd-1.3.tar.gz) = 82133 bytes 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 */ - |