| /openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
| H A D | 0002-start-stop-daemon-fix-tests.patch | 4 Subject: [PATCH] start-stop-daemon: fix tests 8 - run "start-stop-daemon with both -x and -a" test only if "/bin/false" 15 testsuite/start-stop-daemon.tests | 14 +++++++++----- 18 diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests 20 --- a/testsuite/start-stop-daemon.tests 21 +++ b/testsuite/start-stop-daemon.tests 29 testing "start-stop-daemon -x without -a" \ 30 'start-stop-daemon -S -x true 2>&1; echo $?' \ 34 testing "start-stop-daemon -x with -d on existing directory" \ 35 - 'start-stop-daemon -S -d /tmp -x true 2>&1; echo $?' \ [all …]
|
| H A D | 0003-start-stop-false.patch | 1 It's known that the final start-stop-daemon test fails if /bin/false is 8 diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests 10 --- a/testsuite/start-stop-daemon.tests 11 +++ b/testsuite/start-stop-daemon.tests 12 @@ -50,11 +50,18 @@ testing "start-stop-daemon without -x and -a" \ 18 -testing "start-stop-daemon with both -x and -a" \ 19 - 'start-stop-daemon -S -x /bin/false -a qwerty false 2>&1; echo $?' \ 26 + echo "SKIPPED: start-stop-daemon with both -x and -a (need non-busybox false)" 29 + testing "start-stop-daemon with both -x and -a" \ 30 + 'start-stop-daemon -S -x /bin/false -a qwerty false 2>&1; echo $?' \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
| H A D | adbd.mk | 6 adb/daemon/auth.cpp \ 7 adb/daemon/file_sync_service.cpp \ 8 adb/daemon/file_sync_service.h \ 9 adb/daemon/framebuffer_service.cpp \ 10 adb/daemon/framebuffer_service.h \ 11 adb/daemon/jdwp_service.cpp \ 12 adb/daemon/main.cpp \ 13 adb/daemon/restart_service.cpp \ 14 adb/daemon/restart_service.h \ 15 adb/daemon/services.cpp \ [all …]
|
| H A D | 0001-Fixes-for-yocto-build.patch | 13 system/core/adb/daemon/file_sync_service.cpp | 4 ++-- 14 system/core/adb/daemon/framebuffer_service.h | 2 -- 15 system/core/adb/daemon/main.cpp | 5 +++-- 16 system/core/adb/daemon/restart_service.h | 2 -- 17 system/core/adb/daemon/services.cpp | 6 ++---- 18 system/core/adb/daemon/shell_service.cpp | 5 ++++- 22 diff --git a/system/core/adb/daemon/file_sync_service.cpp b/system/core/adb/daemon/file_sync_servic… 24 --- a/system/core/adb/daemon/file_sync_service.cpp 25 +++ b/system/core/adb/daemon/file_sync_service.cpp 44 diff --git a/system/core/adb/daemon/framebuffer_service.h b/system/core/adb/daemon/framebuffer_serv… [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
| H A D | init-valkey-server | 21 start-stop-daemon --start --quiet --exec /usr/bin/valkey-server -- $ARGS 25 start-stop-daemon --stop --quiet --exec /usr/bin/valkey-server 29 start-stop-daemon --stop --quiet --exec /usr/bin/valkey-server 38 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server 43 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server 47 start-stop-daemon --stop --signal KILL --exec /usr/bin/valkey-server 48 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server 55 start-stop-daemon --stop --test --quiet --exec /usr/bin/valkey-server 62 start-stop-daemon --start --quiet --exec /usr/bin/valkey-server -- $ARGS
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
| H A D | init-redis-server | 21 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS 25 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server 29 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server 38 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server 43 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server 47 start-stop-daemon --stop --signal KILL --exec /usr/bin/redis-server 48 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server 55 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server 62 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.8/ |
| H A D | init-redis-server | 21 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS 25 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server 29 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server 38 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server 43 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server 47 start-stop-daemon --stop --signal KILL --exec /usr/bin/redis-server 48 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server 55 start-stop-daemon --stop --test --quiet --exec /usr/bin/redis-server 62 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
| H A D | 0001-Fix-opening-etc-resolv.conf-error.patch | 6 Fix to start avahi-daemon after systemd-resolved.service. This is because 24 /etc/resolv-conf.connman. So launch avahi-daemon after connman too. 28 avahi-daemon/avahi-daemon.service.in | 1 + 31 diff --git a/avahi-daemon/avahi-daemon.service.in b/avahi-daemon/avahi-daemon.service.in 33 --- a/avahi-daemon/avahi-daemon.service.in 34 +++ b/avahi-daemon/avahi-daemon.service.in 38 Requires=avahi-daemon.socket
|
| /openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/ |
| H A D | init | 16 start-stop-daemon -S -q -x $rngd -- $EXTRA_ARGS 21 start-stop-daemon -K -q -n rngd 26 start-stop-daemon -K -q -s 1 -x $rngd 27 start-stop-daemon -K -q -s 1 -x $rngd 31 start-stop-daemon -K -q -n rngd 34 start-stop-daemon -S -q -x $rngd -- $EXTRA_ARGS
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/ |
| H A D | transmission_4.0.6.bb | 12 file://transmission-daemon \ 37 sed -i '/USERNAME=/c\USERNAME=${TRANSMISSION_USER}' ${UNPACKDIR}/transmission-daemon 39 install -m 0744 ${UNPACKDIR}/transmission-daemon ${D}${sysconfdir}/init.d/ 40 chown ${TRANSMISSION_USER}:${TRANSMISSION_GROUP} ${D}${sysconfdir}/init.d/transmission-daemon 44 sed -i '/User=/c\User=${TRANSMISSION_USER}' ${S}/daemon/transmission-daemon.service 46 install -m 0644 ${S}/daemon/transmission-daemon.service ${D}${systemd_unitdir}/system 55 FILES:${PN} = "${bindir}/transmission-daemon ${sysconfdir}/init.d/transmission-daemon ${datadir}/ap… 57 SYSTEMD_SERVICE:${PN} = "transmission-daemon.service" 59 # Script transmission-daemon following the guidelines in: 61 INITSCRIPT_PACKAGES = "transmission-daemon" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | lircexec.init | 16 start-stop-daemon --start --quiet --exec /usr/bin/irexec -- --daemon 21 start-stop-daemon --stop --quiet --exec /usr/bin/irexec 26 start-stop-daemon --stop --quiet --exec /usr/bin/irexec 29 start-stop-daemon --start --quiet --exec /usr/bin/irexec -- --daemon
|
| H A D | lircd.init | 15 start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc0 20 start-stop-daemon --stop --quiet --exec /usr/sbin/lircd 24 start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircd 28 start-stop-daemon --stop --quiet --exec /usr/sbin/lircd 31 start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc0
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/ |
| H A D | dbus-daemon-proxy_git.bb | 1 SUMMARY = "dbus forwarding daemon" 3 LIC_FILES_CHKSUM = "file://dbus-daemon-proxy.c;endline=19;md5=41df6d21fe1c97d6a1cc22a5bf374cba" 8 SRC_URI = "git://github.com/alban/dbus-daemon-proxy;branch=master;protocol=https \ 9 file://0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch \ 20 …${CC} ${CFLAGS} -o dbus-daemon-proxy dbus-daemon-proxy.c `pkg-config --cflags --libs dbus-glib-1` … 25 install -m 0755 dbus-daemon-proxy ${D}${bindir}
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | 0008-include-libgen.h-for-basename.patch | 16 daemon/automount.c | 1 + 17 daemon/master.c | 1 + 21 diff --git a/daemon/automount.c b/daemon/automount.c 23 --- a/daemon/automount.c 24 +++ b/daemon/automount.c 33 diff --git a/daemon/master.c b/daemon/master.c 35 --- a/daemon/master.c 36 +++ b/daemon/master.c
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/ |
| H A D | init | 21 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE 26 start-stop-daemon --stop --quiet --exec $thttpd 30 start-stop-daemon --stop --quiet --signal 1 --exec $thttpd 34 start-stop-daemon --stop --quiet --exec $thttpd -- -C @@CONFFILE 44 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | ServiceAdmin.pm | 416 my $daemon=$_[0]; 425 if ( -e (&getGlobal('DIR', 'initd') . "/$daemon") ) { 426 &B_log("ACTION","# service_start enabling $daemon\n"); 433 return (&B_System("$service_cmd $daemon start", 434 "$service_cmd $daemon stop")); 467 my $daemon=$_[0]; 476 if ( -e (&getGlobal('DIR', 'initd') . "/$daemon") ) { 477 &B_log("ACTION","# service_stop disabling $daemon\n"); 485 return (&B_System("$service_cmd $daemon stop", 486 "$service_cmd $daemon start")); [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/gator-daemon/gator-daemon/ |
| H A D | 0001-daemon-mxml-Define-_GNU_SOURCE.patch | 4 Subject: [PATCH] daemon/mxml: Define _GNU_SOURCE 13 daemon/mxml/mxml-string.c | 2 ++ 16 diff --git a/daemon/mxml/mxml-string.c b/daemon/mxml/mxml-string.c 18 --- a/daemon/mxml/mxml-string.c 19 +++ b/daemon/mxml/mxml-string.c
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/avahi/ |
| H A D | avahi_0.8.bb | 1 SUMMARY = "Avahi IPv4LL network address configuration daemon" 18 file://avahi-daemon/main.c;endline=21;md5=9ee77368c5407af77caaef1b07285969 \ 110 PACKAGES =+ "libavahi-gobject avahi-daemon libavahi-common libavahi-core libavahi-client avahi-dnsc… 119 LICENSE:avahi-daemon = "LGPL-2.1-or-later" 138 FILES:avahi-daemon = "${sbindir}/avahi-daemon \ 139 ${sysconfdir}/avahi/avahi-daemon.conf \ 143 ${sysconfdir}/init.d/avahi-daemon \ 156 DEV_PKG_DEPENDENCY = "avahi-daemon (= ${EXTENDPKGV}) libavahi-core (= ${EXTENDPKGV})" 158 RDEPENDS:${PN}-dnsconfd = "${PN}-daemon" 160 RRECOMMENDS:avahi-daemon:append:libc-glibc = " avahi-libnss-mdns" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy/ |
| H A D | 0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch | 4 Subject: [PATCH] dbus-daemon-proxy: Return DBUS_HANDLER_RESULT_NOT_YET_HANDLED 14 dbus-daemon-proxy.c | 2 +- 17 diff --git a/dbus-daemon-proxy.c b/dbus-daemon-proxy.c 19 --- a/dbus-daemon-proxy.c 20 +++ b/dbus-daemon-proxy.c
|
| /openbmc/phosphor-mboxd/Documentation/ |
| H A D | mboxd.md | 17 This document describes the reference mailbox daemon contained in this 22 The main mailbox daemon is implemented in mboxd.c. This file uses helper 26 mboxd_dbus.c - Contains the handlers for the D-Bus commands which the daemon can 32 mboxd_msg.c - Contains the handlers for the mbox commands which the daemon 39 The daemon is a state machine with 5 valid states: 42 UNINITIALISED - The daemon is still in the initialisation phase and 44 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not 47 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is 50 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not 53 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is [all …]
|
| /openbmc/hiomapd/Documentation/ |
| H A D | mboxd.md | 18 This document describes the reference mailbox daemon contained in this 23 The main mailbox daemon is implemented in mboxd.c. This file uses helper 27 dbus.c - Contains the handlers for the D-Bus commands which the daemon can 33 transport_mbox.c - Contains the handlers for the mbox commands which the daemon 40 The daemon is a state machine with 5 valid states: 43 UNINITIALISED - The daemon is still in the initialisation phase and 45 ACTIVE_MAPS_FLASH - The daemon is polling for incoming commands, is not 48 SUSPEND_MAPS_FLASH - The daemon is polling for incoming commands, is 51 ACTIVE_MAPS_MEM - The daemon is polling for incoming commands, is not 54 SUSPEND_MAPS_MEM - The daemon is polling for incoming commands, is [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
| H A D | init | 28 start-stop-daemon -S -x $DAEMON > /dev/null 2>&1 33 start-stop-daemon -K -x $DAEMON 52 start-stop-daemon -K -x $DAEMON 54 start-stop-daemon -S -x $DAEMON
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | initscript | 27 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $syslog_ng 32 start-stop-daemon --stop --quiet --pidfile $PIDFILE 36 start-stop-daemon --stop --quiet --signal 1 --exec $syslog_ng 40 start-stop-daemon --stop --quiet --pidfile $PIDFILE 50 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $syslog_ng
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/atftp/atftp/ |
| H A D | atftpd.init | 16 start-stop-daemon --start --quiet --exec /usr/sbin/atftpd -- --daemon --port 69 21 start-stop-daemon --stop --quiet --exec /usr/sbin/atftpd 25 start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/atftpd
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | nginx.init | 20 start-stop-daemon --start --quiet --pidfile $PID \ 26 start-stop-daemon -K --quiet --pidfile $PID \ 32 start-stop-daemon -K --quiet --pidfile $PID \ 35 start-stop-daemon --start --quiet --pidfile $PID \ 41 start-stop-daemon --stop --signal HUP --quiet --pidfile $PID \
|