diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-07 23:08:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-07 23:08:54 +0000 |
commit | dd21e4c08a51322de23f77af861336b3a12487f2 (patch) | |
tree | 6c62250f2091bb069136b726d12e0ea974fa572d /openwrt/package/freeradius/ipkg | |
parent | c687e2566b47a6cf755adb07654a46553987ebcb (diff) | |
download | mtk-20170518-dd21e4c08a51322de23f77af861336b3a12487f2.zip mtk-20170518-dd21e4c08a51322de23f77af861336b3a12487f2.tar.gz mtk-20170518-dd21e4c08a51322de23f77af861336b3a12487f2.tar.bz2 |
add detail, preprocess and realm sub-packages, rename patches, prepare for future update.
SVN-Revision: 2597
Diffstat (limited to 'openwrt/package/freeradius/ipkg')
5 files changed, 18 insertions, 0 deletions
diff --git a/openwrt/package/freeradius/ipkg/freeradius-mod-detail.control b/openwrt/package/freeradius/ipkg/freeradius-mod-detail.control new file mode 100644 index 0000000..8254c00 --- /dev/null +++ b/openwrt/package/freeradius/ipkg/freeradius-mod-detail.control @@ -0,0 +1,5 @@ +Package: freeradius-mod-detail +Priority: optional +Section: net +Description: a detailed accounting module for FreeRADIUS +Depends: freeradius diff --git a/openwrt/package/freeradius/ipkg/freeradius-mod-preprocess.conffiles b/openwrt/package/freeradius/ipkg/freeradius-mod-preprocess.conffiles new file mode 100644 index 0000000..b29cca8 --- /dev/null +++ b/openwrt/package/freeradius/ipkg/freeradius-mod-preprocess.conffiles @@ -0,0 +1,2 @@ +/etc/freeradius/hints +/etc/freeradius/huntgroups diff --git a/openwrt/package/freeradius/ipkg/freeradius-mod-preprocess.control b/openwrt/package/freeradius/ipkg/freeradius-mod-preprocess.control new file mode 100644 index 0000000..7adc171 --- /dev/null +++ b/openwrt/package/freeradius/ipkg/freeradius-mod-preprocess.control @@ -0,0 +1,5 @@ +Package: freeradius-mod-preprocess +Priority: optional +Section: net +Description: a request preprocessing module for FreeRADIUS +Depends: freeradius diff --git a/openwrt/package/freeradius/ipkg/freeradius-mod-realm.conffiles b/openwrt/package/freeradius/ipkg/freeradius-mod-realm.conffiles new file mode 100644 index 0000000..a4d4126 --- /dev/null +++ b/openwrt/package/freeradius/ipkg/freeradius-mod-realm.conffiles @@ -0,0 +1 @@ +/etc/freeradius/proxy.conf diff --git a/openwrt/package/freeradius/ipkg/freeradius-mod-realm.control b/openwrt/package/freeradius/ipkg/freeradius-mod-realm.control new file mode 100644 index 0000000..3f84e36 --- /dev/null +++ b/openwrt/package/freeradius/ipkg/freeradius-mod-realm.control @@ -0,0 +1,5 @@ +Package: freeradius-mod-realm +Priority: optional +Section: net +Description: a realm module for FreeRADIUS +Depends: freeradius |