aboutsummaryrefslogtreecommitdiff
path: root/shells/scponly
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/scponly
parent99d498b384e4e90096fb88bdd3211602bf26d633 (diff)
downloadports-31614240fdc7695b81e41098575511dde1250e8a.tar.gz
ports-31614240fdc7695b81e41098575511dde1250e8a.zip
Notes
Diffstat (limited to 'shells/scponly')
-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)