diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-23 01:36:53 +0000 |
commit | 8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch) | |
tree | 1c37a6088704b234484b1352cd1f882fb2a253ad /net-mgmt/nagios12/files/patch-aa | |
parent | Catch up with Wnn6-lib update. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Diffstat (limited to 'net-mgmt/nagios12/files/patch-aa')
-rw-r--r-- | net-mgmt/nagios12/files/patch-aa | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/nagios12/files/patch-aa b/net-mgmt/nagios12/files/patch-aa deleted file mode 100644 index 3eb6719e49f6..000000000000 --- a/net-mgmt/nagios12/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in Fri Apr 7 11:11:31 2000 -+++ Makefile.in.new Mon Jun 12 19:33:19 2000 -@@ -36,7 +36,7 @@ - @echo "Please supply a command line argument (i.e. 'make all'). Other targets are:" - @echo " netsaint cgis config" - @echo " clean distclean devclean" -- @echo " install install-html install-config install-init install-daemoninit install-commandmode" -+ @echo " install install-html install-config install-init install-daemoninit install-commandmode install-all" - @echo " uninstall" - - # FreeBSD make does not support -C option, so we'll use the Apache style... (patch by Stanley Hopcroft 12/27/1999) -@@ -99,13 +99,17 @@ - $(INSTALL) -m 664 $(INSTALL_OPTS) nscgi.cfg $(CGIDIR) - - install-init: -- $(INSTALL) -m 774 -o root -g root init-script /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel init-script /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-daemoninit: -- $(INSTALL) -m 774 -o root -g root daemon-init /etc/rc.d/init.d/netsaint -+ $(INSTALL) -m 774 -o root -g wheel daemon-init /usr/local/etc/rc.d/netsaint.sh -+ $(INSTALL) -m 774 -o netsaint -g netsaint functions /usr/local/etc/netsaint/functions - - install-commandmode: - $(INSTALL) -m 775 $(COMMAND_OPTS) -d $(LOGDIR)/rw - - uninstall: - rm -rf $(BINDIR)/netsaint $(CGIDIR)/*.cgi $(CFGDIR)/*.cfg $(HTMLDIR) -+ -+install-all: all install config install-config install-daemoninit |