Hello community, here is the log from the commit of package xorg-x11 checked in at Mon Mar 5 15:34:05 CET 2007. -------- --- xorg-x11/xorg-x11.changes 2007-02-28 14:25:46.000000000 +0100 +++ /mounts/work_src_done/STABLE/xorg-x11/xorg-x11.changes 2007-03-05 11:00:00.532261000 +0100 @@ -1,0 +2,6 @@ +Mon Mar 5 10:58:24 CET 2007 - sndirsch@suse.de + +- /etc/init.d/xdm: + * use USR1 signal for gdm for reload (Bug #249965) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11.spec ++++++ --- /var/tmp/diff_new_pack.j30750/_old 2007-03-05 15:31:18.000000000 +0100 +++ /var/tmp/diff_new_pack.j30750/_new 2007-03-05 15:31:18.000000000 +0100 @@ -14,7 +14,7 @@ BuildRequires: fontconfig-devel freetype2-devel libpng-devel pam-devel pkgconfig rsh update-desktop-files xorg-x11-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-xtrans-devel URL: http://xorg.freedesktop.org/ Version: 7.2 -Release: 52 +Release: 53 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Utilities @@ -447,6 +447,9 @@ /var/lib/xdm/authdir/ %changelog +* Mon Mar 05 2007 - sndirsch@suse.de +- /etc/init.d/xdm: + * use USR1 signal for gdm for reload (Bug #249965) * Wed Feb 28 2007 - sndirsch@suse.de - no longer package /usr/share/xsessions directory (Bug #229172) * Sat Feb 24 2007 - sndirsch@suse.de ++++++ xdm.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/etc/init.d/xdm new/etc/init.d/xdm --- old/etc/init.d/xdm 2007-01-15 16:55:52.000000000 +0100 +++ new/etc/init.d/xdm 2007-03-05 10:48:42.000000000 +0100 @@ -77,6 +77,7 @@ else GDM_BIN=/opt/gnome/sbin/gdm fi +RELOADSIGNAL="-HUP" case "${DISPLAYMANAGER##*/}" in kdm|kde|KDM|KDE) DISPLAYMANAGER=/opt/kde3/bin/kdm @@ -86,6 +87,7 @@ ;; gdm|GDM|Gnome|GNOME) DISPLAYMANAGER=$GDM_BIN PIDFILE="/var/run/gdm.pid" + RELOADSIGNAL="-USR1" ;; wdm|WDM) DISPLAYMANAGER=/usr/X11R6/bin/wdm ;; @@ -165,7 +167,7 @@ sed 's+\(.*\)+/etc/init.d/xdm: \1+g' | \ /bin/logger echo -n "Reload service $DM" - killproc -p $PIDFILE -HUP $DISPLAYMANAGER + killproc -p $PIDFILE $RELOADSIGNAL $DISPLAYMANAGER rc_status -v ;; status|check) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org