aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 6cc0d779..d3226e4e 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -444,7 +444,7 @@ _NEED_XFILES=
# I'd use find, but /usr may not be mounted.
for afile in /var/lock/* /var/run/*; do
if [ -d $afile ]; then
- rm -f $afile/*
+ [ "$afile" != "news" ] && rm -f $afile/*
else
rm -f $afile
fi