Document the @shell plist keyword.
Poked by: bapt Looked at by: bjk Sponsored by: Absolight
This commit is contained in:
parent
5a59aeab4b
commit
817416cc86
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45043
1 changed files with 15 additions and 0 deletions
|
@ -308,6 +308,8 @@ etc/orbit.conf-dist
|
|||
<sect1 xml:id="plist-keywords">
|
||||
<title>Expanding Package List with Keywords</title>
|
||||
|
||||
<!-- Try and keep the keywords alphanumerically sorted -->
|
||||
|
||||
<sect2 xml:id="plist-keywords-fc">
|
||||
<title><literal>@fc</literal>
|
||||
<replaceable>directory</replaceable></title>
|
||||
|
@ -373,6 +375,19 @@ etc/orbit.conf-dist
|
|||
information.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="plist-keywords-shell">
|
||||
<title><literal>@shell</literal>
|
||||
<replaceable>file</replaceable></title>
|
||||
|
||||
<para>Add the file passed as argument to the plist.</para>
|
||||
|
||||
<para>On installation, add the full path to
|
||||
<replaceable>file</replaceable> to
|
||||
<filename>/etc/shells</filename>, while making sure it's not
|
||||
added twice. On deinstallation, remove it from
|
||||
<filename>/etc/shells</filename>.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 xml:id="plist-keywords-base">
|
||||
<title>Base Keywords</title>
|
||||
|
||||
|
|
Loading…
Reference in a new issue