Commit the last version from the PLD CVS repository.
(last changelog entry: 2007-02-01) This also adds the files which were present in the CVS repository, but not present in the shadow archives.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<refentry id='chsh.1'>
|
||||
<!-- $Id: chsh.1.xml,v 1.22 2006/07/14 16:32:02 kloczek Exp $ -->
|
||||
<!-- $Id: chsh.1.xml,v 1.24 2006/11/12 19:20:34 kloczek Exp $ -->
|
||||
<refmeta>
|
||||
<refentrytitle>chsh</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
@@ -26,10 +26,10 @@
|
||||
<refsect1 id='description'>
|
||||
<title>DESCRIPTION</title>
|
||||
<para>
|
||||
<command>chsh</command> changes the user login shell. This determines
|
||||
the name of the user's initial login command. A normal user may only
|
||||
change the login shell for her own account, the super user may change
|
||||
the login shell for any account.
|
||||
The <command>chsh</command> command changes the user login shell.
|
||||
This determines the name of the user's initial login command. A normal
|
||||
user may only change the login shell for her own account, the
|
||||
superuser may change the login shell for any account.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
@@ -72,7 +72,7 @@
|
||||
<para>
|
||||
The only restriction placed on the login shell is that the command
|
||||
name must be listed in <filename>/etc/shells</filename>, unless the
|
||||
invoker is the super-user, and then any value may be added. An
|
||||
invoker is the superuser, and then any value may be added. An
|
||||
account with a restricted login shell may not change her login shell.
|
||||
For this reason, placing <filename>/bin/rsh</filename> in
|
||||
<filename>/etc/shells</filename> is discouraged since accidentally
|
||||
|
Reference in New Issue
Block a user