I recently updated to 12.2 and a user immediately noticed that
I know it's not that important, and apparently there was some sort of holy war over inclusion of "offensive" fortunes, which resulted in a change to the default installation. I don't care about any of that, but the issue is that there's a base command that used to work, but doesn't now:
I can install old fortunes through ports, but I don't actually want any of the potentially controversial ones, I just want the FreeBSD tips, which are already on the system, right where it says it's looking.
Any suggestions?
The only reason I'm even bringing up something so trivial is that the user had the command in his login files, so he was used to getting a FreeBSD tip every morning. Now that the system is upgraded, the very first thing he saw was an error message, which did not instill confidence. If I can make it work like it used to, he'll just be that much more comfortable.
Thanks!
fortune
no longer works.I know it's not that important, and apparently there was some sort of holy war over inclusion of "offensive" fortunes, which resulted in a change to the default installation. I don't care about any of that, but the issue is that there's a base command that used to work, but doesn't now:
Code:
# which fortune
/usr/bin/fortune
# fortune
No fortunes found in /usr/share/games/fortune:/usr/local/share/games/fortune.
# pwd
/usr/share/games/fortune
# ls -l
total 32
-r--r--r-- 1 root wheel 27042 Jul 8 18:50 freebsd-tips
-r--r--r-- 1 root wheel 1104 Jul 8 18:50 freebsd-tips.dat
I can install old fortunes through ports, but I don't actually want any of the potentially controversial ones, I just want the FreeBSD tips, which are already on the system, right where it says it's looking.
Any suggestions?
The only reason I'm even bringing up something so trivial is that the user had the command in his login files, so he was used to getting a FreeBSD tip every morning. Now that the system is upgraded, the very first thing he saw was an error message, which did not instill confidence. If I can make it work like it used to, he'll just be that much more comfortable.
Thanks!