Changeset 404
- Timestamp:
- 11/29/08 20:48:37 (3 years ago)
- Location:
- main/linuxmuster-base/trunk
- Files:
-
- 4 edited
-
debian/changelog (modified) (1 diff)
-
debian/postinst (modified) (1 diff)
-
share/tasks/upgrade40 (modified) (2 diffs)
-
share/upgrade/paedml40-upgrade.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-base/trunk/debian/changelog
r360 r404 1 linuxmuster-base (1.4.44-1) testing; urgency=low 2 3 * paedml40-upgrade: minor fixes according to paedML Linux 4.0.2 4 * postinst: minor improvements for schulkonsole's db.conf update 5 6 -- Thomas Schmitt <schmitt@lmz-bw.de> Sat, 29 Nov 2008 19:44:50 +0100 7 1 8 linuxmuster-base (1.4.43-1) testing; urgency=low 2 9 -
main/linuxmuster-base/trunk/debian/postinst
r171 r404 601 601 fi 602 602 603 # ldap db user needs password (1.4.36-paedml1) 604 if ! grep -q "02.11.2008" /etc/linuxmuster/schulkonsole/db.conf; then 603 # ldap db user needs password (1.4.44-1) 604 dbconf=/etc/linuxmuster/schulkonsole/db.conf 605 dbuser=`grep ^Username $dbconf | awk -F\= '{ print $2 }'` 606 dbpwd=`grep ^Password $dbconf | awk -F\= '{ print $2 }'` 607 if [ "$dbuser" != "ldap" -o -z "$dbpwd" ]; then 605 608 echo "Providing a random password for postgresql user ldap." 606 609 echo "Warning: Backing up /etc/linuxmuster/schulkonsole/db.conf to db.conf.dpkg-old!" -
main/linuxmuster-base/trunk/share/tasks/upgrade40
r153 r404 368 368 libzephyr3 369 369 libzzip-0-12 370 linux-headers-2.6.22-1-server 371 linux-image-2.6.22-1-server 370 linux-headers-2.6.24-3-server 371 linux-image-2.6.24-3-server 372 linux-ubuntu-modules-2.6.24-3-server 372 373 linux-image-server 373 374 linux-kernel-headers … … 376 377 linuxmuster-nagios-base 377 378 linuxmuster-schulkonsole 379 linuxmuster-schulkonsole-templates-base 378 380 linuxmuster-schulkonsole-wrapper 379 381 locales -
main/linuxmuster-base/trunk/share/upgrade/paedml40-upgrade.sh
r156 r404 496 496 echo "Überprüfe installierte Pakete:" 497 497 for i in $checkpackages; do 498 if [ "$i" = "rembo" -o "$i" = "myshn" ]; then 499 [ "$imaging" = "rembo" ] || continue 500 fi 501 if [ "$i" = "linuxmuster-linbo" ]; then 502 [ "$imaging" = "linbo" ] || continue 503 fi 498 504 unset status 499 505 status=`dpkg -s $i | grep ^Status` … … 672 678 # restore nagios2 configuration 673 679 echo "Stelle Nagios2-Konfiguration wieder her ..." 674 rm -rf /etc/nagios2 680 # test 681 #rm -rf /etc/nagios2 675 682 tar xzf $nagiosbackup -C / 676 683 [ -e /etc/nagios2/resource.cfg ] || echo "# dummy config file created by paedML's etch-upgrade script" > /etc/nagios2/resource.cfg … … 745 752 fi 746 753 747 # finallyupdate release information754 # update release information 748 755 echo "$(getdistname) $DISTFULLVERSION / Codename $CODENAME" > /etc/issue 749 756 cp /etc/issue /etc/issue.net 750 757 cat /etc/issue 758 echo 759 760 # update kdm greetstring 761 if [ -e /etc/kde/kdm/kdmrc ]; then 762 greetstr="`cat /etc/issue` auf %n" 763 sed -e "s|^GreetString=.*|GreetString=$greetstr|g" -i /etc/kde/kdm/kdmrc 764 fi 765 766 # finally do a reconfigure 767 /etc/init.d/slapd start 768 dpkg-reconfigure linuxmuster-base 751 769 echo 752 770
Note: See TracChangeset
for help on using the changeset viewer.
