summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2010-06-28 13:47:19 +0000
committerStefan Walter <stefan@FreeBSD.org>2010-06-28 13:47:19 +0000
commit31614240fdc7695b81e41098575511dde1250e8a (patch)
tree4acf91dfb0f205e0e994ccf9c8d1e3b3a0410e08 /shells
parentRevert my previous "update" which was actually a downgrade. (diff)
Make notes for setting up a chroot cage a bit more precise.
PR: 144059 Submitted by: Michael Meelis <m.meelis@easybow.com> Patch by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=257109
Diffstat (limited to 'shells')
-rw-r--r--shells/scponly/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index 3319a07258cd..5130d16d057f 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -178,8 +178,10 @@ post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/setup_chroot.sh ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/config.h ${EXAMPLESDIR}
@${ECHO_MSG} ""
- @${ECHO_MSG} "To setup chroot cage, run following command:"
- @${ECHO_MSG} " cd ${EXAMPLESDIR}/ && ${SH} setup_chroot.sh"
+ @${ECHO_MSG} "To setup chroot cage, run the following commands:"
+ @${ECHO_MSG} " 1) cd ${EXAMPLESDIR}/ && ${SH} setup_chroot.sh"
+ @${ECHO_MSG} " 2) Set scponlyc_enable=\"YES\" in /etc/rc.conf"
+ @${ECHO_MSG} " 3) Run ${LOCALBASE}/etc/rc.d/scponly start"
@${ECHO_MSG} ""
.endif
.if !defined(NOPORTDOCS)