From 6112134f225606f40880f90d267f5c1112e200db Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 12 Jan 2001 23:36:31 +0000 Subject: update to 0.0.6 --- net/netsaint/files/patch-af | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 net/netsaint/files/patch-af (limited to 'net/netsaint/files/patch-af') diff --git a/net/netsaint/files/patch-af b/net/netsaint/files/patch-af deleted file mode 100644 index 58d7998ff8d8..000000000000 --- a/net/netsaint/files/patch-af +++ /dev/null @@ -1,24 +0,0 @@ ---- daemon-init.in Fri Apr 7 11:11:34 2000 -+++ daemon-init.in.new Mon Jun 5 16:11:44 2000 -@@ -27,10 +27,11 @@ - - # Source function library - # Solaris doesn't have an rc.d directory, so do a test first --if [ -f /etc/rc.d/init.d/functions ]; then --. /etc/rc.d/init.d/functions --elif [ -f /etc/init.d/functions ]; then --. /etc/init.d/functions -+if [ -f /usr/local/etc/netsaint/functions ]; then -+. /usr/local/etc/netsaint/functions -+else -+ echo "/usr/local/etc/netsaint/functions missing" -+ exit 1 - fi - - prefix=@prefix@ -@@ -85,4 +86,4 @@ - exit 1 - esac - --# End of this script -+# End of this script -- cgit v1.2.3