[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit quagga
From:       root () Hilbert ! suse ! de (h_root)
Date:       2008-08-29 23:31:26
Message-ID: 20080829233126.9F3176780AA () Hilbert ! suse ! de
[Download RAW message or body]


Hello community,

here is the log from the commit of package quagga
checked in at Sat Aug 30 01:31:26 CEST 2008.


--------
--- quagga/quagga.changes	2008-07-28 11:12:49.000000000 +0200
+++ quagga/quagga.changes	2008-08-28 23:22:57.848835000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 28 23:20:32 CEST 2008 - cthiel@suse.de
+
+- fix init scripts
+
+-------------------------------------------------------------------



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

Other differences:
------------------
++++++ quagga.spec ++++++
--- /var/tmp/diff_new_pack.X32564/_old	2008-08-30 01:30:51.000000000 +0200
+++ /var/tmp/diff_new_pack.X32564/_new	2008-08-30 01:30:51.000000000 +0200
@@ -2,9 +2,16 @@
 # spec file for package quagga (Version 0.99.10)
 #
 # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
 #
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
@@ -14,7 +21,7 @@
 Name:           quagga
 BuildRequires:  net-snmp-devel pam-devel readline-devel
 Version:        0.99.10
-Release:        1
+Release:        11
 PreReq:         %insserv_prereq %fillup_prereq
 PreReq:         %install_info_prereq
 # pwdutils for useradd and groupadd
@@ -131,7 +138,7 @@
 
 %post
 /sbin/ldconfig
-%fillup_and_insserv -n -s zebra zebra START_ZEBRA bgpd START_BGPD ospf6d \
START_OSPF6D ospfd START_OSPFD ripd START_RIP ripngd START_RIPNG +%fillup_and_insserv
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %preun
@@ -171,6 +178,8 @@
 %{_includedir}/%{name}/ospfd/*.h
 
 %changelog
+* Fri Aug 29 2008 cthiel@suse.de
+- fix init scripts
 * Mon Jul 28 2008 prusnak@suse.cz
 - updated to 0.99.10
   * [bgpd] 4-byte AS support added


++++++ quagga-SUSE.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore \
                old/SUSE/bgpd new/SUSE/bgpd
--- old/SUSE/bgpd	2007-06-06 17:29:16.000000000 +0200
+++ new/SUSE/bgpd	2008-08-28 23:21:18.000000000 +0200
@@ -9,8 +9,8 @@
 
 ### BEGIN INIT INFO
 # Provides:       bgpd
-# Required-Start: $network zebra
-# Required-Stop:
+# Required-Start: $network $remote_fs zebra
+# Required-Stop: $network $remote_fs zebra 
 # Default-Start:  2 3 5
 # Default-Stop:
 # Short-Description:    BGP-Routing-Daemon
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore \
                old/SUSE/ospf6d new/SUSE/ospf6d
--- old/SUSE/ospf6d	2007-06-06 17:29:34.000000000 +0200
+++ new/SUSE/ospf6d	2008-08-28 23:21:34.000000000 +0200
@@ -9,8 +9,8 @@
 
 ### BEGIN INIT INFO
 # Provides:       ospf6d
-# Required-Start: $network zebra
-# Required-Stop:
+# Required-Start: $network $remote_fs zebra
+# Required-Stop: $network $remote_fs zebra
 # Default-Start:  2 3 5
 # Default-Stop:
 # Short-Description:    OSPF-IPv6-Routing-Daemon
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore \
                old/SUSE/ospfd new/SUSE/ospfd
--- old/SUSE/ospfd	2007-06-06 17:29:46.000000000 +0200
+++ new/SUSE/ospfd	2008-08-28 23:21:51.000000000 +0200
@@ -9,8 +9,8 @@
 
 ### BEGIN INIT INFO
 # Provides:       ospfd
-# Required-Start: $network zebra
-# Required-Stop:
+# Required-Start: $network $remote_fs zebra
+# Required-Stop: $network $remote_fs zebra
 # Default-Start:  2 3 5
 # Default-Stop:
 # Short-Description:    OSPF-Routing-Daemon
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore \
                old/SUSE/ripd new/SUSE/ripd
--- old/SUSE/ripd	2007-06-06 17:29:56.000000000 +0200
+++ new/SUSE/ripd	2008-08-28 23:22:04.000000000 +0200
@@ -9,8 +9,8 @@
 
 ### BEGIN INIT INFO
 # Provides:       ripd
-# Required-Start: $network zebra
-# Required-Stop:
+# Required-Start: $network $remote_fs zebra
+# Required-Stop: $network $remote_fs zebra
 # Default-Start:  2 3 5
 # Default-Stop:
 # Short-Description:    RIP-Routing-Daemon
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore \
                old/SUSE/ripngd new/SUSE/ripngd
--- old/SUSE/ripngd	2007-06-06 17:30:09.000000000 +0200
+++ new/SUSE/ripngd	2008-08-28 23:22:18.000000000 +0200
@@ -9,8 +9,8 @@
 
 ### BEGIN INIT INFO
 # Provides:       ripnd
-# Required-Start: $network zebra
-# Required-Stop:
+# Required-Start: $network $remote_fs zebra
+# Required-Stop: $network $remote_fs zebra
 # Default-Start:  2 3 5
 # Default-Stop:
 # Short-Description:    RIPNG-Routing-Daemon
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore \
                old/SUSE/zebra new/SUSE/zebra
--- old/SUSE/zebra	2007-06-06 17:30:18.000000000 +0200
+++ new/SUSE/zebra	2008-08-28 23:22:38.000000000 +0200
@@ -9,8 +9,8 @@
 
 ### BEGIN INIT INFO
 # Provides:       zebra
-# Required-Start: $network
-# Required-Stop:
+# Required-Start: $network $remote_fs
+# Required-Stop: $network $remote_fs
 # Default-Start:  2 3 5
 # Default-Stop:
 # Short-Description:    Zebra-Daemon


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org
For additional commands, e-mail: opensuse-commit+help@opensuse.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic