diff options
Diffstat (limited to 'net-mgmt/netsaint/files')
-rw-r--r-- | net-mgmt/netsaint/files/patch-aa | 39 | ||||
-rw-r--r-- | net-mgmt/netsaint/files/patch-ab | 10 | ||||
-rw-r--r-- | net-mgmt/netsaint/files/patch-ad | 23 | ||||
-rw-r--r-- | net-mgmt/netsaint/files/patch-ae | 11 | ||||
-rw-r--r-- | net-mgmt/netsaint/files/patch-ag | 31 | ||||
-rw-r--r-- | net-mgmt/netsaint/files/patch-ai | 27 | ||||
-rw-r--r-- | net-mgmt/netsaint/files/patch-aj | 11 | ||||
-rw-r--r-- | net-mgmt/netsaint/files/patch-ak | 11 | ||||
-rw-r--r-- | net-mgmt/netsaint/files/patch-ba | 20 |
9 files changed, 0 insertions, 183 deletions
diff --git a/net-mgmt/netsaint/files/patch-aa b/net-mgmt/netsaint/files/patch-aa deleted file mode 100644 index 52e4d1752784..000000000000 --- a/net-mgmt/netsaint/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ ---- Makefile.in.orig Mon Apr 30 17:22:35 2001 -+++ Makefile.in Tue May 1 19:58:50 2001 -@@ -27,7 +27,7 @@ - INSTALL_OPTS=@INSTALL_OPTS@ - COMMAND_OPTS=@COMMAND_OPTS@ - INIT_DIR=@init_dir@ --INIT_OPTS=-o root -g root -+INIT_OPTS=-o root -g wheel - CGICFGDIR=$(CGIDIR) - PERLDIR=@PERLDIR@ - -@@ -99,20 +99,20 @@ - - install-config: - $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CFGDIR) -- $(INSTALL) -m 664 $(INSTALL_OPTS) netsaint.cfg $(DESTDIR)$(CFGDIR) -- $(INSTALL) -m 664 $(INSTALL_OPTS) hosts.cfg $(DESTDIR)$(CFGDIR) -- $(INSTALL) -m 664 $(INSTALL_OPTS) commands.cfg $(DESTDIR)$(CFGDIR) -- $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(DESTDIR)$(CFGDIR) -- $(INSTALL) -m 660 $(INSTALL_OPTS) resource.cfg $(DESTDIR)$(CFGDIR) -+ $(INSTALL) -m 664 $(INSTALL_OPTS) netsaint.cfg $(DESTDIR)$(CFGDIR)/netsaint.cfg.dist -+ $(INSTALL) -m 664 $(INSTALL_OPTS) hosts.cfg $(DESTDIR)$(CFGDIR)/hosts.cfg.dist -+ $(INSTALL) -m 664 $(INSTALL_OPTS) commands.cfg $(DESTDIR)$(CFGDIR)/commands.cfg.dist -+ $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(DESTDIR)$(CFGDIR)/nscgi.cfg.dist -+ $(INSTALL) -m 660 $(INSTALL_OPTS) resource.cfg $(DESTDIR)$(CFGDIR)/resource.cfg.dist - - install-init: install-daemoninit - - install-daemoninit: -- $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/netsaint -+ $(INSTALL) -m 774 $(INIT_OPTS) daemon-init $(DESTDIR)$(INIT_DIR)/netsaint.sh - - install-commandmode: - $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(LOGDIR)/rw -- chmod g+s $(DESTDIR)$(LOGDIR)/rw -+# chmod g+s $(DESTDIR)$(LOGDIR)/rw - - fullinstall: install install-init install-commandmode - diff --git a/net-mgmt/netsaint/files/patch-ab b/net-mgmt/netsaint/files/patch-ab deleted file mode 100644 index 52c154d64fd0..000000000000 --- a/net-mgmt/netsaint/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- base/Makefile.in.orig Sun Feb 18 22:33:22 2001 -+++ base/Makefile.in Thu Mar 1 21:58:39 2001 -@@ -86,7 +86,6 @@ - devclean: clean - - install: -- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(BINDIR) - $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(DESTDIR)$(BINDIR) - - diff --git a/net-mgmt/netsaint/files/patch-ad b/net-mgmt/netsaint/files/patch-ad deleted file mode 100644 index aeb6f67857ca..000000000000 --- a/net-mgmt/netsaint/files/patch-ad +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Thu Mar 1 04:54:12 2001 -+++ configure Thu Mar 1 21:58:09 2001 -@@ -11,7 +11,7 @@ - ac_help= - ac_default_prefix=/usr/local - # Any additions from configure.in: --ac_default_prefix=/usr/local/netsaint -+#ac_default_prefix=/usr/local/netsaint - ac_help="$ac_help - --with-netsaint-user=<user> sets user name to run netsaint" - ac_help="$ac_help -@@ -562,9 +562,9 @@ - # Prefer explicitly selected file to automatically selected ones. - if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then -- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" -+ CONFIG_SITE="$prefix/share/netsaint/config.site $prefix/etc/netsaint/config.site" - else -- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" -+ CONFIG_SITE="$ac_default_prefix/share/netsaint/config.site $ac_default_prefix/etc/netsaint/config.site" - fi - fi - for ac_site_file in $CONFIG_SITE; do diff --git a/net-mgmt/netsaint/files/patch-ae b/net-mgmt/netsaint/files/patch-ae deleted file mode 100644 index 37f2c6d96f62..000000000000 --- a/net-mgmt/netsaint/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Mon Apr 30 17:22:35 2001 -+++ configure.in Tue May 1 19:36:54 2001 -@@ -1,7 +1,7 @@ - dnl Process this -*-m4-*- file with autoconf to produce a configure script. - AC_INIT(base/netsaint.c) - AC_CONFIG_HEADER(common/config.h common/snprintf.h base/netsaint.h cgi/cgiutils.h) --AC_PREFIX_DEFAULT(/usr/local/netsaint) -+AC_PREFIX_DEFAULT(/usr/local) - - dnl Figure out how to invoke "install" and what install options to use. - AC_PROG_INSTALL diff --git a/net-mgmt/netsaint/files/patch-ag b/net-mgmt/netsaint/files/patch-ag deleted file mode 100644 index 14027c5d9cc9..000000000000 --- a/net-mgmt/netsaint/files/patch-ag +++ /dev/null @@ -1,31 +0,0 @@ ---- functions Fri Apr 7 11:11:34 2000 -+++ functions.new Sat Jun 10 13:31:31 2000 -@@ -11,7 +11,7 @@ - # - - # First set up a default search path. --PATH=/opt/gnu/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin -+PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin - export PATH - - # Get a sane screen width -@@ -174,7 +174,7 @@ - # fi - - # Finally try to extract it from ps -- pid=`ps -eo pid,ppid,fname | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` -+ pid=`ps -axco pid,ppid,command | egrep -v $$ | awk 'BEGIN { prog=ARGV[1]; ARGC=1 } { if ((prog == $3) || (("(" prog ")") == $3) || (("[" prog "]") == $3) || ((prog ":") == $3)) { print $1 ; exit 0 } }' $1` - if [ "$pid" != "" ] ; then - echo $pid - return 0 -@@ -206,8 +206,8 @@ - fi - fi - -- # See if /var/lock/subsys/$1 exists -- if [ -f /var/lock/subsys/$1 ]; then -+ # See if /var/spool/lock/$1 exists -+ if [ -f /var/spool/lock/$1 ]; then - echo "$1 dead but subsys locked" - return 2 - fi 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 diff --git a/net-mgmt/netsaint/files/patch-aj b/net-mgmt/netsaint/files/patch-aj deleted file mode 100644 index c427778f0d2b..000000000000 --- a/net-mgmt/netsaint/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- html/main.html.orig Sat Mar 2 01:41:54 2002 -+++ html/main.html Wed Mar 13 09:12:58 2002 -@@ -27,7 +27,7 @@ - - <P> - <div align="center"> --<IMG SRC="images/logofullsize.gif" BORDER="0" ALT="NetSaint" width="238" height="227"><br> -+<IMG SRC="images/bsd_logofullsize.gif" BORDER="0" ALT="NetSaint" width="238" height="227"><br> - Copyright (c) 1999-2002 Ethan Galstad<br> - <a href="mailto:netsaint@netsaint.org">netsaint@netsaint.org</a> - </div> diff --git a/net-mgmt/netsaint/files/patch-ak b/net-mgmt/netsaint/files/patch-ak deleted file mode 100644 index b419a9d04564..000000000000 --- a/net-mgmt/netsaint/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- html/side.html.in.org Sun Sep 16 11:36:54 2001 -+++ html/side.html.in Sun Sep 16 11:39:53 2001 -@@ -44,7 +44,7 @@ - <table width="150" border="0"> - <tr> - <td> -- <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/sblogo.gif" width="130" height="125" border="0"></a></div> -+ <div align="center"><a href="http://www.netsaint.org" target="_top"><img src="images/bsd_sblogo.gif" width="110" height="95" border="0"></a></div> - </td> - </tr> - </table> diff --git a/net-mgmt/netsaint/files/patch-ba b/net-mgmt/netsaint/files/patch-ba deleted file mode 100644 index c4b47eabff35..000000000000 --- a/net-mgmt/netsaint/files/patch-ba +++ /dev/null @@ -1,20 +0,0 @@ ---- base/utils.c.orig Thu Feb 21 02:47:12 2002 -+++ base/utils.c Tue Jun 11 09:21:53 2002 -@@ -1884,6 +1884,17 @@ - val|=FD_CLOEXEC; - fcntl(lockfile,F_SETFD,val); - -+ /* close existing stdin, stdout, stderr */ -+ close(0); -+ close(1); -+ close(2); -+ -+ /* THIS HAS TO BE DONE TO AVOID PROBLEMS WITH STDERR BEING REDIRECTED TO SERVICE MESSAGE PIPE! */ -+ /* re-open stdin, stdout, stderr with known values */ -+ open("/dev/null",O_RDONLY); -+ open("/dev/null",O_WRONLY); -+ open("/dev/null",O_WRONLY); -+ - return OK; - } - |