mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f5a70f1465
Submitted by: bradh@iafrica.com Initial Import nocol. Network/Service monitoring software.
22 lines
830 B
Plaintext
22 lines
830 B
Plaintext
*** 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 ----
|