summaryrefslogtreecommitdiff
path: root/man1
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-02-08 17:12:04 +0000
committererdgeist <erdgeist@erdgeist.org>2006-02-08 17:12:04 +0000
commitb111738db4ae20d7708efc0849a3d55d7f7ab92b (patch)
treee1ab83d1ad531f4ecfc2eef187d3211caf8b87d3 /man1
parent36adb5181c830b8fa9e946c544ea0e7c3e8ce73e (diff)
Tidy up of ezjail-config.sh now reflects in documentation
Diffstat (limited to 'man1')
-rwxr-xr-xman1/ezjail-admin.130
1 files changed, 29 insertions, 1 deletions
diff --git a/man1/ezjail-admin.1 b/man1/ezjail-admin.1
index aaa40d2..fd19f55 100755
--- a/man1/ezjail-admin.1
+++ b/man1/ezjail-admin.1
@@ -140,6 +140,34 @@ is being sourced, if it exists.
140 140
141.I ezjail-config.sh 141.I ezjail-config.sh
142then removes all traces, including itself. 142then removes all traces, including itself.
143.SH EZJAIL.FLAVOUR
144The ezjail.flavour file found in a flavour directory usually provides
145two variables:
146
147.B ezjail_flavour_users
148.br
149a white space separated list of colon separated entries passed to the
150pw command after some processing. Refer to the pw(8) man page for more
151information. Format of an entry in the list is:
152
153username:uid:group[,group2,..]:gid[,gid2,..]:comment:pw:[-]home:shell
154
155where each group specified in the group list is being created (with the
156given gid for each group) if possible and necessary, before the user is
157added to that group. The character '=' in the comment field is being
158substituted by ' ' (space) to simplify escaping. The pw is being written
159verbatim to the passwd db, see pw(8). If the home directory begins with
160a '-' (dash), it is meant not to be created by the pw command. The dash
161will of course be removed. It is not possible to specify a shell here
162that will be installed by a package in /pkg.
163
164.B ezjail_flavour_files
165.br
166a white space separated list of colon separated entries passed to the
167chown -R command after some processing. Refer to the chown(8) man page
168for more information. Format of an entry in the list is:
169
170user:group:file[:file2...]
143.SH EXAMPLES 171.SH EXAMPLES
144ezjail-admin update -p 172ezjail-admin update -p
145.br 173.br
@@ -166,6 +194,6 @@ EZJAIL_PREFIX/etc/rc.d/ezjail.sh
166.br 194.br
167EZJAIL_PREFIX/share/examples/ezjail/ 195EZJAIL_PREFIX/share/examples/ezjail/
168.SH "SEE ALSO" 196.SH "SEE ALSO"
169ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5) 197ezjail(5), ezjail.conf(5), jail(8), devfs(5), fdescfs(5), procfs(5), pw(8)
170.SH AUTHOR 198.SH AUTHOR
171Dirk Engling <erdgeist@erdgeist.org> 199Dirk Engling <erdgeist@erdgeist.org>