NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: How to disable copyright message in the login program.
> Am 14.09.2015 um 13:51 schrieb Mike Mizi <inexinex0%gmail.com@localhost>:
>
> Each time I log in the system the login program shows this
> copyright message.
> Is there any way to disable it?
Yes. Edit /etc/login.conf, uncomment the default section and make sure you have set
:copyright=/dev/null:
>
> login: user
> Password:
> Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
> The NetBSD Foundation, Inc. All rights reserved.
> Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved
>
> $
>
> I want something like this:
>
> login: user
> Password:
>
> $
>
> Thank you.
Home |
Main Index |
Thread Index |
Old Index