aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2010-06-28 21:47:19 +0800
committerstefan <stefan@FreeBSD.org>2010-06-28 21:47:19 +0800
commit8a3f56600983ff8ece73ae051bb518fc68a8dc53 (patch)
tree9ef380510830679d21b20e1b012a2b7d612bb6f8 /shells
parent945d7771e18cca3d114fa711cbdf590c850d5e02 (diff)
downloadfreebsd-ports-gnome-8a3f56600983ff8ece73ae051bb518fc68a8dc53.tar.gz
freebsd-ports-gnome-8a3f56600983ff8ece73ae051bb518fc68a8dc53.tar.zst
freebsd-ports-gnome-8a3f56600983ff8ece73ae051bb518fc68a8dc53.zip
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
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)