diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 19:32:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-05 19:32:49 +0000 |
commit | 073ade43680f6d61ac17cc4e7d3702e7a2d50553 (patch) | |
tree | b6038c9f1f1ddad617505af7799c1c1df6ca167f /package/ppp | |
parent | d80f82d7a4cbf6d5c7dbabe5ac493a8e3e5665c0 (diff) | |
download | upstream-073ade43680f6d61ac17cc4e7d3702e7a2d50553.tar.gz upstream-073ade43680f6d61ac17cc4e7d3702e7a2d50553.tar.bz2 upstream-073ade43680f6d61ac17cc4e7d3702e7a2d50553.zip |
ppp: utilize the new keepfiles facility to backup the whole radius directory
SVN-Revision: 23259
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index cab220a3e3..1e46cdda32 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -83,10 +83,7 @@ endef define Package/ppp-mod-radius/conffiles /etc/ppp/radius.conf -/etc/ppp/radius/dictionary -/etc/ppp/radius/dictionary.asnet -/etc/ppp/radius/dictionary.microsoft -/etc/ppp/radius/servers +/etc/ppp/radius/ endef define Package/chat |