Module Name:    src
Committed By:   jmmv
Date:           Sun Nov  7 17:47:48 UTC 2010

Modified Files:
        src/etc: group master.passwd

Log Message:
Add the _atf user and group to be able to run unprivileged tests automatically
without having to manually tweak the 'unprivileged-user' setting.  Suggested
by po...@.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/etc/group
cvs rdiff -u -r1.41 -r1.42 src/etc/master.passwd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/group
diff -u src/etc/group:1.24 src/etc/group:1.25
--- src/etc/group:1.24	Tue Sep 29 23:56:27 2009
+++ src/etc/group	Sun Nov  7 17:47:47 2010
@@ -21,6 +21,7 @@
 _sdpd:*:23:
 _httpd:*:24:
 _mdnsd:*:25:
+_atf:*:26:
 guest:*:31:root
 nobody:*:39:
 utmp:*:45:

Index: src/etc/master.passwd
diff -u src/etc/master.passwd:1.41 src/etc/master.passwd:1.42
--- src/etc/master.passwd:1.41	Sun Oct  4 01:40:53 2009
+++ src/etc/master.passwd	Sun Nov  7 17:47:47 2010
@@ -15,5 +15,6 @@
 _sdpd:*:23:23::0:0:& pseudo-user:/nonexistent:/sbin/nologin
 _httpd:*:24:24::0:0:& pseudo-user:/var/www:/sbin/nologin
 _mdnsd:*:25:25::0:0:& pseudo-user:/nonexistent:/sbin/nologin
+_atf:*:26:26::0:0:& pseudo-user:/nonexistent:/sbin/nologin
 uucp:*:66:1::0:0:UNIX-to-UNIX Copy:/nonexistent:/sbin/nologin
 nobody:*:32767:39::0:0:Unprivileged user:/nonexistent:/sbin/nologin

Reply via email to