Add a default .logout file.
Suggested by Igor Sobrado in PR misc/21223
This commit is contained in:
parent
c2c36bf309
commit
66adc5d938
@ -1,10 +1,10 @@
|
||||
# $NetBSD: Makefile,v 1.5 2002/12/02 13:33:14 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2003/04/24 01:01:39 perry Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
|
||||
NOOBJ= # defined
|
||||
|
||||
.if make(distribution)
|
||||
FILES= dot.cshrc dot.login dot.profile
|
||||
FILES= dot.cshrc dot.login dot.logout dot.profile
|
||||
FILESDIR= /etc/skel
|
||||
.for F in ${FILES}
|
||||
FILESNAME_${F}= ${F:S/dot//}
|
||||
|
10
etc/skel/dot.logout
Normal file
10
etc/skel/dot.logout
Normal file
@ -0,0 +1,10 @@
|
||||
# $NetBSD: dot.logout,v 1.1 2003/04/24 01:01:39 perry Exp $
|
||||
#
|
||||
# This is the default .logout file.
|
||||
# Users are expected to edit it to meet their own needs.
|
||||
#
|
||||
# The commands in this file are executed when a csh login shell
|
||||
# terminates.
|
||||
#
|
||||
# See csh(1) for details.
|
||||
#
|
Loading…
Reference in New Issue
Block a user