[arch-commits] Commit in filesystem/trunk (PKGBUILD filesystem.install shadow)

Pierre Schmitz pierre at archlinux.org
Sat Sep 18 23:00:52 UTC 2010


    Date: Saturday, September 18, 2010 @ 19:00:51
  Author: pierre
Revision: 90913

Setting last password chagne to future might not be a good idea. Let's set it to "today".

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install
  filesystem/trunk/shadow

--------------------+
 PKGBUILD           |    2 +-
 filesystem.install |    2 +-
 shadow             |   14 +++++++-------
 3 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-18 22:49:36 UTC (rev 90912)
+++ PKGBUILD	2010-09-18 23:00:51 UTC (rev 90913)
@@ -28,7 +28,7 @@
          'f28150d4c0b22a017be51b9f7f9977ed'
          '6e488ffecc8ba142c0cf7e2d7aeb832e'
          '8a9042a2cedf6b6b47eb8973f14289cb'
-         '25d046c06d2400a878095f38f44e9c1f'
+         'b8355d9d2782f424f4cedcf682651be0'
          '57c5cc9da249c3b06a70fd7efb8c34a5'
          'e5d8323a4dbee7a6d0d2a19cbf4b819f'
          '81b3cb42a6ddabc2ed2310511ee9c859'

Modified: filesystem.install
===================================================================
--- filesystem.install	2010-09-18 22:49:36 UTC (rev 90912)
+++ filesystem.install	2010-09-18 23:00:51 UTC (rev 90913)
@@ -68,7 +68,7 @@
   # set "Last password change" > 0; otherwise su $user wont work
   for user in bin daemon mail ftp http nobody; do
     if LANG=C chage -l ${user} | grep -q 'password must be changed'; then
-      chage -d 99999 ${user}
+      chage -d 14871 ${user}
     fi
   done
 }

Modified: shadow
===================================================================
--- shadow	2010-09-18 22:49:36 UTC (rev 90912)
+++ shadow	2010-09-18 23:00:51 UTC (rev 90913)
@@ -1,7 +1,7 @@
-root::99999::::::
-bin:x:99999::::::
-daemon:x:99999::::::
-mail:x:99999::::::
-ftp:x:99999::::::
-http:x:99999::::::
-nobody:x:99999::::::
+root::14871::::::
+bin:x:14871::::::
+daemon:x:14871::::::
+mail:x:14871::::::
+ftp:x:14871::::::
+http:x:14871::::::
+nobody:x:14871::::::




More information about the arch-commits mailing list