summaryrefslogtreecommitdiff
path: root/net-mgmt/nagios12/files/patch-configure.in
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-06 10:03:58 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-06 10:03:58 +0000
commitff0075afc1eaf14391085c549d4b8ddbe9890eef (patch)
treef1aa69363f2c8a3a494cb7f930210f099f520526 /net-mgmt/nagios12/files/patch-configure.in
parent- Add nagios12, version 1.2 of nagios port (thanks to marcus for repocopy). (diff)
- Re-add old patches.
- Remove recent patches.
Notes
Notes: svn path=/head/; revision=132626
Diffstat (limited to 'net-mgmt/nagios12/files/patch-configure.in')
-rw-r--r--net-mgmt/nagios12/files/patch-configure.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/nagios12/files/patch-configure.in b/net-mgmt/nagios12/files/patch-configure.in
deleted file mode 100644
index d10acf12fd5e..000000000000
--- a/net-mgmt/nagios12/files/patch-configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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)