summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-01 17:28:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-01 17:28:48 +0000
commitac38069621db12d6753c96ab7fa3254d3b2f31dc (patch)
tree3c8c9df6aee8c1133a98545ca5c8c7a564a67c13 /etc/rc
parentb8dabaddf6eb343cd9d7dd527f8eec9d78f06c0a (diff)
downloadpfsense-ac38069621db12d6753c96ab7fa3254d3b2f31dc.zip
pfsense-ac38069621db12d6753c96ab7fa3254d3b2f31dc.tar.gz
Alert when removing /etc/rc.conf
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc b/etc/rc
index e26a78a..f45a39d 100755
--- a/etc/rc
+++ b/etc/rc
@@ -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
OpenPOWER on IntegriCloud