SPECS: rlinetd.spec - updated rc-inet script not to require PORT f...
qboosh
qboosh at pld-linux.org
Sun Mar 12 16:15:23 CET 2006
Author: qboosh Date: Sun Mar 12 15:15:23 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated rc-inet script not to require PORT for RPC services
- added rpc patch to register proper port with pmap_set()
---- Files affected:
SPECS:
rlinetd.spec (1.66 -> 1.67)
---- Diffs:
================================================================
Index: SPECS/rlinetd.spec
diff -u SPECS/rlinetd.spec:1.66 SPECS/rlinetd.spec:1.67
--- SPECS/rlinetd.spec:1.66 Sat Mar 11 19:22:21 2006
+++ SPECS/rlinetd.spec Sun Mar 12 16:15:17 2006
@@ -1,6 +1,9 @@
# $Revision$, $Date$
#
-# TODO: rpc support seems to be broken
+# NOTE:
+# - rpc support is incomplete (no pmap_unset on shutdown)
+# - "instances 1" is not enough for tcp "wait" emulation
+# (in such case server accept()s, inetd must not!)
#
# Conditional build:
%bcond_without libcap # build without libcap support
@@ -19,6 +22,7 @@
Source2: %{name}.8.pl
Patch0: %{name}-no_libnsl.patch
Patch1: %{name}-dblfree.patch
+Patch2: %{name}-rpc.patch
#URL: http://www.rcpt.to/rlinetd/
URL: http://packages.debian.org/rlinetd
BuildRequires: autoconf >= 2.59
@@ -53,6 +57,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
%{__libtoolize}
@@ -111,6 +116,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.67 2006/03/12 15:15:17 qboosh
+- updated rc-inet script not to require PORT for RPC services
+- added rpc patch to register proper port with pmap_set()
+
Revision 1.66 2006/03/11 18:22:21 qboosh
- updated to 0.5.20 (new URLs - maintained as Debian package now)
- removed obsolete execve,tcpwrappers,string.h,ac25x,gcc3,gcc34 patches
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rlinetd.spec?r1=1.66&r2=1.67&f=u
More information about the pld-cvs-commit
mailing list