Add a default .logout file.

Suggested by Igor Sobrado in PR misc/21223
This commit is contained in:
perry 2003-04-24 01:01:39 +00:00
parent c2c36bf309
commit 66adc5d938
2 changed files with 12 additions and 2 deletions

View File

@ -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
View 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.
#