Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2002 00:30:58 +1100
From:      Ben Short <bshort@shortboy.net>
To:        freebsd-questions@freebsd.org
Subject:   login.conf "ignoring" lines
Message-ID:  <20020210003058.A95220@shortboy.net>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Ok,
Just implemented login.conf. Problem is that it doesnt seem to like certain lines, and "ignore them. One is the :welcome=/etc/motd:\ line, ands the other is the :maxproc=8:\ line, the latter of which seems to only work when it wants to.

If anyone could enlighten me on why this is happening, please email me offlist.

Please find attached login.conf info.
Thanks
Ben

-- 
Ben Short
IT/IS Developer.
bshort@shortboy.net   http://www.shortboy.net

[-- Attachment #2 --]
default:\
        :hushlogin=false:\
        :cputime=infinity:\
        :stacksize-cur=8M:\
        :filesize=infinity:\
        :coredumpsize=infinity:\
        :priority=0:\
        :requirehome@:\
        :umask=022:\
#
#
##
## standard - standard user defaults
##
shell-user:\
        :copyright=/etc/COPYRIGHT:\
        :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
        :path=~/bin /bin /usr/bin /usr/local/bin:\
        :manpath=/usr/share/man /usr/local/man:\
        :nologin=/var/run/nologin:\
        :manpath=/usr/share/man /usr/local/man:\
        :nologin=/var/run/nologin:\
        :cputime=1h30m:\
        :datasize=8M:\
        :stacksize=2M:\
        :memorylocked=4M:\
        :memoryuse=8M:\
        :filesize=8M:\
        :coredumpsize=8M:\
        :openfiles=24:\
        :maxproc=8:\
        :priority=0:\
        :requirehome:\
        :umask=002:\
        :ignoretime@:\
        :welcome=/etc/motd:\
        :tc=default:
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020210003058.A95220>