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
$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
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),
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##*/}"
4 matches
Mail list logo