Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst Since we call /usr and /var with absol...
details: https://anonhg.NetBSD.org/src/rev/e01232cf0166
branches: trunk
changeset: 752181:e01232cf0166
user: martin <martin%NetBSD.org@localhost>
date: Thu Feb 18 12:21:52 2010 +0000
description:
Since we call /usr and /var with absolute paths, lets do that for /tmp
as well.
diffstat:
distrib/utils/sysinst/bsddisklabel.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 0b1f4cd56390 -r e01232cf0166 distrib/utils/sysinst/bsddisklabel.c
--- a/distrib/utils/sysinst/bsddisklabel.c Thu Feb 18 12:21:28 2010 +0000
+++ b/distrib/utils/sysinst/bsddisklabel.c Thu Feb 18 12:21:52 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index