diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-07-01 13:35:07 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-07-01 13:35:07 -0300 |
commit | 3c72e984702b9c4e44700f630ece68cda3b9709d (patch) | |
tree | e33a7a394c389a78fb6dace683cdf84211faac61 | |
parent | d8f123b893e9b36287d92dc9cce8d53f9744f291 (diff) | |
download | pfsense-3c72e984702b9c4e44700f630ece68cda3b9709d.zip pfsense-3c72e984702b9c4e44700f630ece68cda3b9709d.tar.gz |
Stop restoring gettytab.bak since it doesn't exist anymore
-rwxr-xr-x | etc/rc | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |