Date: Sun, 17 May 1998 11:48:02 -0700 From: Jason Nordwick <nordwick@scam.xcf.berkeley.edu> To: freebsd-questions@FreeBSD.ORG Subject: /etc/rc cleaning of /var/run Message-ID: <355F30E2.35E2B3B5@scam.xcf.berkeley.edu> References: <md5:5AD11B158E372B86DA0665D9384F6FA0>
next in thread | previous in thread | raw e-mail | index | archive | help
The line that cleans out /var/run is: rm -f /var/run/* However, Xemacs makes a directory in /var/run, so it is not cleaned out properly on startup... Why it is not: rm -rf /var/run/* ? jay -- 4.4 > 95 http://www.xcf.berkeley.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?355F30E2.35E2B3B5>