summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/example/ezjail.flavour6
1 files changed, 3 insertions, 3 deletions
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 @@
9# 9#
10# Prevent this script from being called over and over if something fails. 10# Prevent this script from being called over and over if something fails.
11 11
12rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour 12rm -f /etc/rc.d/ezjail-config /ezjail.flavour
13 13
14# Groups 14# Groups
15######### 15#########
@@ -22,7 +22,7 @@ rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour
22# Users 22# Users
23######## 23########
24# 24#
25# You might want to add some users. The password is to be provided in the 25# You might want to add some users. The password is to be provided in the
26# encrypted form as found in /etc/master.passwd. 26# encrypted form as found in /etc/master.passwd.
27# The example password here is "admin" 27# The example password here is "admin"
28# Refer to crypt(3) and pw(8) for more information 28# Refer to crypt(3) and pw(8) for more information
@@ -54,7 +54,7 @@ rm -rf /pkg
54# Postinstall 54# Postinstall
55############## 55##############
56# 56#
57# Your own stuff here, for example set login shells that were only 57# Your own stuff here, for example set login shells that were only
58# installed just before. 58# installed just before.
59 59
60# Please note, that for all network related stuff like ports, 60# Please note, that for all network related stuff like ports,