Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2010 15:07:24 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r204835 - in stable/8/release/picobsd: bridge build floppy.tree/etc
Message-ID:  <201003071507.o27F7OaZ082202@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luigi
Date: Sun Mar  7 15:07:24 2010
New Revision: 204835
URL: http://svn.freebsd.org/changeset/base/204835

Log:
  reduce diffs from HEAD

Modified:
  stable/8/release/picobsd/bridge/PICOBSD
  stable/8/release/picobsd/bridge/crunch.conf
  stable/8/release/picobsd/build/mfs.mtree
  stable/8/release/picobsd/floppy.tree/etc/master.passwd

Modified: stable/8/release/picobsd/bridge/PICOBSD
==============================================================================
--- stable/8/release/picobsd/bridge/PICOBSD	Sun Mar  7 14:58:25 2010	(r204834)
+++ stable/8/release/picobsd/bridge/PICOBSD	Sun Mar  7 15:07:24 2010	(r204835)
@@ -16,8 +16,8 @@ cpu		I586_CPU
 cpu		I686_CPU
 ident		PICOBSD
 
-options                SMP
-device apic
+options		SMP
+device	apic
 
 options		SCHED_4BSD		# mandatory to have one scheduler
 #options	MATH_EMULATE		#Support for x87 emulation
@@ -48,7 +48,7 @@ options		DUMMYNET
 device		if_bridge
 # Running with less than 1000 seems to give poor timing on
 # qemu, so we set HZ explicitly.
-options         HZ=1000
+options		HZ=1000
 
 device		random			# used by ssh
 device		pci

Modified: stable/8/release/picobsd/bridge/crunch.conf
==============================================================================
--- stable/8/release/picobsd/bridge/crunch.conf	Sun Mar  7 14:58:25 2010	(r204834)
+++ stable/8/release/picobsd/bridge/crunch.conf	Sun Mar  7 15:07:24 2010	(r204835)
@@ -180,4 +180,4 @@ libs_so -lkvm
 libs_so -lz
 libs_so -lbsdxml
 libs_so -lsbuf
-libs_so -ljail		# used by ifconfig
+libs_so -ljail	# used by ifconfig

Modified: stable/8/release/picobsd/build/mfs.mtree
==============================================================================
--- stable/8/release/picobsd/build/mfs.mtree	Sun Mar  7 14:58:25 2010	(r204834)
+++ stable/8/release/picobsd/build/mfs.mtree	Sun Mar  7 15:07:24 2010	(r204835)
@@ -58,6 +58,8 @@
     var            
         db             
         ..
+	empty
+	..
         run            
         ..
         spool          

Modified: stable/8/release/picobsd/floppy.tree/etc/master.passwd
==============================================================================
--- stable/8/release/picobsd/floppy.tree/etc/master.passwd	Sun Mar  7 14:58:25 2010	(r204834)
+++ stable/8/release/picobsd/floppy.tree/etc/master.passwd	Sun Mar  7 15:07:24 2010	(r204835)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003071507.o27F7OaZ082202>