Changeset 1204
- Timestamp:
- 01/10/12 11:38:00 (4 months ago)
- Location:
- main/linuxmuster-base/trunk
- Files:
-
- 2 edited
-
debian/changelog (modified) (1 diff)
-
share/upgrade/paedml51-upgrade.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-base/trunk/debian/changelog
r1203 r1204 3 3 * paedml51-upgrade: 4 4 - 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 7 10 8 11 linuxmuster-base (5.1.0-2lenny0) lenny; urgency=low -
main/linuxmuster-base/trunk/share/upgrade/paedml51-upgrade.sh
r1196 r1204 19 19 FREEDYNTPLDIR=$DYNTPLDIR/55_freeradius 20 20 KDE=`dpkg -l | grep "kdm" | grep ^i` 21 LIBC6=`dpkg -l | grep "libc6-i686" | grep ^i | awk '{ print $2 }'` 21 22 OPENML=`dpkg -l | grep "schulkonsole-templates-openlml" | grep ^i` 22 23 TEMPLBASE=`dpkg -l | grep "linuxmuster-schulkonsole-templates-base" | grep ^i | awk '{ print $2 }'` … … 36 37 PKGSTOREMOVE="linuxmuster-freeradius linux-image-server phpmyadmin phppgadmin \ 37 38 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 \ 39 40 postgresql-7.4 postgresql-8.1 postgresql-client-8.1 \ 40 41 libpq4 samba linuxmuster-pkpgcounter \ … … 424 425 echo "###########################" 425 426 tweak_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 426 429 aptitude -y install apt-utils tasksel debian-archive-keyring dpkg locales apache2 427 430 aptitude update
Note: See TracChangeset
for help on using the changeset viewer.
