.TH FALSELOGIN 1 .SH NAME falselogin \- a false login shell .SH SYNOPSIS .B /usr/bin/falselogin .br .SH "DESCRIPTION" .B falselogin is a small application which can deny the user to log in the system displaying a custom message. .SH CONFIGURATION The configuration file for .B falselogin is /etc/falselogin.conf. Everything you write into this file will be written at login except for some special strings which will be substituted when they appear in the configuration file. They are: .TP .B %mail% string Number of mail messages in the user's mailbox. .TP .B %user% string Username. .TP .B %sysname% string Sysname from uname. (eg: Linux) .TP .B %nodename%, %host% strings The hostname. (eg: master) .TP .B %release% string Linux kernel version number (eg: 2.0.36) .TP .B %version% string Linux version number (eg: #8 Sun Dec 20 12:02:31 CET 1998) .TP .B %machine% string Machine type (eg: i686) .TP .B %debian_version% string Debian version from /etc/debian_version .SH PARAMETERS .TP .B --wait, -w waitfor If .B waitfor is a number, falselogin will sleep .B waitfor seconds before exiting; if .B waitfor matches the word 'enter' then falselogin will wait for the user to input the 'enter' key .SH AUTHOR This manual page was written by Tibor Koleszar , for the Debian GNU/Linux system.