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/nagios2/files/patch-ae | |
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/nagios2/files/patch-ae')
-rw-r--r-- | net-mgmt/nagios2/files/patch-ae | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/nagios2/files/patch-ae b/net-mgmt/nagios2/files/patch-ae deleted file mode 100644 index 0bf8e064b3a7..000000000000 --- a/net-mgmt/nagios2/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Mon Apr 30 17:22:35 2001 -+++ configure.in Tue May 1 19:36:54 2001 -@@ -1,7 +1,7 @@ - dnl Process this -*-m4-*- file with autoconf to produce a configure script. - AC_INIT(base/nagios.c) - AC_CONFIG_HEADER(common/config.h common/snprintf.h base/nagios.h cgi/cgiutils.h) --AC_PREFIX_DEFAULT(/usr/local/nagios) -+AC_PREFIX_DEFAULT(/usr/local) - - dnl Figure out how to invoke "install" and what install options to use. - AC_PROG_INSTALL |