Author: eadler Date: Sun Nov 4 00:30:42 2012 New Revision: 242538 URL: http://svn.freebsd.org/changeset/base/242538
Log: MFC r242452: The test fails with "exit 1" if /usr/games/fortune doesn't actually exist. Fix that. PR: conf/71994 Approved by: cperciva (implicit) Modified: stable/7/etc/root/dot.login Directory Properties: stable/7/etc/ (props changed) Modified: stable/7/etc/root/dot.login ============================================================================== --- stable/7/etc/root/dot.login Sun Nov 4 00:30:42 2012 (r242537) +++ stable/7/etc/root/dot.login Sun Nov 4 00:30:42 2012 (r242538) @@ -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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"