diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-05-20 16:32:01 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-05-20 16:32:01 +0000 |
| commit | 8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8 (patch) | |
| tree | 923c52d11b567ccda3afb565a62c78643cb67e2b /openwrt/package/net-snmp/ipkg | |
| parent | b0d80f983aa7904300f519082950e12f564f9a56 (diff) | |
| download | mtk-20170518-8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8.zip mtk-20170518-8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8.tar.gz mtk-20170518-8fffd0e036f7f0408c26fd2fa7b83dd0ced0bda8.tar.bz2 | |
Add net-snmp package
SVN-Revision: 991
Diffstat (limited to 'openwrt/package/net-snmp/ipkg')
| -rw-r--r-- | openwrt/package/net-snmp/ipkg/libnetsnmp.control | 8 | ||||
| -rw-r--r-- | openwrt/package/net-snmp/ipkg/snmp-utils.control | 9 | ||||
| -rw-r--r-- | openwrt/package/net-snmp/ipkg/snmpd.conffiles | 2 | ||||
| -rw-r--r-- | openwrt/package/net-snmp/ipkg/snmpd.control | 9 |
4 files changed, 28 insertions, 0 deletions
diff --git a/openwrt/package/net-snmp/ipkg/libnetsnmp.control b/openwrt/package/net-snmp/ipkg/libnetsnmp.control new file mode 100644 index 0000000..e7046b0 --- /dev/null +++ b/openwrt/package/net-snmp/ipkg/libnetsnmp.control @@ -0,0 +1,8 @@ +Package: libnetsnmp +Priority: optional +Section: libs +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/net-snmp/ +Description: an SNMP library diff --git a/openwrt/package/net-snmp/ipkg/snmp-utils.control b/openwrt/package/net-snmp/ipkg/snmp-utils.control new file mode 100644 index 0000000..58415fb --- /dev/null +++ b/openwrt/package/net-snmp/ipkg/snmp-utils.control @@ -0,0 +1,9 @@ +Package: snmp-utils +Priority: optional +Section: admin +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/net-snmp/ +Description: a collection of SNMP utilities +Depends: libsnmp diff --git a/openwrt/package/net-snmp/ipkg/snmpd.conffiles b/openwrt/package/net-snmp/ipkg/snmpd.conffiles new file mode 100644 index 0000000..2864cc9 --- /dev/null +++ b/openwrt/package/net-snmp/ipkg/snmpd.conffiles @@ -0,0 +1,2 @@ +/etc/default/snmpd +/etc/snmp/snmpd.conf diff --git a/openwrt/package/net-snmp/ipkg/snmpd.control b/openwrt/package/net-snmp/ipkg/snmpd.control new file mode 100644 index 0000000..7b29393 --- /dev/null +++ b/openwrt/package/net-snmp/ipkg/snmpd.control @@ -0,0 +1,9 @@ +Package: snmpd +Priority: optional +Section: admin +Version: [TBDL] +Architecture: [TBDL] +Maintainer: Nico <nthill@free.fr> +Source: http://nthill.free.fr/openwrt/sources/net-snmp/ +Description: an SNMP agent +Depends: libsnmp |
