packages: xinetd/xinetd.inet.sh, xinetd/xinetd.spec - rel 5 - use FAMILY fo...

baggins baggins at pld-linux.org
Thu Jul 22 13:51:59 CEST 2010


Author: baggins                      Date: Thu Jul 22 11:51:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 5
- use FAMILY for IP family selection in rc-inetd script

---- Files affected:
packages/xinetd:
   xinetd.inet.sh (1.15 -> 1.16) , xinetd.spec (1.69 -> 1.70) 

---- Diffs:

================================================================
Index: packages/xinetd/xinetd.inet.sh
diff -u packages/xinetd/xinetd.inet.sh:1.15 packages/xinetd/xinetd.inet.sh:1.16
--- packages/xinetd/xinetd.inet.sh:1.15	Tue Jul 20 11:25:50 2010
+++ packages/xinetd/xinetd.inet.sh	Thu Jul 22 13:51:54 2010
@@ -105,6 +105,9 @@
 			;;
 		esac
 	done
+	if [ "${FAMILY:-not}" != "not" ]; then
+		XFLAGS="$XFLAGS $FAMILY"
+	fi
 	[ "${XFLAGS:-n}" = "n" ]	|| echo "	flags		=$XFLAGS"
 
 	[ "${INTERFACE:-n}" = "n" ]	|| echo "	bind		= $INTERFACE"

================================================================
Index: packages/xinetd/xinetd.spec
diff -u packages/xinetd/xinetd.spec:1.69 packages/xinetd/xinetd.spec:1.70
--- packages/xinetd/xinetd.spec:1.69	Sat May 22 18:14:16 2010
+++ packages/xinetd/xinetd.spec	Thu Jul 22 13:51:54 2010
@@ -10,7 +10,7 @@
 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
@@ -181,6 +181,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70  2010/07/22 11:51:54  baggins
+- rel 5
+- use FAMILY for IP family selection in rc-inetd script
+
 Revision 1.69  2010/05/22 16:14:16  gotar
 - fixed Group
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xinetd/xinetd.inet.sh?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xinetd/xinetd.spec?r1=1.69&r2=1.70&f=u



More information about the pld-cvs-commit mailing list