Hello community, here is the log from the commit of package sysconfig checked in at Tue May 23 01:37:04 CEST 2006. -------- --- sysconfig/sysconfig.changes 2006-05-18 20:52:16.000000000 +0200 +++ sysconfig/sysconfig.changes 2006-05-22 22:38:26.000000000 +0200 @@ -1,0 +2,8 @@ +Mon May 22 22:31:38 CEST 2006 - poeml@suse.de + +- fix dhcpcd-hook so that syslog picks up a changed hostname during + bootup, by reloading syslog. The reload was already being done + during IP address change ("renew state") but not during "up" + state. [#160916] + +------------------------------------------------------------------- New: ---- sysconfig-0.50.9-syslog-reload.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sysconfig.spec ++++++ --- /var/tmp/diff_new_pack.DtrLQ1/_old 2006-05-23 01:36:51.000000000 +0200 +++ /var/tmp/diff_new_pack.DtrLQ1/_new 2006-05-23 01:36:52.000000000 +0200 @@ -13,7 +13,7 @@ Name: sysconfig BuildRequires: autofs portmap sysfsutils ypbind Version: 0.50.9 -Release: 13 +Release: 14 Summary: The sysconfig scheme Group: System/Base License: GPL @@ -22,6 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %fillup_prereq %insserv_prereq textutils fileutils gawk /usr/bin/sed /usr/bin/grep Source: %name-%version.tar.bz2 +Patch: sysconfig-0.50.9-syslog-reload.dif %description This package provides the SuSE system configuration scheme. @@ -41,6 +42,7 @@ %prep %setup -n sysconfig-%{version} +%patch -p1 %build autoreconf --force --install @@ -206,6 +208,11 @@ %{insserv_cleanup} %changelog -n sysconfig +* Mon May 22 2006 - poeml@suse.de +- fix dhcpcd-hook so that syslog picks up a changed hostname during + bootup, by reloading syslog. The reload was already being done + during IP address change ("renew state") but not during "up" + state. [#160916] * Thu May 18 2006 - zoz@suse.de - rcnetwork: quoted two occurrences $OLDPWD to allow spaces in directory names. (Bug 174029) ++++++ sysconfig-0.50.9-syslog-reload.dif ++++++ diff -uNr sysconfig-0.50.9.orig/scripts/dhcpcd-hook sysconfig-0.50.9/scripts/dhcpcd-hook --- sysconfig-0.50.9.orig/scripts/dhcpcd-hook 2006-01-13 13:50:25.000000000 +0100 +++ sysconfig-0.50.9/scripts/dhcpcd-hook 2006-05-22 22:30:39.736808078 +0200 @@ -106,6 +106,9 @@ up) $debug && $log_dbg "Running ifup $INTERFACE -o dhcp" ifup $INTERFACE -o dhcp + + # reload syslog so it knows the new hostname + /etc/init.d/syslog reload ;; down) # We now call PRE_DOWN_SCRIPT directly from ifdown, because it was called ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de