From 74a4f604ca76fad234d2f2e4e6effe4d48c83c91 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 26 Mar 2000 05:41:10 +0000 Subject: o Improve the comment concerning rebuilding the database using cap_mkdb -- it's not a speed thing, it's a correctness thing :-) o Reorder the path slightly to be more consistent Reviewed by: jhb --- etc/login.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/etc/login.conf b/etc/login.conf index b4b8dde..ef5f140 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -1,10 +1,8 @@ -# Sample login.conf - login class capabilities database. -# To speed up access to this data, you can use /usr/bin/cap_mkdb -# to create a database form of this file: +# login.conf - login class capabilities database. # -# cap_mkdb /etc/login.conf +# Remember to rebuild the database after each change to this file: # -# Don't forget to do this after each edit as well! +# cap_mkdb /etc/login.conf # # This file controls resource limits, accounting limits and # default user environment settings. @@ -23,7 +21,7 @@ default:\ :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\ - :path=/sbin /bin /usr/bin /usr/sbin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin ~/bin:\ + :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin ~/bin:\ :nologin=/var/run/nologin:\ :cputime=unlimited:\ :datasize=unlimited:\ -- cgit v1.1