Date: Sun, 22 Sep 2002 13:12:59 -0700 (PDT) From: Jens Schweikhardt <schweikh@FreeBSD.org> To: jonc@chen.org.nz, schweikh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/43146: rc.conf: clear_tmp_enable=YES doesn't clear /tmp/.[a-zA-Z]* files Message-ID: <200209222012.g8MKCxpx055009@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: rc.conf: clear_tmp_enable=YES doesn't clear /tmp/.[a-zA-Z]* files
State-Changed-From-To: open->feedback
State-Changed-By: schweikh
State-Changed-When: Sun Sep 22 13:07:06 PDT 2002
State-Changed-Why:
I have a hard time to believe that it would not remove the
dot files. The "find" takes care of that. What does
cd /tmp
find -d . ! -name . ! -name lost+found ! -name quota.user \
! -name quota.group -exec echo {} \;
output? Note that your solution would also leave behind .[0-9]*
files, so it is not the general solution.
http://www.freebsd.org/cgi/query-pr.cgi?pr=43146
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209222012.g8MKCxpx055009>
