summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorchmr <chmr@FreeBSD.org>1994-02-02 08:02:37 +0000
committerchmr <chmr@FreeBSD.org>1994-02-02 08:02:37 +0000
commit0c8f65971726aa93b94433af36b6d95f8308d58c (patch)
tree53c4c245b6e0587c520df9a124352b7c4933b328 /etc/rc
parenta4348210bb5ecd415c36b2d0ffdfbd4533b4ab52 (diff)
downloadFreeBSD-src-0c8f65971726aa93b94433af36b6d95f8308d58c.zip
FreeBSD-src-0c8f65971726aa93b94433af36b6d95f8308d58c.tar.gz
Use find -d to clear /tmp, to stop warnings.
Removed elvispreserve command, nvi does not use it, and it was also wrong for elvis.
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc9
1 files changed, 2 insertions, 7 deletions
diff --git a/etc/rc b/etc/rc
index bc78afe..16d9803 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.14 1994/01/08 17:49:47 ache Exp $
+# $Id: rc,v 1.15 1994/01/22 20:44:13 guido Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -127,17 +127,12 @@ then
'password file may be incorrect -- /etc/ptmp exists'
fi
-echo preserving editor files
-(cd /var/tmp && /usr/libexec/elvispreserve "-the system rebooted" elvis* &&
- rm -f elvis[0-9a-f][0-9a-f][0-9a-f][0-9a-f]* \
- elvis_[0-9a-f][0-9a-f][0-9a-f][0-9a-f]*)
-
echo clearing /tmp
# prune quickly with one rm, then use find to clean up /tmp/[lq]*
# (not needed with mfs /tmp, but doesn't hurt there...)
(cd /tmp && rm -rf [a-km-pr-zA-Z]* &&
- find . ! -name . ! -name lost+found ! -name quotas -exec rm -rf -- {} \;)
+ find -d . ! -name . ! -name lost+found ! -name quotas -exec rm -rf -- {} \;)
# echo 'turning on accounting'; accton /var/account/acct
OpenPOWER on IntegriCloud