Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib Create /var/tmp for vi. Pointed out by Izumi Tsutsui.
details: https://anonhg.NetBSD.org/src/rev/9aaa36fdc051
branches: trunk
changeset: 329321:9aaa36fdc051
user: martin <martin%NetBSD.org@localhost>
date: Mon May 19 15:57:04 2014 +0000
description:
Create /var/tmp for vi. Pointed out by Izumi Tsutsui.
diffstat:
distrib/amd64/cdroms/etc.rc | 6 +++---
distrib/i386/cdroms/etc.rc | 6 +++---
distrib/sparc64/cdroms/installcd/etc.rc | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (60 lines):
diff -r 9c2ee687761d -r 9aaa36fdc051 distrib/amd64/cdroms/etc.rc
--- a/distrib/amd64/cdroms/etc.rc Mon May 19 15:44:04 2014 +0000
+++ b/distrib/amd64/cdroms/etc.rc Mon May 19 15:57:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: etc.rc,v 1.1 2011/01/18 00:16:13 jym Exp $
+# $NetBSD: etc.rc,v 1.2 2014/05/19 15:57:04 martin Exp $
#
# Copyright (c) 1997 Perry E. Metzger
# Copyright (c) 1994 Christopher G. Demetriou
@@ -44,8 +44,8 @@
mount -t tmpfs tmpfs /var
mount -t tmpfs -o union tmpfs /etc
-# prepare important directories in the tmpfses, so dhcpcd will work
-mkdir -p /var/run /var/db
+# prepare important directories in the tmpfses, so dhcpcd and vi will work
+mkdir -p /var/run /var/db /var/tmp
# create a gettytab to autologin and run sysinst (etc/gettytab is a symlink
# to /tmp/gettytab)
diff -r 9c2ee687761d -r 9aaa36fdc051 distrib/i386/cdroms/etc.rc
--- a/distrib/i386/cdroms/etc.rc Mon May 19 15:44:04 2014 +0000
+++ b/distrib/i386/cdroms/etc.rc Mon May 19 15:57:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: etc.rc,v 1.1 2010/04/19 04:41:36 martin Exp $
+# $NetBSD: etc.rc,v 1.2 2014/05/19 15:57:05 martin Exp $
#
# Copyright (c) 1997 Perry E. Metzger
# Copyright (c) 1994 Christopher G. Demetriou
@@ -44,8 +44,8 @@
mount -t tmpfs tmpfs /var
mount -t tmpfs -o union tmpfs /etc
-# prepare important directories in the tmpfses, so dhcpcd will work
-mkdir -p /var/run /var/db
+# prepare important directories in the tmpfses, so dhcpcd and vi will work
+mkdir -p /var/run /var/db /var/tmp
# create a gettytab to autologin and run sysinst (etc/gettytab is a symlink
# to /tmp/gettytab)
diff -r 9c2ee687761d -r 9aaa36fdc051 distrib/sparc64/cdroms/installcd/etc.rc
--- a/distrib/sparc64/cdroms/installcd/etc.rc Mon May 19 15:44:04 2014 +0000
+++ b/distrib/sparc64/cdroms/installcd/etc.rc Mon May 19 15:57:04 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: etc.rc,v 1.1 2010/04/18 12:58:57 martin Exp $
+# $NetBSD: etc.rc,v 1.2 2014/05/19 15:57:05 martin Exp $
#
# Copyright (c) 1997 Perry E. Metzger
# Copyright (c) 1994 Christopher G. Demetriou
@@ -44,8 +44,8 @@
mount -t tmpfs tmpfs /var
mount -t tmpfs -o union tmpfs /etc
-# prepare important directories in the tmpfses, so dhcpcd will work
-mkdir -p /var/run /var/db
+# prepare important directories in the tmpfses, so dhcpcd and vi will work
+mkdir -p /var/run /var/db /var/tmp
# create a gettytab to autologin and run sysinst (etc/gettytab is a symlink
# to /tmp/gettytab)
Home |
Main Index |
Thread Index |
Old Index