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-mgmt/nagios2/files/patch-ae | |
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-mgmt/nagios2/files/patch-ae')
-rw-r--r-- | net-mgmt/nagios2/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios2/files/patch-ae b/net-mgmt/nagios2/files/patch-ae new file mode 100644 index 000000000000..6cbf9e27ebbf --- /dev/null +++ b/net-mgmt/nagios2/files/patch-ae @@ -0,0 +1,11 @@ +--- configure.in Fri Apr 7 11:11:34 2000 ++++ configure.in.new Mon Jun 5 16:09:21 2000 +@@ -1,7 +1,7 @@ + dnl Process this file with autoconf to produce a configure script. + AC_INIT(base/netsaint.c) + AC_CONFIG_HEADER(common/config.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. + |