Revision a5dd605a
Added by Renato Botelho over 8 years ago
src/etc/pfSense-rc | ||
---|---|---|
221 | 221 |
|
222 | 222 |
echo -n "Creating symlinks..." |
223 | 223 |
# Repair symlinks if they are broken |
224 |
if [ -f /etc/newsyslog.conf ]; then |
|
225 |
/bin/rm -f /etc/newsyslog.conf |
|
226 |
fi |
|
227 | 224 |
if [ ! -L /etc/syslog.conf ]; then |
228 | 225 |
/bin/rm -rf /etc/syslog.conf |
229 | 226 |
if [ ! -f /var/etc/syslog.conf ]; then |
Also available in: Unified diff
We don't need to remove newsyslog.conf