From e2754301d6ff0020c5ff349491ad814cbc70161c Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 9 Nov 2010 17:33:16 +0300 Subject: ppp: reduced length of session id --- contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild index 645132d..cd158d6 100644 --- a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild +++ b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild @@ -19,7 +19,7 @@ IUSE="postgres debug shaper" DEPEND=">=sys-libs/glibc-2.8 dev-libs/openssl dev-libs/libaio - shaper? ( =dev-libs/libnl-9999 ) + shaper? ( =dev-libs/libnl-2 ) postgres? ( >=dev-db/postgresql-base-8.1 )" RDEPEND="$DEPEND @@ -38,6 +38,7 @@ src_unpack () { src_prepare() { sed -i -e "/mkdir/d" "${S}/accel-pptpd/CMakeLists.txt" + sed -i -e "/echo/d" "${S}/accel-pptpd/CMakeLists.txt" sed -i -e "/INSTALL/d" "${S}/driver/CMakeLists.txt" } @@ -78,5 +79,6 @@ src_install() { newins "${S}/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-confd" accel-pptpd dodir /var/log/accel-pptp + dodir /var/run/accel-pptp dodir /var/run/radattr } -- cgit v1.2.3