summaryrefslogtreecommitdiffstats
path: root/etc/login.conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2000-03-26 05:41:10 +0000
committerrwatson <rwatson@FreeBSD.org>2000-03-26 05:41:10 +0000
commit74a4f604ca76fad234d2f2e4e6effe4d48c83c91 (patch)
tree808a899afc6964f907de1c190f3eac29628965fc /etc/login.conf
parentfa13a2712feec25184d39c1183b67009f0a26213 (diff)
downloadFreeBSD-src-74a4f604ca76fad234d2f2e4e6effe4d48c83c91.zip
FreeBSD-src-74a4f604ca76fad234d2f2e4e6effe4d48c83c91.tar.gz
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
Diffstat (limited to 'etc/login.conf')
-rw-r--r--etc/login.conf10
1 files 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:\
OpenPOWER on IntegriCloud