[oe-commits] [meta-openembedded] 03/03: net-snmp: initscripts are located in net-snmp-server-snmp package

git at git.openembedded.org git at git.openembedded.org
Mon Jul 18 18:00:45 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 4fbb4d2371648ceb9ad6b99f46261ed5a125fb98
Author: Li Wang <li.wang at windriver.com>
AuthorDate: Wed Jul 6 22:18:04 2016 -0400

    net-snmp: initscripts are located in net-snmp-server-snmp package
    
    The net-snmp-server package is a meta-package requiring
    net-snmp-server-snmpd and net-snmp-server-snmptrapd package.
    The net-snmp-server-snmpd package provides the startup scripts
    not the meta net-snmp-server package.
    
    Signed-off-by: Anders Wallin <anders.wallin at windriver.com>
    Signed-off-by: Li Wang <li.wang at windriver.com>
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
index ca98fc0..4ad5b21 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb
@@ -143,9 +143,9 @@ FILES_${PN}-dev += "${bindir}/mib2c ${bindir}/mib2c-update"
 CONFFILES_${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf"
 CONFFILES_${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf"
 
-INITSCRIPT_PACKAGES = "${PN}-server"
-INITSCRIPT_NAME_${PN}-server = "snmpd"
-INITSCRIPT_PARAMS_${PN}-server = "start 90 2 3 4 5 . stop 60 0 1 6 ."
+INITSCRIPT_PACKAGES = "${PN}-server-snmpd"
+INITSCRIPT_NAME_${PN}-server-snmpd = "snmpd"
+INITSCRIPT_PARAMS_${PN}-server-snmpd = "start 90 2 3 4 5 . stop 60 0 1 6 ."
 
 EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-systemd', '--without-systemd', d)}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list