Package: apt-dater-host
Version: 0.8.4-3

Hi, the line

  sed "s/^\$ASSUMEYES=.*/\$ASSUMEYES=${ASSUME_YES}/" -i 
"/etc/apt-dater-host.conf"

in the .postinst script is broken; it deletes the ";" at the end of the line,
which is needed as the config file is "eval"d in the perl script.

this should work i guess:

  sed "s/^\$ASSUMEYES=.*/\$ASSUMEYES=${ASSUME_YES};/" -i 
"/etc/apt-dater-host.conf"

- stefan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to