Mailinglist Archive: opensuse-commit (999 mails)
| < Previous | Next > |
commit sysconfig for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 08 Jul 2009 21:05:26 +0200
- Message-id: <20090708190526.9A2736321@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package sysconfig for openSUSE:Factory
checked in at Wed Jul 8 21:05:26 CEST 2009.
--------
--- sysconfig/sysconfig.changes 2009-06-15 00:46:32.000000000 +0200
+++ sysconfig/sysconfig.changes 2009-06-30 18:37:39.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 30 18:34:52 CEST 2009 - mt@xxxxxxx
+
+- Applied fastboot patch from Moblin:Factory to avoid a sleep.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
sysconfig-0.72.0-fastboot.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.hTQsxC/_old 2009-07-08 21:04:49.000000000 +0200
+++ /var/tmp/diff_new_pack.hTQsxC/_new 2009-07-08 21:04:49.000000000 +0200
@@ -20,7 +20,7 @@
Name: sysconfig
Version: 0.72.0
-Release: 2
+Release: 3
Summary: The sysconfig scheme
Group: System/Base
License: GPL v2 or later
@@ -31,6 +31,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %name-%version.tar.bz2
Patch0: sysconfig-drop_libsysfs.patch
+Patch1: sysconfig-0.72.0-fastboot.patch
%description
This package provides the SuSE system configuration scheme.
@@ -52,6 +53,7 @@
%prep
%setup -n sysconfig-%{version}
%patch0
+%patch1
%build
autoreconf --force --install
++++++ sysconfig-0.72.0-fastboot.patch ++++++
--- scripts/ifup
+++ scripts/ifup 2009/06/30 16:13:04
@@ -318,10 +318,11 @@ if [ "$CONTROL_IFPLUGD" == yes ] ; then
$IFPLUGD -i $INTERFACE $IFPLUGSCRIPT \
${IFPLUGD_OPTIONS:- -f -I}
fi
+
+ # We need this flag later for ifstatus, because
we must avoid that
+ # connection state is checked to early
+ ( sleep 3; touch
$RUN_FILES_BASE/ready-$INTERFACE; ) &
fi
- # We need this flag later for ifstatus, because we must
avoid that
- # connection state is checked to early
- ( sleep 3; touch $RUN_FILES_BASE/ready-$INTERFACE; ) &
;;
ifdown)
if [ "$INTERFACETYPE" != "wlan" -a -f
/var/run/ifplugd.$INTERFACE.pid ]; then
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |