Fwd: bug#432118: typo in services/secure script
Willi Mann <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Patch from Justin Pryzby, fixing typo in secure script. Willi _______________________________________________ Logwatch-Devel mailing list [email protected] http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel
deb-patch-secure
(text/plain, 458 B)
--- /usr/share/logwatch/scripts/services/secure 2006-12-04 17:36:08.000000000 -0500
+++ /tmp/tmp.KVQee32495/secure 2007-07-07 13:05:24.000000000 -0400
@@ -694,7 +694,7 @@
print "\nChanged UID:\n";
foreach (keys %ChangedUID) {
($Name,$UID1,$UID2) = split ",";
- print " User " . $Name . " changed UID form " . $UID1 . " to " . $UID2 . "\n";
+ print " User " . $Name . " changed UID from " . $UID1 . " to " . $UID2 . "\n";
}
}