diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 21:52:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-14 21:52:42 +0000 |
commit | d051adb6221bb089bbf9f40c183d2ca3b3c09a2e (patch) | |
tree | c166d93f34cd949d4a9a82f82342e4248bc80fc6 /net-mgmt/nagios/files/patch-configure.in | |
parent | Quietly try to remove directory upon deinstall. (diff) |
- Update to 2.0b2
WARNING: This version removes MySQL and PostgreSQL support.
PR: ports/77478
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=128860
Diffstat (limited to 'net-mgmt/nagios/files/patch-configure.in')
-rw-r--r-- | net-mgmt/nagios/files/patch-configure.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/nagios/files/patch-configure.in b/net-mgmt/nagios/files/patch-configure.in new file mode 100644 index 000000000000..d10acf12fd5e --- /dev/null +++ b/net-mgmt/nagios/files/patch-configure.in @@ -0,0 +1,19 @@ +--- configure.in.orig Thu Feb 10 02:00:10 2005 ++++ configure.in Sat Feb 12 14:11:54 2005 +@@ -6,7 +6,6 @@ + + AC_INIT(base/nagios.c) + AC_CONFIG_HEADER(include/config.h include/snprintf.h include/nagios.h include/cgiutils.h) +-AC_PREFIX_DEFAULT(/usr/local/nagios) + + PKG_NAME=nagios + PKG_VERSION="2.0b2" +@@ -137,7 +136,7 @@ + AC_SUBST(nagios_grp) + AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_USER,"$nagios_user") + AC_DEFINE_UNQUOTED(DEFAULT_NAGIOS_GROUP,"$nagios_grp") +-INSTALL_OPTS="-o $nagios_user -g $nagios_grp" ++INSTALL_OPTS="-o root -g wheel" + AC_SUBST(INSTALL_OPTS) + + AC_ARG_WITH(command_user,--with-command-user=<user> sets user name for command access,command_user=$withval,command_user=$nagios_user) |