Bug#552140: bad path for splash(1) causes /usr/share/initramfs-tools/hooks/bootsplash to fail

2009-10-23 Thread R A Lichtensteiger
Package: bootsplash Version: 3.3-2 Severity: important Tags: patch The script /usr/share/initramfs-tools/hooks/bootsplash assigns $SPLASH_BIN and tests for it's existance, but the invocation at the end of the script is "splash [...]" rather than "$SPLASH_BIN [...]" Here's a trivial patch for th

Bug#498777: Circumstances which cause this error and solution

2009-08-03 Thread R A Lichtensteiger
$output{$file} = 1 if (($everything && $opt_daily) || (!$everything && !$opt_daily && !rotated ($file)) || (!$opt_ign_size && ((stat $file)[7] >= $opt_large) && $opt_daily) Reto -- R A L

Bug#532918: dovecot-common: init script incorrectly uses signal USR1 instead of HUP in function do_reload()

2009-06-12 Thread R A Lichtensteiger
Package: dovecot-common Version: 1:1.0.15-2.3 Severity: normal Tags: patch --- debian/dovecot-common.init.orig 2008-11-20 10:37:08.0 -0500 +++ debian/dovecot-common.init 2009-06-12 13:52:30.0 -0400 @@ -121,7 +121,7 @@ # restarting (for example, when it is sent a SIGHUP),

Bug#353070: ssh-argv0 uses non-portable shell function

2006-02-15 Thread R A Lichtensteiger
uot;${0##*/}" = "ssh-argv0" ] +ARGV0="`basename ${0}`" + +if [ "${ARGV0}" = "ssh-argv0" ] then echo 'ssh-argv0: This script should not be run like this, see ssh-argv0(1) for details' 1>&2 exit 1 fi -exec ssh "${0##*/}"