update man page to contain user / group info

This commit is contained in:
Aaron Bieber 2019-10-15 21:01:11 -06:00
parent 620da86e08
commit 33b7d5a52c
Signed by: qbit
GPG Key ID: 279160AB1BE1236B
2 changed files with 24 additions and 0 deletions

View File

@ -89,6 +89,19 @@ The options are as follows:
> If a service is already enabled, it will be restarted each run of > If a service is already enabled, it will be restarted each run of
> **boxctl**. > **boxctl**.
*$CWD/groups*
> A ":" delimited list of groups to be added to the remote host.
> Entries should follow a "group:gid" pattern.
*$CWD/users*
> A ":" delimited list of users to be added to thhe remote host.
> Entries should follow the pattern: "user:uid:gid:comment:home:shell:password".
> The "comment" filed should not contain white space for the time being.
> "password" is expected to be an encrypted string produced via
> encrypt(1).
*$CWD/packages* *$CWD/packages*
> When this file exists, > When this file exists,
@ -112,6 +125,7 @@ The options are as follows:
chmod(1), chmod(1),
diff(1), diff(1),
encrypt(1),
fw\_update(1), fw\_update(1),
ksh(1), ksh(1),
pkg\_add(1), pkg\_add(1),

View File

@ -85,6 +85,15 @@ An optional file that contains a list of services to enable on the remote
host. host.
If a service is already enabled, it will be restarted each run of If a service is already enabled, it will be restarted each run of
.Nm . .Nm .
.It Pa $CWD/groups
A ":" delimited list of groups to be added to the remote host.
Entries should follow a "group:gid" pattern.
.It Pa $CWD/users
A ":" delimited list of users to be added to thhe remote host.
Entries should follow the pattern: "user:uid:gid:comment:home:shell:password".
The "comment" filed should not contain white space for the time being.
"password" is expected to be an encrypted string produced via
.Xr encrypt 1 .
.It Pa $CWD/packages .It Pa $CWD/packages
When this file exists, When this file exists,
.Nm .Nm
@ -104,6 +113,7 @@ the run.
.Sh SEE ALSO .Sh SEE ALSO
.Xr chmod 1 , .Xr chmod 1 ,
.Xr diff 1 , .Xr diff 1 ,
.Xr encrypt 1 ,
.Xr fw_update 1 , .Xr fw_update 1 ,
.Xr ksh 1 , .Xr ksh 1 ,
.Xr pkg_add 1 , .Xr pkg_add 1 ,