From 8a3f56600983ff8ece73ae051bb518fc68a8dc53 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 28 Jun 2010 13:47:19 +0000 Subject: Make notes for setting up a chroot cage a bit more precise. PR: 144059 Submitted by: Michael Meelis Patch by: Rob Farmer (maintainer) Feature safe: yes --- shells/scponly/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shells') 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) -- cgit