]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- patch to understand BOOTPROTO=static properly
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 24 May 2005 15:30:25 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-bootproto.patch -> 1.1
    rc-scripts.spec -> 1.189

rc-scripts-bootproto.patch [new file with mode: 0644]
rc-scripts.spec

diff --git a/rc-scripts-bootproto.patch b/rc-scripts-bootproto.patch
new file mode 100644 (file)
index 0000000..4528aa2
--- /dev/null
@@ -0,0 +1,13 @@
+Index: ifup
+===================================================================
+--- ./sysconfig/network-scripts/ifup   (revision 5367)
++++ ./sysconfig/network-scripts/ifup   (working copy)
+@@ -107,7 +107,7 @@
+       exit 0
+ fi
+-if [ -n "$BOOTPROTO" -a "$BOOTPROTO" != "none" ]; then
++if [ -n "$BOOTPROTO" -a "$BOOTPROTO" != "none" -a "$BOOTPROTO" != "static" ]; then
+     if is_yes "$IPV4_NETWORKING"; then
+       if [ "$BOOTPROTO" = "bootp" -o "$BOOTPROTO" = "pump" ]; then
index f487295015b5236b8a2781a8366ac1129bf8cc26..e8b0db619661064aa38179d6203cf6348f0c2400 100644 (file)
@@ -10,7 +10,7 @@ Summary(pl):  inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr):   inittab ve /etc/rc.d dosyalarý
 Name:          rc-scripts
 Version:       0.4.0.18
-Release:       2
+Release:       2.1
 License:       GPL
 Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld-linux.org>
 Group:         Base
@@ -18,6 +18,7 @@ Source0:      ftp://ftp.pld-linux.org/people/arekm/software/%{name}-%{version}.tar.gz
 # Source0-md5: 723b91ef18860b42195326850f644600
 Patch0:                %{name}-dev_alias.patch
 Patch1:                %{name}-BOOTPRIO.patch
+Patch2:                %{name}-bootproto.patch
 URL:           http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -93,6 +94,7 @@ programc
 %setup -q
 %{?with_devalias:%patch0 -p0}
 %patch1 -p0
+%patch2 -p1
 
 %build
 %{__aclocal}
This page took 0.146369 seconds and 4 git commands to generate.