svn commit: r201061 - in head/release/picobsd: build floppy.tree/etc

Luigi Rizzo luigi at FreeBSD.org
Sun Dec 27 21:17:32 UTC 2009


Author: luigi
Date: Sun Dec 27 21:17:31 2009
New Revision: 201061
URL: http://svn.freebsd.org/changeset/base/201061

Log:
  dhclient needs to have /var/empty and a _dhcp user
  (it also needs /sbin/dhclient-script, will handle that later)

Modified:
  head/release/picobsd/build/mfs.mtree
  head/release/picobsd/floppy.tree/etc/master.passwd

Modified: head/release/picobsd/build/mfs.mtree
==============================================================================
--- head/release/picobsd/build/mfs.mtree	Sun Dec 27 21:14:55 2009	(r201060)
+++ head/release/picobsd/build/mfs.mtree	Sun Dec 27 21:17:31 2009	(r201061)
@@ -58,6 +58,8 @@
     var            
         db             
         ..
+        empty
+        ..
         run            
         ..
         spool          

Modified: head/release/picobsd/floppy.tree/etc/master.passwd
==============================================================================
--- head/release/picobsd/floppy.tree/etc/master.passwd	Sun Dec 27 21:14:55 2009	(r201060)
+++ head/release/picobsd/floppy.tree/etc/master.passwd	Sun Dec 27 21:17:31 2009	(r201061)
@@ -1,3 +1,4 @@
+# $FreeBSD$
 root:$1$xOOaGnKU$U9QdsCI40XXcCUMBN.7Az.:0:0::0:0:Charlie &:/root:/bin/sh
 toor:*:0:0::0:0:Bourne-again Superuser:/root:
 daemon:*:1:1::0:0:Owner of many system processes:/root:/nonexistent
@@ -5,4 +6,5 @@ operator:*:2:20::0:0:System &:/usr/guest
 bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/nonexistent
 tty:*:4:65533::0:0:Tty Sandbox:/:/nonexistent
 nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/nonexistent
+_dhcp:*:65:65::0:0:dhcp programs:/var/empty:/usr/sbin/nologin
 user:*:1002:1002:Sample User:0:0:user:/home/user:/bin/sh


More information about the svn-src-head mailing list