diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2012-11-16 14:25:13 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2012-11-16 14:25:13 +0000 |
| commit | f4dc4826836db063493fb4979f2d3cdb454a5a2a (patch) | |
| tree | 657c04d1447240ca0d43547e79235c23a9210cfa /etc/root | |
| parent | 716963cb5dc427bb162fb409a061c0441ac6b519 (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.login | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.login b/etc/root/dot.login index 3032ef97c762..3a011ea2f5ef 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -6,4 +6,4 @@ # # Uncomment to display a random cookie each login: -# [ -x /usr/games/fortune ] && /usr/games/fortune -s +# if ( -x /usr/games/fortune ) /usr/games/fortune -s |
