diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2002-03-19 12:17:23 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2002-03-19 12:17:23 +0800 |
commit | 8736aef66cfc25e8bea31aa3016bddeab5557774 (patch) | |
tree | 65a0f0c80e17fa168d81732f70c777fed9908e0e /dns | |
parent | 1e5cfc54b5182b191416735fa02ac947161d2d48 (diff) | |
download | freebsd-ports-gnome-8736aef66cfc25e8bea31aa3016bddeab5557774.tar.gz freebsd-ports-gnome-8736aef66cfc25e8bea31aa3016bddeab5557774.tar.zst freebsd-ports-gnome-8736aef66cfc25e8bea31aa3016bddeab5557774.zip |
Upgrade to 1.3.
Approved by: kris
Diffstat (limited to 'dns')
-rw-r--r-- | dns/totd/Makefile | 2 | ||||
-rw-r--r-- | dns/totd/distinfo | 2 | ||||
-rw-r--r-- | dns/totd/files/patch-aa | 14 |
3 files changed, 2 insertions, 16 deletions
diff --git a/dns/totd/Makefile b/dns/totd/Makefile index 0de3885fbb91..d59d9d1a98a6 100644 --- a/dns/totd/Makefile +++ b/dns/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/dns/totd/distinfo b/dns/totd/distinfo index b2f57376f612..9c8b704456a1 100644 --- a/dns/totd/distinfo +++ b/dns/totd/distinfo @@ -1 +1 @@ -MD5 (totd-1.2.tar.gz) = 4e682bb293c771a2f6ffc30aded20e0e +MD5 (totd-1.3.tar.gz) = bc6b85a5bddb72fc3fb20fa9fe50d3a0 diff --git a/dns/totd/files/patch-aa b/dns/totd/files/patch-aa deleted file mode 100644 index 2a3cb92ea7c9..000000000000 --- a/dns/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*/ |