reassign 605092 amavisd-new 1:1:2.6.4-2
thanks
Le Thursday 2 December 2010 13:12:14 Ruud Baart, vous avez écrit :
> In /usr/sbin/amavisd-new-cronjob:
>
> do_amavis_cmd() {
> if [ "$(id -u -n)" != "${SUUSER}" ]; then
> exec /bin/su -s /bin/sh - "${SUUSER}" -c "$*" >/dev/null
> else
> # to get the same quoting level as the su path
> CMD="$*"
> exec ${CMD} >/dev/null
> fi
> }
>
> does not work. Change it to:
>
> do_amavis_cmd() {
> if [ "$(id -u -n)" != "${SUUSER}" ]; then
> exec /bin/su -s /bin/bash - "${SUUSER}" -c "$*" >/dev/null
> else
> # to get the same quoting level as the su path
> CMD="$*"
> exec ${CMD} >/dev/null
> fi
> }
>
> and it works again.
>
> This script is called /etc/cron.daily/amavisd-/usr/sbin/amavisd-new:
> /usr/sbin/amavisd-new-cronjob sa-clean
>
> This problem can also be seen as an amavisd-new problem.It is an amavisd-new problem… Hence reassigning. Cheers, OdyX -- Didier Raboud, proud Debian Maintainer (DM). CH-1020 Renens [email protected]
signature.asc
Description: This is a digitally signed message part.

