diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 05:54:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 05:54:17 +0000 |
commit | e24fbdb22e21bd54062a387d7351472421cc5d37 (patch) | |
tree | cb2e1b0c58829a559013235d80459df05ec2c2d0 | |
parent | 29908284106bcde7f4c6a8da6db09f65ad797a20 (diff) |
Change package descriptions, set "Source:" field to CVS web url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1106 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/net-snmp/ipkg/libnetsnmp.control | 4 | ||||
-rw-r--r-- | openwrt/package/net-snmp/ipkg/snmp-utils.control | 6 | ||||
-rw-r--r-- | openwrt/package/net-snmp/ipkg/snmpd.control | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/openwrt/package/net-snmp/ipkg/libnetsnmp.control b/openwrt/package/net-snmp/ipkg/libnetsnmp.control index e7046b07af..20ebad59ac 100644 --- a/openwrt/package/net-snmp/ipkg/libnetsnmp.control +++ b/openwrt/package/net-snmp/ipkg/libnetsnmp.control @@ -4,5 +4,5 @@ Section: libs Version: [TBDL] Architecture: [TBDL] Maintainer: Nico <nthill@free.fr> -Source: http://nthill.free.fr/openwrt/sources/net-snmp/ -Description: an SNMP library +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/net-snmp/ +Description: SNMP shared libraries diff --git a/openwrt/package/net-snmp/ipkg/snmp-utils.control b/openwrt/package/net-snmp/ipkg/snmp-utils.control index 1b09298c91..236b487896 100644 --- a/openwrt/package/net-snmp/ipkg/snmp-utils.control +++ b/openwrt/package/net-snmp/ipkg/snmp-utils.control @@ -4,6 +4,6 @@ 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: libnetsnmp +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/net-snmp/ +Description: SNMP client utilities +Depends: libnetsnmp, libelf diff --git a/openwrt/package/net-snmp/ipkg/snmpd.control b/openwrt/package/net-snmp/ipkg/snmpd.control index d5db4d66de..45e656eb9c 100644 --- a/openwrt/package/net-snmp/ipkg/snmpd.control +++ b/openwrt/package/net-snmp/ipkg/snmpd.control @@ -4,6 +4,6 @@ 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: libnetsnmp +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/net-snmp/ +Description: SNMP agent +Depends: libnetsnmp, libelf |