summaryrefslogtreecommitdiff
path: root/net-mgmt/netsaint/files/patch-ai
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-27 23:52:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-27 23:52:07 +0000
commitc4d3bf1df482de7f1c2680dcf3337b21a9c63586 (patch)
tree2e5b6743863b2c86eedaa2459e4da25a075e2924 /net-mgmt/netsaint/files/patch-ai
parent- Update to 0.7.1 (diff)
2007-10-31 www/vtiger4: This version is no longer supported by the developers
2007-12-01 www/xpi-surfkeys: Development has been ceased 2008-02-01 sysutils/eventwatcher: no active development 2007-10-27 sysutils/p5-UPS-Nut: Version branch long since retired 2007-10-31 net-mgmt/netsaint: Now developed as Nagios, see net-mgmt/nagios port 2007-10-31 net-mgmt/netsaint-plugins: Now developed as Nagios, see net-mgmt/nagios port 2008-01-22 benchmarks/tsung: "fails to install" 2007-10-03 games/ggo: developer's focus have moved elsewhere 2008-02-15 mail/claws-mail-etpan_privacy: no longer supported by developers
Diffstat (limited to 'net-mgmt/netsaint/files/patch-ai')
-rw-r--r--net-mgmt/netsaint/files/patch-ai27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-mgmt/netsaint/files/patch-ai b/net-mgmt/netsaint/files/patch-ai
deleted file mode 100644
index 1820da920208..000000000000
--- a/net-mgmt/netsaint/files/patch-ai
+++ /dev/null
@@ -1,27 +0,0 @@
---- daemon-init.in.orig Sat Mar 24 19:58:26 2001
-+++ daemon-init.in Tue May 1 19:38:52 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 @sysconfdir@/functions ]; then
-+. @sysconfdir@/functions
-+fi
-
- prefix=@prefix@
- exec_prefix=@exec_prefix@
-@@ -102,7 +99,7 @@
-
- start)
- echo "Starting network monitor: netsaint"
-- su $Netsaint -c "touch $NetsaintVar/netsaint.log $NetsaintSav"
-+ su -m $Netsaint -c "touch $NetsaintVar/netsaint.log $NetsaintSav"
- rm -f $NetsaintCmd
- $NetsaintBin -d $NetsaintCfg
- if [ -d $NetsaintLckDir ]; then touch $NetsaintLckDir/$NetsaintLckFile; fi