tag 493407 patch
thanks
Hello,
Attached is the fix for bug 493407. I plan to NMU tomorrow (Monday
evening UTC) if it is not fixed by then ;-)...
Regards,
Vincent
--
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/
find(1):
A `%' at the end of the format argument causes undefined behaviour
since there is no following character. In some locales, it may
hide your door keys, while in others it may remove the final page
from the novel you are reading.
Vincent, listening to Aeroplane (Red Hot Chili Peppers)
diff -Nru lsb-3.2/debian/changelog lsb-3.2/debian/changelog
diff -Nru lsb-3.2/init-functions lsb-3.2/init-functions
--- lsb-3.2/init-functions 2008-08-01 23:45:18.000000000 +0200
+++ lsb-3.2/init-functions 2008-08-03 11:58:52.000000000 +0200
@@ -208,7 +208,7 @@
if [ -n "${1:-}" ]; then
log_begin_msg $@
fi
- log_end_msg -1
+ log_end_msg 255 # POSIX requires that return value is unsigned
}
#