Date: Mon, 16 Jan 2017 06:09:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 215961] fortune -o does not work anymore Message-ID: <bug-215961-8-NBycuSKh0V@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215961-8@https.bugs.freebsd.org/bugzilla/> References: <bug-215961-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215961 --- Comment #3 from Shane <FreeBSD@ShaneWare.Biz> --- (In reply to Jilles Tjoelker from comment #2) While related, it's not the same issue - removing a potentially offensive datafile ("fortunes-o") from the base system is not the same as `fortune -o` selecting from files ending with "-o". /head/games/fortune/datfiles/Makefile comments that the "limerick murphy-o gerrold.limerick" are potentially offensive, so even removing "fortunes-o" didn't remove all offensive fortunes. man fortune states -=20 > -o Choose only from potentially offensive aphorisms. > ... > ...(those files ending ``-o'' contain the offensive fortunes) So the issue isn't whether offensive fortunes exist, they could have been a= dded by the user, or installed from ports. The issue is that the `-o` option sho= uld use files ending with "-o" when finding a fortune to display, currently the `-o` option only searches for one filename, which doesn't exist now, when it should find all files ending with "-o". Of course the `-o` option could be removed with all fortune files being treated as equals. If the current behaviour is "as expected", then the man page should be upda= ted to reflect that. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215961-8-NBycuSKh0V>