summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-07-01 13:35:07 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-07-01 13:35:07 -0300
commit3c72e984702b9c4e44700f630ece68cda3b9709d (patch)
treee33a7a394c389a78fb6dace683cdf84211faac61 /etc/rc
parentd8f123b893e9b36287d92dc9cce8d53f9744f291 (diff)
downloadpfsense-3c72e984702b9c4e44700f630ece68cda3b9709d.zip
pfsense-3c72e984702b9c4e44700f630ece68cda3b9709d.tar.gz
Stop restoring gettytab.bak since it doesn't exist anymore
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/rc b/etc/rc
index cc1913b..864f04c 100755
--- a/etc/rc
+++ b/etc/rc
@@ -379,13 +379,6 @@ fi
echo "done."
-# Ensure gettytab is of a sane size
-if [ `/bin/ls -la /etc/gettytab | /usr/bin/awk '{ print $5'}` -lt 512 ]; then
- echo ">>> Restoring /etc/gettytab due to unusual size"
- echo ">>> Restoring /etc/gettytab due to unusual size" | /usr/bin/logger
- /bin/cp /etc/gettytab.bak /etc/gettytab
-fi
-
# Recreate capabilities DB
/usr/bin/cap_mkdb /etc/login.conf
OpenPOWER on IntegriCloud