From 3c72e984702b9c4e44700f630ece68cda3b9709d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 1 Jul 2014 13:35:07 -0300 Subject: Stop restoring gettytab.bak since it doesn't exist anymore --- etc/rc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'etc/rc') 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 -- cgit v1.1