# Copyright 2000, International Business Machines Corporation and others.
# All Rights Reserved.
# 
# This software has been released under the terms of the IBM Public
# License.  For details, see the LICENSE file in the top-level source
# directory or online at http://www.openafs.org/dl/license10.html

# An InstallGuide for AFS integrated login on rs_aix32 systems
#

sub login {
&ErrorsAreFatal(1);
&Symlink ("login.noafs", "/bin/login");
&Symlink ("../bin/login", "/etc/getty");
&Symlink ("../bin/login",   "/etc/tsm");
&Symlink ("../bin/login.afs", "/etc/afsok");
&Copy ("bin/login.noafs",   "/bin/login.noafs");
&Copy ("bin/login.afs",     "/bin/login.afs");
&Copy ("bin/login.afs.krb", "/bin/login.afs.krb");
}
