Date: | 2012-06-21 18:43:03 (11 years 3 months ago) |
---|---|
Author: | Warren Pattison |
Commit: | 6fd3edaca51716ac8b55007a62610e50cc078ad1 |
Message: | Fix login so it does fall through if /etc/verify isn't present |
Files: |
ben-security/sbin/login (1 diff) |
Change Details
ben-security/sbin/login | ||
---|---|---|
7 | 7 | cat /etc/owner |
8 | 8 | fi |
9 | 9 | |
10 | if [ ! -f /etc/verify ]; then | |
11 | exec $1 | |
12 | fi | |
13 | ||
10 | 14 | echo -n "Password: " |
11 | 15 | |
12 | 16 | stty -echo |
Branches:
master