#!/bin/sh # https://wiki.preterhuman.net/IRIX_Installation_and_Customization # /etc/default/login #MANPASS=YES #This causes the system to lock out each account that does not have a password. #PASSREQ=NO #SLEEPTIME=1 #LOGFAILURES=3 #DISABLETIME=20 #MAXTRYS=3 #SUPATH=/usr/sbin:/usr/bsd:/sbin:/usr/bin:/etc:/usr/etc:/usr/bin/X11:/usr/gfx:/usr/sysadm/bin:/usr/sysadm/privbin # chkconfig noiconlogin on # chkconfig visuallogin off #Add pictures to visual login # #Use chkconfig to make sure that visuallogin is set to on and noiconlogin to off. The icons (SGI RGB format, at least 100x100 pixels) can be placed in the following locations: # #/$HOME/.icons/login.icon #/usr/lib/faces/$USER #/usr/local/lib/faces/$USER # #$USER is the loginname of the user, $HOME the home directory. # #Remember, no file extension is needed after the name of the image. $USER is not a directory, but an actual rgb image file with the name of the account that it will use during visual login. # #Courtesy of Gerhard Lenerz. #Visual Login Banner # #You can display a banner instead of user account icons by # #chkconfig visuallogin on #chkconfig noiconlogin on # #and replacing the stand SGI (RGB) image in /usr/Cadmin/images/cloginlogo.rgb an image of your choice. See the man page for clogin(1) for more details. #