Date:2012-06-21 18:43:03 (11 years 9 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
77    cat /etc/owner
88fi
99
10if [ ! -f /etc/verify ]; then
11   exec $1
12fi
13
1014echo -n "Password: "
1115
1216stty -echo

Archive Download the corresponding diff file

Branches:
master



interactive