Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/skel Add a default .logout file.
details: https://anonhg.NetBSD.org/src/rev/c4164f83a319
branches: trunk
changeset: 546252:c4164f83a319
user: perry <perry%NetBSD.org@localhost>
date: Thu Apr 24 01:01:39 2003 +0000
description:
Add a default .logout file.
Suggested by Igor Sobrado in PR misc/21223
diffstat:
etc/skel/Makefile | 4 ++--
etc/skel/dot.logout | 10 ++++++++++
2 files changed, 12 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 6df0d9a03ff7 -r c4164f83a319 etc/skel/Makefile
--- a/etc/skel/Makefile Wed Apr 23 23:25:02 2003 +0000
+++ b/etc/skel/Makefile Thu Apr 24 01:01:39 2003 +0000
@@ -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//}
diff -r 6df0d9a03ff7 -r c4164f83a319 etc/skel/dot.logout
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/skel/dot.logout Thu Apr 24 01:01:39 2003 +0000
@@ -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.
+#
Home |
Main Index |
Thread Index |
Old Index