Module Name:    src
Committed By:   martin
Date:           Sun Apr  4 22:56:44 UTC 2010

Modified Files:
        src/distrib/i386/ramdisks/common: dot.profile
        src/distrib/sparc64/cdroms/installcd: dot.profile

Log Message:
Remove bogus workaround hiding a real bug: /tmp/dhcpcd-lease should be
created by the sysinst specific dhcpcd hook


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/distrib/i386/ramdisks/common/dot.profile
cvs rdiff -u -r1.2 -r1.3 src/distrib/sparc64/cdroms/installcd/dot.profile

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

Modified files:

Index: src/distrib/i386/ramdisks/common/dot.profile
diff -u src/distrib/i386/ramdisks/common/dot.profile:1.4 src/distrib/i386/ramdisks/common/dot.profile:1.5
--- src/distrib/i386/ramdisks/common/dot.profile:1.4	Wed Sep 30 00:32:08 2009
+++ src/distrib/i386/ramdisks/common/dot.profile	Sun Apr  4 22:56:44 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.profile,v 1.4 2009/09/30 00:32:08 ahoka Exp $
+#	$NetBSD: dot.profile,v 1.5 2010/04/04 22:56:44 martin Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -61,7 +61,6 @@
 	mount -t tmpfs -o union tmpfs /etc
 
 	mkdir -p /var/run /var/db
-	echo > /tmp/dhcpcd-lease
 
 	grep() sed -n "/$1/p"
 

Index: src/distrib/sparc64/cdroms/installcd/dot.profile
diff -u src/distrib/sparc64/cdroms/installcd/dot.profile:1.2 src/distrib/sparc64/cdroms/installcd/dot.profile:1.3
--- src/distrib/sparc64/cdroms/installcd/dot.profile:1.2	Fri Apr  2 21:58:46 2010
+++ src/distrib/sparc64/cdroms/installcd/dot.profile	Sun Apr  4 22:56:44 2010
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.2 2010/04/02 21:58:46 martin Exp $
+# $NetBSD: dot.profile,v 1.3 2010/04/04 22:56:44 martin Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -99,7 +99,6 @@
 
 	# prepare important directories in the tmpfses, so dhcpcd will work
 	mkdir -p /var/run /var/db
-	echo > /tmp/dhcpcd-lease
 
 	# run the installation or upgrade script.
 	sysinst || {

Reply via email to