diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-03-19 04:17:23 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-03-19 04:17:23 +0000 |
commit | 86e0790656e645dc7efd99b25a7b473d7628c708 (patch) | |
tree | effbe1af982220fa8f890e0812db2c11af912f41 /net/totd | |
parent | bf74987ed78aeb7a0ba7ff3e4aed34e96ebc4863 (diff) | |
download | ports-86e0790656e645dc7efd99b25a7b473d7628c708.tar.gz ports-86e0790656e645dc7efd99b25a7b473d7628c708.zip |
Notes
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 2 | ||||
-rw-r--r-- | net/totd/distinfo | 2 | ||||
-rw-r--r-- | net/totd/files/patch-aa | 14 |
3 files changed, 2 insertions, 16 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 0de3885fbb91..d59d9d1a98a6 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= totd -PORTVERSION= 1.2 +PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ diff --git a/net/totd/distinfo b/net/totd/distinfo index b2f57376f612..9c8b704456a1 100644 --- a/net/totd/distinfo +++ b/net/totd/distinfo @@ -1 +1 @@ -MD5 (totd-1.2.tar.gz) = 4e682bb293c771a2f6ffc30aded20e0e +MD5 (totd-1.3.tar.gz) = bc6b85a5bddb72fc3fb20fa9fe50d3a0 diff --git a/net/totd/files/patch-aa b/net/totd/files/patch-aa deleted file mode 100644 index 2a3cb92ea7c9..000000000000 --- a/net/totd/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ ---- config.h.in- Sun Apr 23 22:17:36 2000 -+++ config.h.in Sun Apr 23 22:17:45 2000 -@@ -33,9 +33,9 @@ - - /* security aware -- seteuid if tot doesn't need priveledge. */ - /* 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*/ - - /* if you use IPV6 */ - /*#define USE_INET6*/ |