diff options
author | rwatson <rwatson@FreeBSD.org> | 2000-12-19 14:12:46 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2000-12-19 14:12:46 +0000 |
commit | 8fca7952a5c9d6b4fe49a668b960d395e3e45795 (patch) | |
tree | 33220e923ad79f4a7dc8511429a872193b1e2d02 /etc | |
parent | 73bea1c85a5516ba18ece849fe5a0d6d01096d55 (diff) | |
download | FreeBSD-src-8fca7952a5c9d6b4fe49a668b960d395e3e45795.zip FreeBSD-src-8fca7952a5c9d6b4fe49a668b960d395e3e45795.tar.gz |
o Back out 1.39, it was a bad idea. There was, and should be, a
distinction between the OS copyright message and the message displayed
gratuitously to each user at login. Because, well, they may be
different, among other things, and boy can a copyright message each
login consume some screen space. If people really want to do this,
they can copy /COPYRIGHT to /etc/COPYRIGHT.
Submitted by: Anders Andersson <anders@codefactory.se>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/login.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/login.conf b/etc/login.conf index bf314e7..74ded6f 100644 --- a/etc/login.conf +++ b/etc/login.conf @@ -19,7 +19,7 @@ default:\ :passwd_format=md5:\ - :copyright=/COPYRIGHT:\ + :copyright=/etc/COPYRIGHT:\ :welcome=/etc/motd:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\ :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin ~/bin:\ @@ -107,7 +107,7 @@ russian:Russian Users Accounts:\ ## standard - standard user defaults ## #standard:\ -# :copyright=/COPYRIGHT:\ +# :copyright=/etc/COPYRIGHT:\ # :welcome=/etc/motd:\ # :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ # :path=~/bin /bin /usr/bin /usr/local/bin:\ |