]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- rel 7; revert disabling v6 addresses (doesn't prevent AF_INET6 socket from being... auto/th/rc-scripts-0_4_4_1-7
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 15 Jun 2011 11:52:13 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-svn.patch -> 1.14
    rc-scripts.spec -> 1.359

rc-scripts-svn.patch [deleted file]
rc-scripts.spec

diff --git a/rc-scripts-svn.patch b/rc-scripts-svn.patch
deleted file mode 100644 (file)
index 31aa4cf..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Index: sysconfig/network-scripts/functions.network
-===================================================================
---- sysconfig/network-scripts/functions.network        (wersja 12211)
-+++ sysconfig/network-scripts/functions.network        (kopia robocza)
-@@ -370,8 +370,12 @@
- modprobe_net()
- {
--      if is_yes "$IPV6_NETWORKING" && is_module "ipv6"; then
--              _modprobe single ipv6
-+      if is_yes "$IPV6_NETWORKING"; then
-+              if is_module "ipv6"; then
-+                      _modprobe single ipv6
-+              fi
-+      elif [ -d /proc/sys/net/ipv6 ]; then
-+              sysctl -w net.ipv6.conf.all.disable_ipv6=1
-       fi
-       if is_yes "$IPX" && is_module "ipx"; then
index 3133500fa3cd0ff925f12b95e65b8b02169b0b72..7f6375704465367b998c9284aa855859de2f8910 100644 (file)
@@ -9,13 +9,12 @@ Summary(pl.UTF-8):    inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr.UTF-8):     inittab ve /etc/rc.d dosyaları
 Name:          rc-scripts
 Version:       0.4.4.1
-Release:       6
+Release:       7
 License:       GPL v2
 Group:         Base
 Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
 # Source0-md5: ff522ac3a98dc6c8c0c891f91a164ec2
 Patch0:                %{name}-routes6.patch
-Patch1:                %{name}-svn.patch
 URL:           http://svn.pld-linux.org/cgi-bin/viewsvn/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -114,7 +113,6 @@ programcıklar içerir.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
 
 %build
 %{__aclocal}
This page took 0.029921 seconds and 4 git commands to generate.