diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-01 17:28:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-01 17:28:48 +0000 |
commit | ac38069621db12d6753c96ab7fa3254d3b2f31dc (patch) | |
tree | 3c8c9df6aee8c1133a98545ca5c8c7a564a67c13 /etc/rc | |
parent | b8dabaddf6eb343cd9d7dd527f8eec9d78f06c0a (diff) | |
download | pfsense-ac38069621db12d6753c96ab7fa3254d3b2f31dc.zip pfsense-ac38069621db12d6753c96ab7fa3254d3b2f31dc.tar.gz |
Alert when removing /etc/rc.conf
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ cd /var/run && cp /dev/null utmp && chmod 644 utmp # Make sure /etc/rc.conf doesn't exist. if [ -f /etc/rc.conf ]; then + echo "Removing /etc/rc.conf..." rm -rf /etc/rc.conf fi |