diff options
author | Kozlov Dmitry <dima@server> | 2010-10-08 15:47:34 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-10-08 15:47:34 +0400 |
commit | 6bd944a54ba919c4106beb417d9b86fac738735b (patch) | |
tree | 42eac0adbfffe0d12e51108bf4d52ff008c1edc4 /contrib/gentoo | |
parent | ffa991a9340dfb02e497cbcbe5f80611204965b2 (diff) | |
download | accel-ppp-6bd944a54ba919c4106beb417d9b86fac738735b.tar.gz accel-ppp-6bd944a54ba919c4106beb417d9b86fac738735b.zip |
contrib: updated gentoo ebuilds
Diffstat (limited to 'contrib/gentoo')
-rw-r--r-- | contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild | 4 | ||||
-rw-r--r-- | contrib/gentoo/net-dialup/accel-pptp/files/pptpd-confd | 2 |
2 files changed, 3 insertions, 3 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 3f51538..2c30a60 100644 --- a/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild +++ b/contrib/gentoo/net-dialup/accel-pptp/accel-pptp-9999.ebuild @@ -63,10 +63,10 @@ src_install() { linux-mod_src_install exeinto /etc/init.d - newexe "${S}/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-init" pptpd + newexe "${S}/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-init" accel-pptpd insinto /etc/conf.d - newins "${S}/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-confd" pptpd + newins "${S}/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-confd" accel-pptpd dodir /var/log/accel-pptp dodir /var/run/radattr diff --git a/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-confd b/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-confd index fe9e088..ddc7aed 100644 --- a/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-confd +++ b/contrib/gentoo/net-dialup/accel-pptp/files/pptpd-confd @@ -1,4 +1,4 @@ -# Config file for /etc/init.d/pptpd +# Config file for /etc/init.d/accel-pptpd # Any extra options you want to pass to pptpd # on start-up should be put here. |