summaryrefslogtreecommitdiff
path: root/net/netsaint/files/patch-ae
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-05-29 06:46:57 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-05-29 06:46:57 +0000
commitf136f869ddf0903132f2cc9bdca1a9725434667c (patch)
treebbb302341c5e6346bbf60b0642c2cb3136fcf4c5 /net/netsaint/files/patch-ae
parentConnect nagios. (diff)
Backout previous commit. That is accidentally misplaced location...
Notes
Notes: svn path=/head/; revision=60240
Diffstat (limited to 'net/netsaint/files/patch-ae')
-rw-r--r--net/netsaint/files/patch-ae6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netsaint/files/patch-ae b/net/netsaint/files/patch-ae
index 0bf8e064b3a7..37f2c6d96f62 100644
--- a/net/netsaint/files/patch-ae
+++ b/net/netsaint/files/patch-ae
@@ -2,9 +2,9 @@
+++ 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_INIT(base/netsaint.c)
+ AC_CONFIG_HEADER(common/config.h common/snprintf.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.