summaryrefslogtreecommitdiff
path: root/etc/rc.d/tmp
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2004-11-09 10:03:17 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2004-11-09 10:03:17 +0000
commit8cfaa2f1f1d5cd27ef2d5f2317cd40c6b07b9c09 (patch)
tree0a11e0afec881d2f75d5f712bf77d980818490ec /etc/rc.d/tmp
parent5e7b2330553e7f56662b281704dcdc58165234bc (diff)
Notes
Diffstat (limited to 'etc/rc.d/tmp')
-rw-r--r--etc/rc.d/tmp4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/tmp b/etc/rc.d/tmp
index 0c7a460a0c30..9b0d74b31f47 100644
--- a/etc/rc.d/tmp
+++ b/etc/rc.d/tmp
@@ -42,7 +42,7 @@ load_rc_config $name
#
case "${tmpmfs}" in
[Yy][Ee][Ss])
- mount_md ${tmpsize} /tmp
+ mount_md ${tmpsize} /tmp "${tmpmfs_flags}"
chmod 01777 /tmp
;;
[Nn][Oo])
@@ -56,7 +56,7 @@ case "${tmpmfs}" in
echo "dropping into shell, ^D to continue anyway."
/bin/sh
else
- mount_md ${tmpsize} /tmp
+ mount_md ${tmpsize} /tmp "${tmpmfs_flags}"
chmod 01777 /tmp
fi
fi