From 309ea12cd0cab951af44881c4d62f22934d4ee83 Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 7 Aug 2005 23:10:32 +0000 Subject: We don't need to skip /var/run/log socket, as syslogd is always started after rc.d/cleanvar. And if we wanted to skip /var/run/log we still needed to skip /var/run/logpriv, which wasn't implemented. --- etc/rc.d/cleanvar | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/cleanvar b/etc/rc.d/cleanvar index 039f1aa..f2b396f 100644 --- a/etc/rc.d/cleanvar +++ b/etc/rc.d/cleanvar @@ -18,8 +18,6 @@ purgedir() ( cd "$dir" && for file in .* * do - # Skip over logging sockets - [ -S "$file" -a "$file" = "log" ] && continue [ ."$file" = .. -o ."$file" = ... ] && continue if [ -d "$file" -a ! -L "$file" ] then -- cgit v1.1