Manual.md: document register_shell variable.

This commit is contained in:
maxice8 2018-08-21 12:53:39 -03:00
parent dd1707cfee
commit aef04e7239
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 0 deletions

View File

@ -594,6 +594,10 @@ The format is a white space separated pair of strings that represent the name of
most of the time `pkgname`, and the version of the module, most of the time `version`.
i.e `dkms_modules="$pkgname $version zfs 4.14"`
- `register_shell` A white space separated list of shells defined by absolute path to be
registered into the system shells database. It is used by the `register-shell` trigger.
i.e `register_shell="/bin/tcsh /bin/csh"
<a id="explain_depends"></a>
#### About the many types of `depends` variable.