diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2014-10-29 15:17:21 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2014-10-29 15:17:21 -0700 |
commit | 646b92e39c7b46b706de364c2d1d22c7849e5036 (patch) | |
tree | 1b3d770599a24b72b2c4052731e9fdc2b6e5c12c /pinyadmin/doc | |
parent | 77d61b6bdc1db054206d1341c20587794fb3c0e1 (diff) | |
download | piny-code-646b92e39c7b46b706de364c2d1d22c7849e5036.tar.gz piny-code-646b92e39c7b46b706de364c2d1d22c7849e5036.zip |
pinyadmin: bash -r -> ksh -r because the bash people apparently like to deprecate security features without bothering to tell anyone
Diffstat (limited to 'pinyadmin/doc')
-rw-r--r-- | pinyadmin/doc/pinyshell.latex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinyadmin/doc/pinyshell.latex b/pinyadmin/doc/pinyshell.latex index 481ddf3..23a7209 100644 --- a/pinyadmin/doc/pinyshell.latex +++ b/pinyadmin/doc/pinyshell.latex @@ -10,7 +10,7 @@ \section{Description} -\Prog{pinyshell} is just another way to invoke \Cmd{1}{rbash}; the separate name is used for accounting purposes within the piny infrastructure. +\Prog{pinyshell} is just another way to invoke \Cmd{1}{ksh -r}; the separate name is used for accounting purposes within the piny infrastructure. Users which should be managed by the Piny infrastructure should have \Prog{pinyshell} as their shell. |