summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/cleartmp
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/cleartmp')
-rwxr-xr-xetc/rc.d/cleartmp26
1 files changed, 13 insertions, 13 deletions
diff --git a/etc/rc.d/cleartmp b/etc/rc.d/cleartmp
index e786824..f308401 100755
--- a/etc/rc.d/cleartmp
+++ b/etc/rc.d/cleartmp
@@ -27,20 +27,20 @@ cleartmp_start()
(cd /tmp && rm -rf [a-km-pr-zA-Z]* &&
find -x . ! -name . ! -name lost+found ! -name quota.user \
! -name quota.group -exec rm -rf -- {} \; -type d -prune)
-
- case ${OSTYPE} in
- FreeBSD)
- # Remove X lock files, since they will prevent you from
- # restarting X
- #
- rm -f /tmp/.X*-lock
- rm -fr /tmp/.X11-unix
- mkdir -m 1777 /tmp/.X11-unix
- ;;
- NetBSD)
- ;;
- esac
}
load_rc_config $name
run_rc_command "$1"
+
+case ${OSTYPE} in
+FreeBSD)
+ # Remove X lock files, since they will prevent you from
+ # restarting X
+ #
+ rm -f /tmp/.X*-lock
+ rm -fr /tmp/.X11-unix
+ mkdir -m 1777 /tmp/.X11-unix
+ ;;
+NetBSD)
+ ;;
+esac
OpenPOWER on IntegriCloud