summaryrefslogtreecommitdiff
path: root/net-mgmt/nocol/files/patch-aa
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-12-17 08:18:04 +0000
commitc9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch)
treee00c7b9a13c8748065f79c57e9e81d9a1239e743 /net-mgmt/nocol/files/patch-aa
parentInstall sudoers in correct place. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Diffstat (limited to 'net-mgmt/nocol/files/patch-aa')
-rw-r--r--net-mgmt/nocol/files/patch-aa21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-mgmt/nocol/files/patch-aa b/net-mgmt/nocol/files/patch-aa
deleted file mode 100644
index 606fdc3ee39f..000000000000
--- a/net-mgmt/nocol/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-*** Configure Fri Oct 2 21:50:16 1998
---- Configure Sat Nov 21 18:57:22 1998
-***************
-*** 92,107 ****
- a VAR directory (or alternately create soft links to these directories).
- !
-
-- echo "Enter top level directory [${ROOTDIR}]: " | tr -d '\012'
-- read input ; if [ "X$input" != "X" ]; then ROOTDIR=${input}; fi
--
-- MANDIR=${ROOTDIR}/man
-- echo "Enter location of man pages [${MANDIR}]: " | tr -d '\012'
-- read input ; if [ "X$input" != "X" ]; then MANDIR=${input} ; fi
--
-- echo "Enter extension for man pages [${MANEXT}]: " | tr -d '\012'
-- read input ; if [ "X$input" != "X" ]; then MANEXT=${input} ; fi
--
- echo " SELECT A LOGHOST"
- echo " The various monitors will log messages to a loghost. It might"
- echo " be useful to create a CNAME entry for ${package}.your.domain..."
---- 92,97 ----