[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#553273: read-in-maintainer-script preinst



severity 553273 normal
severity 553277 normal
thanks

The call to the ask_abort function that does the prompting is guarded by:

case "$1" in
    upgrade)
       case "$2" in
           2.6*)
               fix_cruft
               ask_abort
           ;;
           2*|3.1*|3.3.[1-6]*)
               ask_abort
           ;;
        esac           

Since the version of afbackup in oldstable is 3.4-3, this prompt only occurs
in the case of an unsupported upgrade from sarge.

The code should simply be removed, and replaced with a debconf prompt later
if there's a reason to ask this in the future.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slangasek@ubuntu.com                                     vorlon@debian.org

Attachment: signature.asc
Description: Digital signature


Reply to: