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 | 3a867a5a1bcdc59c3e4c88f04e9a20043e88d7a4 (patch) | |
tree | 70c6fbb69ccb204c2eb8fb4d961c5fe110e1c2e2 /package/net-snmp/ipkg | |
parent | 65bf5d39fc5e5c7b7f00b39ea08b3c51bd8e7732 (diff) | |
download | upstream-3a867a5a1bcdc59c3e4c88f04e9a20043e88d7a4.tar.gz upstream-3a867a5a1bcdc59c3e4c88f04e9a20043e88d7a4.tar.bz2 upstream-3a867a5a1bcdc59c3e4c88f04e9a20043e88d7a4.zip |
Add net-snmp package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@991 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/net-snmp/ipkg')
-rw-r--r-- | package/net-snmp/ipkg/libnetsnmp.control | 8 | ||||
-rw-r--r-- | package/net-snmp/ipkg/snmp-utils.control | 9 | ||||
-rw-r--r-- | package/net-snmp/ipkg/snmpd.conffiles | 2 | ||||
-rw-r--r-- | package/net-snmp/ipkg/snmpd.control | 9 |
4 files changed, 28 insertions, 0 deletions
diff --git a/package/net-snmp/ipkg/libnetsnmp.control b/package/net-snmp/ipkg/libnetsnmp.control new file mode 100644 index 0000000000..e7046b07af --- /dev/null +++ b/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/package/net-snmp/ipkg/snmp-utils.control b/package/net-snmp/ipkg/snmp-utils.control new file mode 100644 index 0000000000..58415fbdd4 --- /dev/null +++ b/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/package/net-snmp/ipkg/snmpd.conffiles b/package/net-snmp/ipkg/snmpd.conffiles new file mode 100644 index 0000000000..2864cc903a --- /dev/null +++ b/package/net-snmp/ipkg/snmpd.conffiles @@ -0,0 +1,2 @@ +/etc/default/snmpd +/etc/snmp/snmpd.conf diff --git a/package/net-snmp/ipkg/snmpd.control b/package/net-snmp/ipkg/snmpd.control new file mode 100644 index 0000000000..7b29393498 --- /dev/null +++ b/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 |