diff options
author | erdgeist <erdgeist@erdgeist.org> | 2010-01-11 16:56:33 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2010-01-11 16:56:33 +0000 |
commit | cbba8dd3f93424b47e287686471f441e9753e9aa (patch) | |
tree | 56ca69f481bae083a0c816de0a7d7d47a7b8cbb0 /examples/example/ezjail.flavour | |
parent | 7ffcc74f18c26ddce5cf8ccfc86e624a2c71c605 (diff) |
We renamed ezjail-config.sh to ezjail-config. So we do need to remove that new script...
Diffstat (limited to 'examples/example/ezjail.flavour')
-rwxr-xr-x | examples/example/ezjail.flavour | 6 |
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 | ||
12 | rm -f /etc/rc.d/ezjail-config.sh /ezjail.flavour | 12 | rm -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, |