[arch-commits] Commit in filesystem/trunk (group)

Aaron Griffin aaron at archlinux.org
Tue Jul 28 17:36:10 UTC 2009


    Date: Tuesday, July 28, 2009 @ 13:36:10
  Author: aaron
Revision: 47875

Add 'x' to all group passwords by default, to disable them

FS#15707

Modified:
  filesystem/trunk/group

-------+
 group |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Modified: group
===================================================================
--- group	2009-07-28 14:28:12 UTC (rev 47874)
+++ group	2009-07-28 17:36:10 UTC (rev 47875)
@@ -1,29 +1,29 @@
-root::0:root
-bin::1:root,bin,daemon
-daemon::2:root,bin,daemon
-sys::3:root,bin
-adm::4:root,daemon
-tty::5:
-disk::6:root
-lp::7:daemon
-mem::8:
-kmem::9:
-wheel::10:root
-ftp::11:
-mail::12:
-uucp::14:
-log::19:root
-locate::21:
-smmsp::25:
-http::33:
-games::50:
+root:x:0:root
+bin:x:1:root,bin,daemon
+daemon:x:2:root,bin,daemon
+sys:x:3:root,bin
+adm:x:4:root,daemon
+tty:x:5:
+disk:x:6:root
+lp:x:7:daemon
+mem:x:8:
+kmem:x:9:
+wheel:x:10:root
+ftp:x:11:
+mail:x:12:
+uucp:x:14:
+log:x:19:root
+locate:x:21:
+smmsp:x:25:
+http:x:33:
+games:x:50:
 network:x:90:
 video:x:91:
-audio::92:
-optical::93:
+audio:x:92:
+optical:x:93:
 floppy:x:94:
 storage:x:95:
 scanner:x:96:
 power:x:98:
-nobody::99:
-users::100:
+nobody:x:99:
+users:x:100:




More information about the arch-commits mailing list