Changeset 1204


Ignore:
Timestamp:
01/10/12 11:38:00 (4 months ago)
Author:
tschmitt
Message:
Location:
main/linuxmuster-base/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-base/trunk/debian/changelog

    r1203 r1204  
    33  * paedml51-upgrade: 
    44    - fixed -f parameter (closes #563). 
    5  
    6  -- Thomas Schmitt <schmitt@lmz-bw.de>  Mon, 9 Jan 2012 18:29:32 +0100 
     5    - removing libc6-i686 at begin of dist-upgrade (if installed) to avoid 
     6      upgrade problems, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454557 
     7      (closes #560). 
     8 
     9 -- Thomas Schmitt <schmitt@lmz-bw.de>  Tue, 10 Jan 2012 11:34:32 +0100 
    710 
    811linuxmuster-base (5.1.0-2lenny0) lenny; urgency=low 
  • main/linuxmuster-base/trunk/share/upgrade/paedml51-upgrade.sh

    r1196 r1204  
    1919FREEDYNTPLDIR=$DYNTPLDIR/55_freeradius 
    2020KDE=`dpkg -l | grep "kdm" | grep ^i` 
     21LIBC6=`dpkg -l | grep "libc6-i686" | grep ^i | awk '{ print $2 }'` 
    2122OPENML=`dpkg -l | grep "schulkonsole-templates-openlml" | grep ^i` 
    2223TEMPLBASE=`dpkg -l | grep "linuxmuster-schulkonsole-templates-base" | grep ^i | awk '{ print $2 }'` 
     
    3637PKGSTOREMOVE="linuxmuster-freeradius linux-image-server phpmyadmin phppgadmin \ 
    3738              linuxmuster-schulkonsole-templates-openlml mindi mondo nagios2 \ 
    38               nagios2-common nagios2-doc linuxmuster-nagios-base \ 
     39              libc6-i686 nagios2-common nagios2-doc linuxmuster-nagios-base \ 
    3940              postgresql-7.4 postgresql-8.1 postgresql-client-8.1 \ 
    4041              libpq4 samba linuxmuster-pkpgcounter \ 
     
    424425echo "###########################" 
    425426tweak_apt 
     427# remove libc6-i686 first to avoid upgrade problems (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454557) 
     428[ -n "$LIBC6" ] && aptitude -y remove $LIBC6 
    426429aptitude -y install apt-utils tasksel debian-archive-keyring dpkg locales apache2 
    427430aptitude update 
Note: See TracChangeset for help on using the changeset viewer.