diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-12 18:43:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-12 18:43:32 +0000 |
commit | 24138afdffd13e51deacee92f648ce3f061035bd (patch) | |
tree | d4864831023d0c7fbfaee7df7db8854da0053999 /net/nagios/files/patch-ab | |
parent | Remove call to deprecated function, dllockinit(). (diff) |
Add NetSaint 0.0.5-2, an extremely powerful network monitoring system.
Patches submitted by: Jim Sloan <odinn@atlantabiker.net>, to whom I am
extremely grateful! Thanks!
Notes
Notes:
svn path=/head/; revision=30533
Diffstat (limited to 'net/nagios/files/patch-ab')
-rw-r--r-- | net/nagios/files/patch-ab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/nagios/files/patch-ab b/net/nagios/files/patch-ab new file mode 100644 index 000000000000..f7ce712a1276 --- /dev/null +++ b/net/nagios/files/patch-ab @@ -0,0 +1,8 @@ +--- base/Makefile.in Fri Apr 7 11:11:32 2000 ++++ base/Makefile.in.new Sat Jun 10 21:45:15 2000 +@@ -52,5 +52,4 @@ + rm -f *~ + + install: +- $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(BINDIR) + $(INSTALL) -m 774 $(INSTALL_OPTS) netsaint $(BINDIR) |