Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/etc/skel Pull up revision 1.2 (requested by grant in ti...



details:   https://anonhg.NetBSD.org/src/rev/3bb1b9bf96e5
branches:  netbsd-1-6
changeset: 528355:3bb1b9bf96e5
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jul 09 01:15:08 2002 +0000

description:
Pull up revision 1.2 (requested by grant in ticket #440):
only try to run /usr/games/fortune if it is executable.

diffstat:

 etc/skel/dot.login |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r d339f00928c1 -r 3bb1b9bf96e5 etc/skel/dot.login
--- a/etc/skel/dot.login        Sun Jul 07 07:24:59 2002 +0000
+++ b/etc/skel/dot.login        Tue Jul 09 01:15:08 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.login,v 1.1 2000/10/16 13:12:26 simonb Exp $
+#      $NetBSD: dot.login,v 1.1.6.1 2002/07/09 01:15:08 lukem Exp $
 #csh .login file
 
 if ( ! $?SHELL ) then
@@ -10,4 +10,4 @@
 unset noglob
 stty status '^T' crt -tostop
 
-/usr/games/fortune
+if ( -x /usr/games/fortune ) /usr/games/fortune



Home | Main Index | Thread Index | Old Index