From 8fca7952a5c9d6b4fe49a668b960d395e3e45795 Mon Sep 17 00:00:00 2001 From: rwatson Date: Tue, 19 Dec 2000 14:12:46 +0000 Subject: 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 --- etc/login.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/login.conf') 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:\ -- cgit v1.1