[Pkg-shadow-commits] r3595 - in debian/trunk/tests/usertools: chpasswd-PAM/06_chpasswd_usage/data chpasswd-PAM/07_chpasswd_usage_bad_option/data chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data chpasswd-PAM/11_chpasswd_usage-s_without-c/data chpasswd-PAM/12_chpasswd_usage-s_invalid/data chpasswd-PAM/13_chpasswd_usage-c_invalid/data userdel/01_userdel_usage/data userdel/02_userdel_usage_invalid_option/data userdel/03_userdel_usage_no_users/data userdel/04_userdel_usage_2_users/data usermod/10_usermod_usage/data usermod/11_usermod_usage_bad_option/data usermod/14_usermod_usage_no_options/data usermod/15_usermod_usage_no_user/data usermod/18_usermod_usage-L-p_exclusive/data usermod/19_usermod_usage-L-U_exclusive/data usermod/20_usermod_usage-p-U_exclusive/data usermod/30_usermod_usage-a_without-G/data usermod/31_usermod_usage-o_without-u/data usermod/32_usermod_usage-m_without-d/data

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Mon Nov 14 19:19:57 UTC 2011


Author: nekral-guest
Date: 2011-11-14 19:19:57 +0000 (Mon, 14 Nov 2011)
New Revision: 3595

Modified:
   debian/trunk/tests/usertools/chpasswd-PAM/06_chpasswd_usage/data/usage.out
   debian/trunk/tests/usertools/chpasswd-PAM/07_chpasswd_usage_bad_option/data/usage.out
   debian/trunk/tests/usertools/chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data/usage.out
   debian/trunk/tests/usertools/chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data/usage.out
   debian/trunk/tests/usertools/chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data/usage.out
   debian/trunk/tests/usertools/chpasswd-PAM/11_chpasswd_usage-s_without-c/data/usage.out
   debian/trunk/tests/usertools/chpasswd-PAM/12_chpasswd_usage-s_invalid/data/usage.out
   debian/trunk/tests/usertools/chpasswd-PAM/13_chpasswd_usage-c_invalid/data/usage.out
   debian/trunk/tests/usertools/userdel/01_userdel_usage/data/usage.out
   debian/trunk/tests/usertools/userdel/02_userdel_usage_invalid_option/data/usage.out
   debian/trunk/tests/usertools/userdel/03_userdel_usage_no_users/data/usage.out
   debian/trunk/tests/usertools/userdel/04_userdel_usage_2_users/data/usage.out
   debian/trunk/tests/usertools/usermod/10_usermod_usage/data/usage.out
   debian/trunk/tests/usertools/usermod/11_usermod_usage_bad_option/data/usage.out
   debian/trunk/tests/usertools/usermod/14_usermod_usage_no_options/data/usage.out
   debian/trunk/tests/usertools/usermod/15_usermod_usage_no_user/data/usage.out
   debian/trunk/tests/usertools/usermod/18_usermod_usage-L-p_exclusive/data/usage.out
   debian/trunk/tests/usertools/usermod/19_usermod_usage-L-U_exclusive/data/usage.out
   debian/trunk/tests/usertools/usermod/20_usermod_usage-p-U_exclusive/data/usage.out
   debian/trunk/tests/usertools/usermod/30_usermod_usage-a_without-G/data/usage.out
   debian/trunk/tests/usertools/usermod/31_usermod_usage-o_without-u/data/usage.out
   debian/trunk/tests/usertools/usermod/32_usermod_usage-m_without-d/data/usage.out
Log:
Update the chpasswd, userdel, and usermod usage with the --root option.


Modified: debian/trunk/tests/usertools/chpasswd-PAM/06_chpasswd_usage/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/chpasswd-PAM/06_chpasswd_usage/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/chpasswd-PAM/06_chpasswd_usage/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -6,6 +6,7 @@
   -h, --help                    display this help message and exit
   -m, --md5                     encrypt the clear text password using
                                 the MD5 algorithm
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --sha-rounds              number of SHA rounds for the SHA*
                                 crypt algorithms
 

Modified: debian/trunk/tests/usertools/chpasswd-PAM/07_chpasswd_usage_bad_option/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/chpasswd-PAM/07_chpasswd_usage_bad_option/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/chpasswd-PAM/07_chpasswd_usage_bad_option/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -7,6 +7,7 @@
   -h, --help                    display this help message and exit
   -m, --md5                     encrypt the clear text password using
                                 the MD5 algorithm
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --sha-rounds              number of SHA rounds for the SHA*
                                 crypt algorithms
 

Modified: debian/trunk/tests/usertools/chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/chpasswd-PAM/08_chpasswd_usage-e-m_exclusive/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -7,6 +7,7 @@
   -h, --help                    display this help message and exit
   -m, --md5                     encrypt the clear text password using
                                 the MD5 algorithm
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --sha-rounds              number of SHA rounds for the SHA*
                                 crypt algorithms
 

Modified: debian/trunk/tests/usertools/chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/chpasswd-PAM/09_chpasswd_usage-e-c_exclusive/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -7,6 +7,7 @@
   -h, --help                    display this help message and exit
   -m, --md5                     encrypt the clear text password using
                                 the MD5 algorithm
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --sha-rounds              number of SHA rounds for the SHA*
                                 crypt algorithms
 

Modified: debian/trunk/tests/usertools/chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/chpasswd-PAM/10_chpasswd_usage-m-c_exclusive/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -7,6 +7,7 @@
   -h, --help                    display this help message and exit
   -m, --md5                     encrypt the clear text password using
                                 the MD5 algorithm
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --sha-rounds              number of SHA rounds for the SHA*
                                 crypt algorithms
 

Modified: debian/trunk/tests/usertools/chpasswd-PAM/11_chpasswd_usage-s_without-c/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/chpasswd-PAM/11_chpasswd_usage-s_without-c/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/chpasswd-PAM/11_chpasswd_usage-s_without-c/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -7,6 +7,7 @@
   -h, --help                    display this help message and exit
   -m, --md5                     encrypt the clear text password using
                                 the MD5 algorithm
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --sha-rounds              number of SHA rounds for the SHA*
                                 crypt algorithms
 

Modified: debian/trunk/tests/usertools/chpasswd-PAM/12_chpasswd_usage-s_invalid/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/chpasswd-PAM/12_chpasswd_usage-s_invalid/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/chpasswd-PAM/12_chpasswd_usage-s_invalid/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -7,6 +7,7 @@
   -h, --help                    display this help message and exit
   -m, --md5                     encrypt the clear text password using
                                 the MD5 algorithm
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --sha-rounds              number of SHA rounds for the SHA*
                                 crypt algorithms
 

Modified: debian/trunk/tests/usertools/chpasswd-PAM/13_chpasswd_usage-c_invalid/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/chpasswd-PAM/13_chpasswd_usage-c_invalid/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/chpasswd-PAM/13_chpasswd_usage-c_invalid/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -7,6 +7,7 @@
   -h, --help                    display this help message and exit
   -m, --md5                     encrypt the clear text password using
                                 the MD5 algorithm
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --sha-rounds              number of SHA rounds for the SHA*
                                 crypt algorithms
 

Modified: debian/trunk/tests/usertools/userdel/01_userdel_usage/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/userdel/01_userdel_usage/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/userdel/01_userdel_usage/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -5,4 +5,5 @@
                                 even if not owned by user
   -h, --help                    display this help message and exit
   -r, --remove                  remove home directory and mail spool
+  -R, --root CHROOT_DIR         directory to chroot into
 

Modified: debian/trunk/tests/usertools/userdel/02_userdel_usage_invalid_option/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/userdel/02_userdel_usage_invalid_option/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/userdel/02_userdel_usage_invalid_option/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -6,4 +6,5 @@
                                 even if not owned by user
   -h, --help                    display this help message and exit
   -r, --remove                  remove home directory and mail spool
+  -R, --root CHROOT_DIR         directory to chroot into
 

Modified: debian/trunk/tests/usertools/userdel/03_userdel_usage_no_users/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/userdel/03_userdel_usage_no_users/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/userdel/03_userdel_usage_no_users/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -5,4 +5,5 @@
                                 even if not owned by user
   -h, --help                    display this help message and exit
   -r, --remove                  remove home directory and mail spool
+  -R, --root CHROOT_DIR         directory to chroot into
 

Modified: debian/trunk/tests/usertools/userdel/04_userdel_usage_2_users/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/userdel/04_userdel_usage_2_users/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/userdel/04_userdel_usage_2_users/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -5,4 +5,5 @@
                                 even if not owned by user
   -h, --help                    display this help message and exit
   -r, --remove                  remove home directory and mail spool
+  -R, --root CHROOT_DIR         directory to chroot into
 

Modified: debian/trunk/tests/usertools/usermod/10_usermod_usage/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/10_usermod_usage/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/10_usermod_usage/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -18,6 +18,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/11_usermod_usage_bad_option/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/11_usermod_usage_bad_option/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/11_usermod_usage_bad_option/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -19,6 +19,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/14_usermod_usage_no_options/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/14_usermod_usage_no_options/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/14_usermod_usage_no_options/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -19,6 +19,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/15_usermod_usage_no_user/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/15_usermod_usage_no_user/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/15_usermod_usage_no_user/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -18,6 +18,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/18_usermod_usage-L-p_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/18_usermod_usage-L-p_exclusive/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/18_usermod_usage-L-p_exclusive/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -19,6 +19,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/19_usermod_usage-L-U_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/19_usermod_usage-L-U_exclusive/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/19_usermod_usage-L-U_exclusive/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -19,6 +19,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/20_usermod_usage-p-U_exclusive/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/20_usermod_usage-p-U_exclusive/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/20_usermod_usage-p-U_exclusive/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -19,6 +19,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/30_usermod_usage-a_without-G/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/30_usermod_usage-a_without-G/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/30_usermod_usage-a_without-G/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -19,6 +19,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/31_usermod_usage-o_without-u/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/31_usermod_usage-o_without-u/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/31_usermod_usage-o_without-u/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -19,6 +19,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account

Modified: debian/trunk/tests/usertools/usermod/32_usermod_usage-m_without-d/data/usage.out
===================================================================
--- debian/trunk/tests/usertools/usermod/32_usermod_usage-m_without-d/data/usage.out	2011-11-14 19:18:53 UTC (rev 3594)
+++ debian/trunk/tests/usertools/usermod/32_usermod_usage-m_without-d/data/usage.out	2011-11-14 19:19:57 UTC (rev 3595)
@@ -19,6 +19,7 @@
                                 new location (use only with -d)
   -o, --non-unique              allow using duplicate (non-unique) UID
   -p, --password PASSWORD       use encrypted password for the new password
+  -R, --root CHROOT_DIR         directory to chroot into
   -s, --shell SHELL             new login shell for the user account
   -u, --uid UID                 new UID for the user account
   -U, --unlock                  unlock the user account




More information about the Pkg-shadow-commits mailing list