diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 21:52:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 21:52:42 +0000 |
commit | d051adb6221bb089bbf9f40c183d2ca3b3c09a2e (patch) | |
tree | c166d93f34cd949d4a9a82f82342e4248bc80fc6 /net-mgmt/nagios12/files/patch-ai | |
parent | Quietly try to remove directory upon deinstall. (diff) |
- Update to 2.0b2
WARNING: This version removes MySQL and PostgreSQL support.
PR: ports/77478
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=128860
Diffstat (limited to 'net-mgmt/nagios12/files/patch-ai')
-rw-r--r-- | net-mgmt/nagios12/files/patch-ai | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-mgmt/nagios12/files/patch-ai b/net-mgmt/nagios12/files/patch-ai deleted file mode 100644 index 433d6d74758d..000000000000 --- a/net-mgmt/nagios12/files/patch-ai +++ /dev/null @@ -1,25 +0,0 @@ ---- daemon-init.in.orig Thu Apr 18 06:27:13 2002 -+++ daemon-init.in Sun May 19 08:39:29 2002 -@@ -68,11 +68,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 @sysconfdir@/functions ]; then -+. @sysconfdir@/functions - fi - - prefix=@prefix@ -@@ -102,7 +99,7 @@ - - start) - echo "Starting network monitor: nagios" -- su -l $Nagios -c "touch $NagiosVar/nagios.log $NagiosSav" -+ su -m $Nagios -c "touch $NagiosVar/nagios.log $NagiosSav" - rm -f $NagiosCmd - $NagiosBin -d $NagiosCfg - if [ -d $NagiosLckDir ]; then touch $NagiosLckDir/$NagiosLckFile; fi |