Hello community,

here is the log from the commit of package NetworkManager for 
openSUSE:12.1:Update:Test checked in at 2011-12-01 16:54:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/NetworkManager (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.NetworkManager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/NetworkManager/NetworkManager.changes   
2011-11-24 20:14:26.000000000 +0100
+++ 
/work/SRC/openSUSE:12.1:Update:Test/.NetworkManager.new/NetworkManager.changes  
    2011-12-01 16:54:20.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 11:54:14 CET 2011 - [email protected]
+
+- Update systemd-network-config.patch to handle NM_TIMEOUT value 0
+  as no timeout (bnc#730628).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systemd-network-config.patch ++++++
--- /var/tmp/diff_new_pack.Z4Osya/_old  2011-12-01 16:54:20.000000000 +0100
+++ /var/tmp/diff_new_pack.Z4Osya/_new  2011-12-01 16:54:20.000000000 +0100
@@ -30,9 +30,9 @@
  [Service]
  Type=oneshot
 -ExecStart=@bindir@/nm-online -q --timeout=30
-+Environment=NM_ONLINE_TIMEOUT=30
++Environment=NM_ONLINE_TIMEOUT=0
 +EnvironmentFile=-/etc/sysconfig/network/config
-+ExecStart=@bindir@/nm-online -q --timeout=${NM_ONLINE_TIMEOUT}
++ExecStart=/bin/bash -c "if [ ${NM_ONLINE_TIMEOUT} -gt 0 ]; then 
@bindir@/nm-online -q --timeout=${NM_ONLINE_TIMEOUT} ; else /bin/true ; fi"
  
  [Install]
  WantedBy=network.target

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to