ppcrcd/trunk/net.pkgs
sparky
cvs at pld-linux.org
Fri Jul 14 03:52:39 CEST 2006
Author: sparky
Date: Fri Jul 14 03:52:37 2006
New Revision: 7520
Modified:
ppcrcd/trunk/net.pkgs
Log:
- install portmap after libwrap
Modified: ppcrcd/trunk/net.pkgs
==============================================================================
--- ppcrcd/trunk/net.pkgs (original)
+++ ppcrcd/trunk/net.pkgs Fri Jul 14 03:52:37 2006
@@ -131,10 +131,6 @@
S += vtund
$(R)/vtun: $(P)/vtun
-I += portmap
-S += portmap
-$(R)/portmap: $(P)/portmap
-
I += zebedee
$(R)/zebedee: $(P)/zebedee
@@ -152,6 +148,10 @@
I += libwrap-libs libwrap tcp_wrappers
$(R)/tcp_wrappers $(R)/libwrap $(R)/libwrap-libs: $(P)/tcp_wrappers
+I += portmap
+S += portmap
+$(R)/portmap: $(P)/portmap
+
I += openssh openssh-clients openssh-server
POST += sshd_prepared
BCOND-openssh = --without gtk --without kerberos5
More information about the pld-cvs-commit
mailing list