aboutsummaryrefslogtreecommitdiff
path: root/net/pptpd/files
Commit message (Collapse)AuthorAge
* pptpd: run service in foreground for procd compatibilityRafał Miłecki2017-02-23
| | | | | | | | | To have service working nicely with procd it should be running in the foreground. Otherwise it's not possible to e.g. stop it with the init.d script. Luckily for us pptpd has a simple switch that allows it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Fixes: 15e7f611afb ("pptpd: convert init script to procd")
* pptpd: Make mppe and logwtmp configurable as uci parametersHans Dedecker2016-02-18
| | | | | | | | | | Add uci option mppe which makes the mppe parameter configurable; the default value is required,no40,no56,stateless as before. Add uci option logwtmp; when enabled updates wtmp when users connect and disconnect Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* pptpd: convert init script to procdMislav Novakovic2015-07-14
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* pptpd: import from old packagesLuka Perkov2015-05-15
Signed-off-by: Luka Perkov <luka@openwrt.org>