Hello community, here is the log from the commit of package aaa_base checked in at Wed Mar 29 02:13:27 CEST 2006. -------- --- /work/SRC/all/BASE/aaa_base/aaa_base.changes 2006-03-23 18:06:52.000000000 +0100 +++ /work/src/done/STABLE/aaa_base/aaa_base.changes 2006-03-29 02:09:12.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Mar 29 02:08:28 CEST 2006 - ro@suse.de + +- added ShouldStart for boot.multipath to boot.localfs (#160511) +- added update from ttyS0 to ttySG0 for SGI Altix in postinstall + (#140401) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.jaH9fF/_old 2006-03-29 02:13:15.000000000 +0200 +++ /var/tmp/diff_new_pack.jaH9fF/_new 2006-03-29 02:13:15.000000000 +0200 @@ -19,7 +19,7 @@ PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv Autoreqprov: on Version: 10.1 -Release: 12 +Release: 14 Summary: SUSE Linux Base Package BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: aaa_base.tar.bz2 @@ -143,6 +143,10 @@ %defattr(-,root,root) %changelog -n aaa_base +* Wed Mar 29 2006 - ro@suse.de +- added ShouldStart for boot.multipath to boot.localfs (#160511) +- added update from ttyS0 to ttySG0 for SGI Altix in postinstall + (#140401) * Thu Mar 23 2006 - dmueller@suse.de - Fix init 3/rcxdm stop for default DISPLAYMANAGER * Thu Mar 23 2006 - werner@suse.de ++++++ aaa_base.post ++++++ --- /work/SRC/all/BASE/aaa_base/aaa_base.post 2006-03-17 16:34:41.000000000 +0100 +++ /work/src/done/STABLE/aaa_base/aaa_base.post 2006-03-29 02:12:26.000000000 +0200 @@ -343,4 +343,31 @@ rm -f /etc/fstab.$$ fi +# IA64 Altix update hook +if test -d /proc/sgi_sn ; then + if grep -q "console=ttyS0" /etc/elilo.conf ; then + echo "replacing ttyS0 by ttySG0 in elilo.conf, inittab and securetty files" + # + rm -f /etc/elilo.conf.tmp + sed -e "s/console=ttyS0/console=ttySG0/g" /etc/elilo.conf > /etc/elilo.conf.tmp + cat /etc/elilo.conf.tmp > /etc/elilo.conf + rm -f /etc/elilo.conf.tmp + # + rm -f /etc/inittab.tmp + sed -e "s/getty\(.*\)ttyS0/getty\1ttySG0/g" /etc/inittab > /etc/inittab.tmp + cat /etc/inittab.tmp > /etc/inittab + rm -f /etc/inittab.tmp + # + rm -f /etc/securetty.tmp + sed -e "s/ttyS0/ttySG0/g" /etc/securetty > /etc/securetty.tmp + cat /etc/securetty.tmp > /etc/securetty + rm -f /etc/securetty.tmp + # + if grep -q /boot/efi /proc/mounts ; then + echo "calling elilo to update" + /sbin/elilo || true + fi + fi +fi + exit 0 ++++++ aaa_base.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/aaa_base/etc/init.d/boot.localfs new/aaa_base/etc/init.d/boot.localfs --- old/aaa_base/etc/init.d/boot.localfs 2006-03-22 11:31:24.000000000 +0100 +++ new/aaa_base/etc/init.d/boot.localfs 2006-03-29 01:02:39.000000000 +0200 @@ -8,7 +8,7 @@ ### BEGIN INIT INFO # Provides: boot.localfs # Required-Start: boot.udev boot.loadmodules -# Should-Start: boot.ibmsis boot.md boot.lvm dasd_devfs_compat boot.scsidev +# Should-Start: boot.ibmsis boot.md boot.lvm dasd_devfs_compat boot.scsidev boot.multipath # Required-Stop: # Default-Start: B # Default-Stop: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de