[BACK]Return to login.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

File: [cvs.NetBSD.org] / src / etc / login.conf (download)

Revision 1.2.24.1, Thu Nov 20 03:37:42 2008 UTC (15 years, 5 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b
Changes since 1.2: +2 -2 lines

Pull up following revision(s) (requested by cube in ticket #96):
	etc/login.conf: revision 1.3
	etc/skel/dot.profile: revision 1.5
	etc/root/dot.profile: revision 1.20
	etc/skel/dot.cshrc: revision 1.4
	etc/root/dot.cshrc: revision 1.19
Sprinkle /usr/X11R7 where relevant.  rc.d/x{fs,dm} are left to be done.

# $NetBSD: login.conf,v 1.2.24.1 2008/11/20 03:37:42 snj Exp $

# Based on:
# OpenBSD: login.conf,v 1.22 2005/08/12 18:48:20 millert Exp 

#
# Sample login.conf file.  See login.conf(5) for details.
#

#
# The default values
# Any value changed in the daemon class should be reset in default
# class.
#
#default:\
#	:path=/usr/bin /bin /usr/sbin /sbin /usr/X11R7/bin /usr/X11R6/bin /usr/pkg/bin /usr/pkg/sbin /usr/local/bin:\
#	:umask=022:\
#	:datasize-max=512M:\
#	:datasize-cur=512M:\
#	:maxproc-max=128:\
#	:maxproc-cur=64:\
#	:openfiles-cur=64:\
#	:stacksize-cur=4M:

#
# Settings used by /etc/rc and root
# This must be set properly for daemons started as root by inetd as well.
# Be sure reset these values back to system defaults in the default class!
#
#daemon:\
#	:ignorenologin:\
#	:datasize=infinity:\
#	:maxproc=infinity:\
#	:openfiles-cur=128:\
#	:stacksize-cur=8M:

#
# Staff have fewer restrictions and can login even when nologins are set.
#
#staff:\
#	:datasize-cur=512M:\
#	:datasize-max=infinity:\
#	:maxproc-max=256:\
#	:maxproc-cur=128:\
#	:ignorenologin:\
#	:requirehome@: