summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/cleartmp
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/cleartmp')
-rwxr-xr-xetc/rc.d/cleartmp2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/cleartmp b/etc/rc.d/cleartmp
index eb3135f..e786824 100755
--- a/etc/rc.d/cleartmp
+++ b/etc/rc.d/cleartmp
@@ -27,7 +27,7 @@ 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
OpenPOWER on IntegriCloud