diff options
author | erdgeist <erdgeist@erdgeist.org> | 2005-11-09 01:44:29 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2005-11-09 01:44:29 +0000 |
commit | 29bde9a8915fe432891aa4aa68b3e787c7dd4f05 (patch) | |
tree | 28652d0ac9e77dc1d951fcfa4eaa3e2c19048451 /ezjail.template | |
parent | 8aac89898b0622d424a1efe9a7ec3229a52e5d77 (diff) |
Comment field added to adduser line, install files and packages rudiments
Diffstat (limited to 'ezjail.template')
-rw-r--r-- | ezjail.template | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ezjail.template b/ezjail.template index 543b75e..2157961 100644 --- a/ezjail.template +++ b/ezjail.template | |||
@@ -4,13 +4,13 @@ | |||
4 | # ezjails jail init script tries to create the following users. Format is | 4 | # ezjails jail init script tries to create the following users. Format is |
5 | # as follows: | 5 | # as follows: |
6 | # | 6 | # |
7 | # username:<uid>:group[,group,...]:<gid[,gid,...]>:cryptpw:[-]homedir:shell | 7 | # username:uid:group[,group,..]:gid[,gid,..]:fullname:cryptpw:[-]homedir:shell |
8 | # | 8 | # |
9 | # Example: | 9 | # Example: |
10 | # | 10 | # |
11 | # ezjail_template_users='::heroes:1003::: \ | 11 | # ezjail_template_users='::heroes:1003:::: \ |
12 | # admin::wheel::$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ | 12 | # admin::wheel::"Admin User":$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ |
13 | # pgsql:1002:pgsql:1002::-/usr/local/psql:/bin/nologin' | 13 | # pgsql:1002:pgsql:1002:"PostGres"::-/usr/local/psql:/bin/nologin' |
14 | 14 | ||
15 | # ezjails init script tries to install all files listed here from the path | 15 | # ezjails init script tries to install all files listed here from the path |
16 | # specified in the ezjail_template_root variable root to the corresponding | 16 | # specified in the ezjail_template_root variable root to the corresponding |