=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== openrc-0.42/man/openrc-run.8-719- for food in /usr/share/food/*; do openrc-0.42/man/openrc-run.8:720: veinfo "Eating `basename ${food}`" openrc-0.42/man/openrc-run.8-721- ${command} --eat ${food} ############################################## openrc-0.42/man/openrc-run.8-723- : $(( result += retval )) openrc-0.42/man/openrc-run.8:724: [ ${retval} = 0 ] && ate="${ate} `basename ${food}`" openrc-0.42/man/openrc-run.8-725- done ############################################## openrc-0.42/service-script-guide.md-58-If a service needs to behave differently when it is being restarted vs openrc-0.42/service-script-guide.md:59:started or stopped, it should test the `$RC_CMD` variable, for example: openrc-0.42/service-script-guide.md-60- ############################################## openrc-0.42/service-script-guide.md-180-which will additionally pass `--make-pidfile` to start-stop-daemon, openrc-0.42/service-script-guide.md:181:causing it to create the `$pidfile` for you (rather than the daemon openrc-0.42/service-script-guide.md-182-itself being responsible for creating the PID file). ############################################## openrc-0.42/src/includes/queue.h-684-{ openrc-0.42/src/includes/queue.h:685: __asm __volatile("" : "+r" (__x)); openrc-0.42/src/includes/queue.h-686- return __x; ############################################## openrc-0.42/user-guide.md-167-For performance reasons OpenRC keeps a cache of pre-parsed service metadata openrc-0.42/user-guide.md:168:(e.g. `depend`). The default location for this is `/${RC_SVCDIR}/cache`. openrc-0.42/user-guide.md-169- ############################################## openrc-0.42/debian/openrc.postinst-74- echo "*** reboot immediately using the following command: ***" openrc-0.42/debian/openrc.postinst:75: echo 'for file in /etc/rc0.d/K*; do s=`basename $(readlink "$file")` ; /etc/init.d/$s stop; done' openrc-0.42/debian/openrc.postinst-76- echo "**********************************************************************"