diff options
author | pst <pst@FreeBSD.org> | 1995-07-29 18:43:52 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1995-07-29 18:43:52 +0000 |
commit | cd6ef599be54727e4f352b8d862c7a4dc4186b90 (patch) | |
tree | 69f6e0a265ca97ba1da77ad4b33791acb68d7473 /share/skel | |
parent | 5d491c53f6ed3eb74699a5e4f1880337ca785681 (diff) | |
download | FreeBSD-src-cd6ef599be54727e4f352b8d862c7a4dc4186b90.zip FreeBSD-src-cd6ef599be54727e4f352b8d862c7a4dc4186b90.tar.gz |
Only execute /usr/games/fortune if it's there.
Diffstat (limited to 'share/skel')
-rw-r--r-- | share/skel/dot.login | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.login b/share/skel/dot.login index 003b5f8..ea19d10 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 |