Revision a8c07dc8
Added by Chris Buechler over 10 years ago
etc/rc | ||
---|---|---|
319 | 319 |
# Remove old nameserver resolution files |
320 | 320 |
/bin/rm -f /var/etc/nameserver* |
321 | 321 |
|
322 |
# Create uploadbar tmp directory |
|
323 |
/bin/mkdir -p /tmp/uploadbar |
|
324 |
/bin/chmod 0777 /tmp/uploadbar |
|
325 |
|
|
326 | 322 |
echo -n "." |
327 | 323 |
DISABLESYSLOGCLOG=`/usr/bin/grep -c disablesyslogclog /cf/conf/config.xml` |
328 | 324 |
ENABLEFIFOLOG=`/usr/bin/grep -c usefifolog /cf/conf/config.xml` |
Also available in: Unified diff
uploadbar dir no longer needed