Hide Forgot
+++ This bug was initially created as a clone of Bug #1335493 +++ Description of problem: There is a print statement in /usr/share/logwatch/scripts/services/sshd (currently line 580) which contains several typos: BAD: print "\nSucessfull Kerberos Authentication from ",(scalar keys %Krb_relm)," relm:\n"; GOOD: print "\nSuccessful Kerberos Authentication from ",(scalar keys %Krb_relm)," realm(s):\n"; Version-Release number of selected component (if applicable): logwatch-7.3.6-54.el6
Thinking about this a bit more, I'm not really sure if it's a good idea to change the output so late in the RHEL-6 life cycle. I know that these are typos, but they don't affect any functionality and may be depended upon...
I decided not to fix this. See the comment above for explanation.