Project

General

Profile

« Previous | Next » 

Revision ab230731

Added by Scott Ullrich over 18 years ago

When clearing log files, send errors to people that care (/dev/null)

View differences:

etc/rc
134 134

  
135 135
# make some directories in /var
136 136
mkdir -p /var/run /var/log /var/etc /var/db/entropy /var/at/jobs/ /var/empty 2>/dev/null
137
rm /var/log/*
137
rm /var/log/* 2>/dev/null
138 138
rm -rf /var/run/*
139 139

  
140 140
echo -n "."

Also available in: Unified diff