Deleted Added
full compact
login.conf.5 (57142) login.conf.5 (57686)
1.\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,
9.\" this list of conditions, and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use
14.\" is permitted provided this notation is included.
15.\" 4. Absolutely no warranty of function or purpose is made by the author
16.\" David Nugent.
17.\" 5. Modifications may be freely made to this file providing the above
18.\" conditions are met.
19.\"
1.\" Copyright (c) 1996 David Nugent <davidn@blaze.net.au>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, is permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice immediately at the beginning of the file, without modification,
9.\" this list of conditions, and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\" 3. This work was done expressly for inclusion into FreeBSD. Other use
14.\" is permitted provided this notation is included.
15.\" 4. Absolutely no warranty of function or purpose is made by the author
16.\" David Nugent.
17.\" 5. Modifications may be freely made to this file providing the above
18.\" conditions are met.
19.\"
20.\" $FreeBSD: head/lib/libutil/login.conf.5 57142 2000-02-11 13:55:41Z nik $
20.\" $FreeBSD: head/lib/libutil/login.conf.5 57686 2000-03-02 09:14:21Z sheldonh $
21.\"
22.Dd November 22, 1996
23.Dt LOGIN.CONF 5
24.Os FreeBSD
25.Sh NAME
26.Nm login.conf
27.Nd login class capability database
28.Sh SYNOPSIS

--- 152 unchanged lines hidden (view full) ---

181.It nologin file If the file exists it will be displayed and
182the login session will be terminated.
183.It path path /bin /usr/bin Default search path.
184.It priority number Initial priority (nice) level.
185.It requirehome bool false Require a valid home directory to login.
186.It setenv list A comma-separated list of environment variables and
187values to which they are to be set.
188.It shell prog Session shell to execute rather than the
21.\"
22.Dd November 22, 1996
23.Dt LOGIN.CONF 5
24.Os FreeBSD
25.Sh NAME
26.Nm login.conf
27.Nd login class capability database
28.Sh SYNOPSIS

--- 152 unchanged lines hidden (view full) ---

181.It nologin file If the file exists it will be displayed and
182the login session will be terminated.
183.It path path /bin /usr/bin Default search path.
184.It priority number Initial priority (nice) level.
185.It requirehome bool false Require a valid home directory to login.
186.It setenv list A comma-separated list of environment variables and
187values to which they are to be set.
188.It shell prog Session shell to execute rather than the
189shell specified in the passwd file. The SHELL environment variable will
189shell specified in the passwd file.
190The SHELL environment variable will
190contain the shell specified in the password file.
191.It term string Default terminal type if not able to determine from
192other means.
193.It timezone string Default value of $TZ environment variable.
194.It umask number 022 Initial umask. Should always have a leading 0 to
195ensure octal interpretation.
196.It welcome file /etc/motd File containing welcome message.
197.El

--- 172 unchanged lines hidden ---
191contain the shell specified in the password file.
192.It term string Default terminal type if not able to determine from
193other means.
194.It timezone string Default value of $TZ environment variable.
195.It umask number 022 Initial umask. Should always have a leading 0 to
196ensure octal interpretation.
197.It welcome file /etc/motd File containing welcome message.
198.El

--- 172 unchanged lines hidden ---