diff options
author | will <will@FreeBSD.org> | 2000-07-13 02:43:32 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-13 02:43:32 +0800 |
commit | 1579598a0fe04af43ea21dbc65cf55dc74eee4e1 (patch) | |
tree | fcd237d53ebb71732873371cd6019373ce09addd /net-mgmt/nagios2/files/patch-ad | |
parent | 55941e862c29523c2ab4adf25d92f35debf0e80f (diff) | |
download | freebsd-ports-graphics-1579598a0fe04af43ea21dbc65cf55dc74eee4e1.tar.gz freebsd-ports-graphics-1579598a0fe04af43ea21dbc65cf55dc74eee4e1.tar.zst freebsd-ports-graphics-1579598a0fe04af43ea21dbc65cf55dc74eee4e1.zip |
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!
Diffstat (limited to 'net-mgmt/nagios2/files/patch-ad')
-rw-r--r-- | net-mgmt/nagios2/files/patch-ad | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/net-mgmt/nagios2/files/patch-ad b/net-mgmt/nagios2/files/patch-ad new file mode 100644 index 00000000000..33826d5aec6 --- /dev/null +++ b/net-mgmt/nagios2/files/patch-ad @@ -0,0 +1,60 @@ +--- configure Fri Apr 7 11:11:34 2000 ++++ configure.new Sat Jun 10 21:21:25 2000 +@@ -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 +@@ -61,12 +61,12 @@ + x_includes=NONE + x_libraries=NONE + bindir='${exec_prefix}/bin' +-sbindir='${exec_prefix}/sbin' +-libexecdir='${exec_prefix}/libexec' +-datadir='${prefix}/share' +-sysconfdir='${prefix}/etc' ++sbindir='${exec_prefix}/share/netsaint/sbin' ++libexecdir='${exec_prefix}/libexec/netsaint' ++datadir='${prefix}/share/netsaint' ++sysconfdir='${prefix}/etc/netsaint' + sharedstatedir='${prefix}/com' +-localstatedir='${prefix}/var' ++localstatedir='${prefix}/var/netsaint' + libdir='${exec_prefix}/lib' + includedir='${prefix}/include' + oldincludedir='/usr/include' +@@ -505,9 +505,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 +@@ -679,6 +679,9 @@ + LDFLAGS="${LDFLAGS} -L${withval}" + LD_RUN_PATH="${withval}${LD_RUN_PATH:+:}${LD_RUN_PATH}" + ++else ++ LDFLAGS="${LDFLAGS} -L/usr/local/lib" ++ LD_RUN_PATH="/usr/local/ib${LD_RUN_PATH:+:}${LD_RUN_PATH}" + fi + + # Check whether --with-gd-inc or --without-gd-inc was given. +@@ -686,6 +689,8 @@ + withval="$with_gd_inc" + + CFLAGS="${CFLAGS} -I${withval}" ++else ++ CFLAGS="${CFLAGS} -I/usr/local/include/gd" + + fi + |