summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/resolv
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-22 19:05:22 +0000
committerobrien <obrien@FreeBSD.org>2002-02-22 19:05:22 +0000
commit119bc748313a07792baeda7ac0ee49f1e079f69c (patch)
tree4800e3e9beed4488b6760aca97ebd3a165301b0f /etc/rc.d/resolv
parent431d88d32d01568ebb6956e86c90d01138049c8b (diff)
downloadFreeBSD-src-119bc748313a07792baeda7ac0ee49f1e079f69c.zip
FreeBSD-src-119bc748313a07792baeda7ac0ee49f1e079f69c.tar.gz
The existing bazaar and site-specific policy in rc.diskless1 is Just Wrong;
and looks like no other Unix diskless configuration I've ever seen. Thus allow a more traditional /etc. Note, the use of an MFS /var should also be settable. Otherwise installing ports(packages) is just a total PITA.
Diffstat (limited to 'etc/rc.d/resolv')
-rw-r--r--etc/rc.d/resolv4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/resolv b/etc/rc.d/resolv
index 229a82e..c312265 100644
--- a/etc/rc.d/resolv
+++ b/etc/rc.d/resolv
@@ -56,7 +56,7 @@ mount_md()
}
# If there is a global system configuration file, suck it in.
-mount_md ${varsize:=65536} /var 1
+#
if [ -r /etc/rc.subr ]; then
. /etc/rc.subr
load_rc_config $name
@@ -83,7 +83,7 @@ fi
# If /tmp is a symlink, assume it points to somewhere writable, like
# /var/tmp, otherwise, use a small memory filesystem for /tmp.
- mount_md ${tmpsize:=20480} /tmp 2
+#
# XXX: mtree runs too early to create any directories needed in /tmp,
# so if /var/tmp == /tmp, then you don't get a vi.recover.
#
OpenPOWER on IntegriCloud