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

Bug#324034: base-config 2.70 uninstallable



Package: base-config
Version: 2.70
Severity: important
Tags: patch

  When attempting to upgraded today I see the following error:

Setting up base-config (2.70) ...
/var/lib/dpkg/info/base-config.postinst: line 59: syntax error near unexpected
token `db_fset'
dpkg: error processing base-config (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 base-config
E: Sub-process /usr/bin/dpkg returned an error code (1)


  The patch below fixes this issue.

Steve
-- 

--- /var/lib/dpkg/info/base-config.postinst~    2005-08-19 23:22:53.000000000
+0100
+++ /var/lib/dpkg/info/base-config.postinst     2005-08-19 23:22:12.000000000
+0100
@@ -54,7 +54,7 @@
                apt-setup/non-free apt-setup/contrib apt-setup/badsource \
                apt-setup/another apt-setup/badedit \
                apt-setup/security-updates \
-               apt-setup/security-updates-failed \
+               apt-setup/security-updates-failed ;
        do 
                db_fset $q seen false || true
        done




Reply to: