aboutsummaryrefslogtreecommitdiff
path: root/share/skel
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1995-07-29 18:43:52 +0000
committerPaul Traina <pst@FreeBSD.org>1995-07-29 18:43:52 +0000
commitd242a09dae35e64e81ab84b823cef86158ddf39a (patch)
tree69f6e0a265ca97ba1da77ad4b33791acb68d7473 /share/skel
parente48cd9fa52ac852bf052b2df41867b89e23409cb (diff)
downloadsrc-d242a09dae35e64e81ab84b823cef86158ddf39a.tar.gz
src-d242a09dae35e64e81ab84b823cef86158ddf39a.zip
Only execute /usr/games/fortune if it's there.
Notes
Notes: svn path=/head/; revision=9771
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/dot.login2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.login b/share/skel/dot.login
index 003b5f8ad9d9..ea19d10bdc9d 100644
--- a/share/skel/dot.login
+++ b/share/skel/dot.login
@@ -5,4 +5,4 @@ eval `tset -s -m 'network:?xterm'`
unset noglob
stty status '^T' crt -tostop
-/usr/games/fortune
+if (-x /usr/games/fortune) /usr/games/fortune