summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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