diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-20 16:32:01 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-20 16:32:01 +0000 |
commit | 3b5357f927c0fe18037b21355160b2d6d7ce8c24 (patch) | |
tree | 923c52d11b567ccda3afb565a62c78643cb67e2b /openwrt/package/net-snmp/ipkg | |
parent | c7b955b36570ce6cfad33ab7e4fb67d68f91926f (diff) |
Add net-snmp package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@991 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0000000000..e7046b07af --- /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 0000000000..58415fbdd4 --- /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 0000000000..2864cc903a --- /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 0000000000..7b29393498 --- /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 |