From cbba8dd3f93424b47e287686471f441e9753e9aa Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 11 Jan 2010 16:56:33 +0000 Subject: We renamed ezjail-config.sh to ezjail-config. So we do need to remove that new script... --- examples/example/ezjail.flavour | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/example/ezjail.flavour') diff --git a/examples/example/ezjail.flavour b/examples/example/ezjail.flavour index 6a4f09f..0ef544f 100755 --- a/examples/example/ezjail.flavour +++ b/examples/example/ezjail.flavour @@ -9,7 +9,7 @@ # # Prevent this script from being called over and over if something fails. -rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour +rm -f /etc/rc.d/ezjail-config /ezjail.flavour # Groups ######### @@ -22,7 +22,7 @@ rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour # Users ######## # -# You might want to add some users. The password is to be provided in the +# You might want to add some users. The password is to be provided in the # encrypted form as found in /etc/master.passwd. # The example password here is "admin" # Refer to crypt(3) and pw(8) for more information @@ -54,7 +54,7 @@ rm -rf /pkg # Postinstall ############## # -# Your own stuff here, for example set login shells that were only +# Your own stuff here, for example set login shells that were only # installed just before. # Please note, that for all network related stuff like ports, -- cgit v1.2.3