summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorreed <reed>2004-10-11 22:14:51 +0000
committerreed <reed>2004-10-11 22:14:51 +0000
commitb32f248fbc460246d52c860c79d20d0401c3d850 (patch)
treeae44ee69c13dd407b642338a295661db7eae0a64 /security
parent533b7e5c097c7d627a2660092240295be8fa27e0 (diff)
downloadpkgsrc-b32f248fbc460246d52c860c79d20d0401c3d850.tar.gz
RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory
under ${PREFIX} instead of being an absolute path. So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}. This should have no changes to use before. Please note that the MESSAGE files in most cases are wrong in the first place. We have automated mechanisms and could have an automated message for explaining rc.d script usage. (This is something to do!)
Diffstat (limited to 'security')
-rw-r--r--security/nessus-core/MESSAGE4
-rw-r--r--security/sfs/MESSAGE6
2 files changed, 5 insertions, 5 deletions
diff --git a/security/nessus-core/MESSAGE b/security/nessus-core/MESSAGE
index 9db2c36932d..5fa7c9a6a09 100644
--- a/security/nessus-core/MESSAGE
+++ b/security/nessus-core/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.6 2004/07/22 15:00:50 adam Exp $
+$NetBSD: MESSAGE,v 1.7 2004/10/11 22:14:51 reed Exp $
Nessus may have placed some files in /var/nessus, ${PREFIX}/etc/nessus,
${PREFIX}/com/nessus and ${PREFIX}/lib/nessus/reports. If you do not need
@@ -16,7 +16,7 @@ nessus daemon, nessusd, and use the "nessus" GUI program to direct the
daemon.
If you want to start nessusd automatically on system boot, please copy
-${RCD_SCRIPTS_EXAMPLEDIR}/nessusd to /etc/rc.d and set
+${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/nessusd to /etc/rc.d and set
nessusd=YES in /etc/rc.conf.
===========================================================================
diff --git a/security/sfs/MESSAGE b/security/sfs/MESSAGE
index f3722469253..aa7986f839f 100644
--- a/security/sfs/MESSAGE
+++ b/security/sfs/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $
+$NetBSD: MESSAGE,v 1.6 2004/10/11 22:14:51 reed Exp $
Quick Client Setup:
@@ -7,7 +7,7 @@ Quick Client Setup:
sfscd=YES
-2. Run: ${RCD_SCRIPTS_EXAMPLEDIR}/sfscd start
+2. Run: ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/sfscd start
3. cd /sfs/sfs.fs.net:eu4cvv6wcnzscer98yn4qjpjnn9iv6pi
4. cat CONGRATULATIONS
@@ -24,6 +24,6 @@ sfssd=YES
${PKG_SYSCONFDIR}/sfsrwsd_config and modify.
4. Modify /etc/exports to match your sfsrwsd_config.
5. Create the root directories in ${SFSDIR}/root.
-6. Run ${RCD_SCRIPTS_EXAMPLEDIR}/sfssd start
+6. Run ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/sfssd start
===========================================================================