diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-05-05 08:05:04 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-05-05 08:05:04 +0000 |
commit | 15b18eb541559dcd1d97129a0036239574bc4336 (patch) | |
tree | d77b0eb1e16b320848612dfdc0956c55d5d11c47 | |
parent | f92940aef28c98145ecddeff05b4aa4be7a6c5e5 (diff) | |
download | pam-15b18eb541559dcd1d97129a0036239574bc4336.tar.gz pam-15b18eb541559dcd1d97129a0036239574bc4336.tar.bz2 pam-15b18eb541559dcd1d97129a0036239574bc4336.zip |
Relevant BUGIDs:
Purpose of commit: docu fix
Commit summary:
---------------
2010-04-15 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_exec/pam_exec.8.xml: Fix example.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | modules/pam_exec/pam_exec.8.xml | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2010-04-15 Thorsten Kukuk <kukuk@thkukuk.de> + + * modules/pam_exec/pam_exec.8.xml: Fix example. + 2010-04-13 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_pwhistory/opasswd.c: Fix compilation if diff --git a/modules/pam_exec/pam_exec.8.xml b/modules/pam_exec/pam_exec.8.xml index 1ca50dd5..e58b95f1 100644 --- a/modules/pam_exec/pam_exec.8.xml +++ b/modules/pam_exec/pam_exec.8.xml @@ -204,7 +204,7 @@ Add the following line to <filename>/etc/pam.d/passwd</filename> to rebuild the NIS database after each local password change: <programlisting> - passwd optional pam_exec.so seteuid make -C /var/yp + password optional pam_exec.so seteuid /usr/bin/make -C /var/yp </programlisting> This will execute the command |