[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, Fri Jun 1 19:01:51 2007 UTC (16 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, mjf-devfs2-base, mjf-devfs-base, mjf-devfs, matt-mips64-base2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Branch point for: wrstuden-fixsa, netbsd-5, netbsd-4, mjf-devfs2
Changes since 1.1: +2 -2 lines

Add /usr/pkg/{,s}bin to the default path for the default class for login.conf.

# $NetBSD: login.conf,v 1.2 2007/06/01 19:01:51 agc 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/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@: