diff options
author | erdgeist <erdgeist@erdgeist.org> | 2006-02-08 17:12:04 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2006-02-08 17:12:04 +0000 |
commit | b111738db4ae20d7708efc0849a3d55d7f7ab92b (patch) | |
tree | e1ab83d1ad531f4ecfc2eef187d3211caf8b87d3 /examples | |
parent | 36adb5181c830b8fa9e946c544ea0e7c3e8ce73e (diff) |
Tidy up of ezjail-config.sh now reflects in documentation
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/example/ezjail.flavour | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/example/ezjail.flavour b/examples/example/ezjail.flavour index 093d123..6b33d11 100755 --- a/examples/example/ezjail.flavour +++ b/examples/example/ezjail.flavour | |||
@@ -17,15 +17,12 @@ | |||
17 | # admin::wheel::Admin=User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ | 17 | # admin::wheel::Admin=User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ |
18 | # pgsql:1002:pgsql:1002:Post=Gres::-/usr/local/psql:/bin/nologin' | 18 | # pgsql:1002:pgsql:1002:Post=Gres::-/usr/local/psql:/bin/nologin' |
19 | 19 | ||
20 | # ezjail-admin script installs all files found in FLAVOUR/root to the | ||
21 | # new jail's root | ||
22 | # | ||
23 | # Files or directories that should not belong to root:wheel will be | 20 | # Files or directories that should not belong to root:wheel will be |
24 | # chowned -R according to the following variable | 21 | # chowned -R according to the following variable |
25 | # | 22 | # |
26 | # Format is as follows: | 23 | # Format is as follows: |
27 | # | 24 | # |
28 | # user:group:file(s) | 25 | # user:group:file[:file...] |
29 | # | 26 | # |
30 | # Example: | 27 | # Example: |
31 | # | 28 | # |