diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-13 15:54:46 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-13 15:54:46 +0000 |
commit | 82314cc27190d6a77c6f11de32b00820ed997850 (patch) | |
tree | 9c5fa7c9b2844c9bfb2735db4a21e37ed9b6e57f /daemons/rc.sh | |
parent | c6736ba9f2678533e7b64074ecc6b61734c642c3 (diff) |
*** empty log message ***
Diffstat (limited to 'daemons/rc.sh')
-rw-r--r-- | daemons/rc.sh | 2 |
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; }) |