diff options
author | Kozlov Dmitry <dima@server> | 2010-11-09 17:33:16 +0300 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-11-09 17:33:16 +0300 |
commit | e2754301d6ff0020c5ff349491ad814cbc70161c (patch) | |
tree | 434e40b73c0b1e35b8568d5e397e1e615d32913a /contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild | |
parent | 47453cf43b076631bb2a8455c14f39298cdea1ca (diff) | |
download | accel-ppp-e2754301d6ff0020c5ff349491ad814cbc70161c.tar.gz accel-ppp-e2754301d6ff0020c5ff349491ad814cbc70161c.zip |
ppp: reduced length of session id
Diffstat (limited to 'contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild')
-rw-r--r-- | contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 645132d1..cd158d60 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 } |