freebsd-ports/net/netsaint/files/patch-ai
FUJISHIMA Satsuki c8091bb624 update to 0.0.7b2.
PR:		25482
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-09 21:06:34 +00:00

28 lines
666 B
Plaintext

--- daemon-init.in.orig Sun Feb 18 22:33:21 2001
+++ daemon-init.in Thu Mar 1 22:00:37 2001
@@ -68,12 +68,9 @@
# 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
-#fi
+if [ -f /usr/local/etc/netsaint/functions ]; then
+. /usr/local/etc/netsaint/functions
+fi
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -92,7 +89,7 @@
# Check that netsaint exists.
test -f $NetsaintBin || exit 0
-
+
# Check that netsaint.cfg exists.
test -f $NetsaintCfg || exit 0