diff options
Diffstat (limited to 'etc/rc.d/tmp')
-rwxr-xr-x | etc/rc.d/tmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/tmp b/etc/rc.d/tmp index dfb439e..8372598 100755 --- a/etc/rc.d/tmp +++ b/etc/rc.d/tmp @@ -37,7 +37,7 @@ stop_cmd=':' load_rc_config $name -mount_tmpmfs () +mount_tmpmfs() { if ! /bin/df /tmp | grep -q "^/dev/md[0-9]"; then mount_md ${tmpsize} /tmp "${tmpmfs_flags}" |