Module Name:    src
Committed By:   martin
Date:           Thu Feb 18 12:21:52 UTC 2010

Modified Files:
        src/distrib/utils/sysinst: bsddisklabel.c

Log Message:
Since we call /usr and /var with absolute paths, lets do that for /tmp
as well.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/distrib/utils/sysinst/bsddisklabel.c

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

Modified files:

Index: src/distrib/utils/sysinst/bsddisklabel.c
diff -u src/distrib/utils/sysinst/bsddisklabel.c:1.53 src/distrib/utils/sysinst/bsddisklabel.c:1.54
--- src/distrib/utils/sysinst/bsddisklabel.c:1.53	Sun Oct 18 12:09:48 2009
+++ src/distrib/utils/sysinst/bsddisklabel.c	Thu Feb 18 12:21:52 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: bsddisklabel.c,v 1.53 2009/10/18 12:09:48 ahoka Exp $	*/
+/*	$NetBSD: bsddisklabel.c,v 1.54 2010/02/18 12:21:52 martin Exp $	*/
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -359,9 +359,9 @@
 	 	  DEFSWAPSIZE,	DEFSWAPSIZE, 0, 0 },
 		{ PART_TMP_RAMDISK,
 #ifdef HAVE_TMPFS
-		  { 't', 'm', 'p', ' ', '(', 't', 'm', 'p', 'f', 's', ')', '\0' },
+		  { '/', 't', 'm', 'p', ' ', '(', 't', 'm', 'p', 'f', 's', ')', '\0' },
 #else
-		  { 't', 'm', 'p', ' ', '(', 'm', 'f', 's', ')', '\0' },
+		  { '/', 't', 'm', 'p', ' ', '(', 'm', 'f', 's', ')', '\0' },
 #endif
 		  64, 0, 0, 0 },
 #define PI_USR 3

Reply via email to