diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_exec/pam_exec.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |