From 24138afdffd13e51deacee92f648ce3f061035bd Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Wed, 12 Jul 2000 18:43:32 +0000 Subject: Add NetSaint 0.0.5-2, an extremely powerful network monitoring system. Patches submitted by: Jim Sloan , to whom I am extremely grateful! Thanks! --- net/nagios/files/patch-ai | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 net/nagios/files/patch-ai (limited to 'net/nagios/files/patch-ai') diff --git a/net/nagios/files/patch-ai b/net/nagios/files/patch-ai new file mode 100644 index 000000000000..7f1b2a014d5e --- /dev/null +++ b/net/nagios/files/patch-ai @@ -0,0 +1,22 @@ +--- init-script.in Fri Apr 7 11:11:37 2000 ++++ init-script.in.new Mon Jun 12 19:28:55 2000 +@@ -26,11 +26,8 @@ + # + + # 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 + fi + + prefix=@prefix@ +@@ -92,4 +89,4 @@ + + # End of this script + +- ++ -- cgit v1.2.3