]> git.pld-linux.org Git - packages/xinetd.git/commitdiff
- rel 5 auto/th/xinetd-2_3_14-5
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 22 Jul 2010 11:51:54 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use FAMILY for IP family selection in rc-inetd script

Changed files:
    xinetd.inet.sh -> 1.16
    xinetd.spec -> 1.70

xinetd.inet.sh
xinetd.spec

index 0947bd36747f34fd0027d059788f631733e97a81..49ad73929b18ce1b4086a5f6404d07abe889acbf 100644 (file)
@@ -105,6 +105,9 @@ parse_one_service()
                        ;;
                esac
        done
+       if [ "${FAMILY:-not}" != "not" ]; then
+               XFLAGS="$XFLAGS $FAMILY"
+       fi
        [ "${XFLAGS:-n}" = "n" ]        || echo "       flags           =$XFLAGS"
 
        [ "${INTERFACE:-n}" = "n" ]     || echo "       bind            = $INTERFACE"
index 41b393524bf285fc167dff22642af7933043acc3..b1b6314dc7cdca1bdcf062b9bd808c4adb550cce 100644 (file)
@@ -9,7 +9,7 @@ Summary(ru.UTF-8):      xinetd - богатая возможностями замен
 Summary(uk.UTF-8):     xinetd - багата можливостями заміна inetd
 Name:          xinetd
 Version:       2.3.14
-Release:       4
+Release:       5
 License:       BSD-like
 Group:         Networking/Daemons
 Source0:       http://www.xinetd.org/%{name}-%{version}.tar.gz
This page took 0.331878 seconds and 4 git commands to generate.