summaryrefslogtreecommitdiff
path: root/daemons/rc.sh
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1996-08-13 15:54:46 +0000
committerThomas Bushnell <thomas@gnu.org>1996-08-13 15:54:46 +0000
commit82314cc27190d6a77c6f11de32b00820ed997850 (patch)
tree9c5fa7c9b2844c9bfb2735db4a21e37ed9b6e57f /daemons/rc.sh
parentc6736ba9f2678533e7b64074ecc6b61734c642c3 (diff)
*** empty log message ***
Diffstat (limited to 'daemons/rc.sh')
-rw-r--r--daemons/rc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/rc.sh b/daemons/rc.sh
index b113dac1..3b62b9e0 100644
--- a/daemons/rc.sh
+++ b/daemons/rc.sh
@@ -46,7 +46,7 @@ echo -n cleaning up left over files...
rm -f /etc/nologin
rm -f /var/lock/LCK.*
if test -d /tmp; then
- (cd /tmp; find . ! -name . ! -name lost+found ! -name quotas -exec rm -r {} \; )
+ (cd /tmp; find . ! -name . ! -name lost+found ! -name quotas -exec rm -rf {} \; )
fi
if test -d /var/run; then
(cd /var/run && { rm -rf -- *; cp /dev/null utmp; chmod 644 utmp; })