yet another broken initscript after upgrade to openrc/baselayout-2 Reproducible: Always Steps to Reproduce: 1. Update to openrc/baselayout-2 2. /etc/init.d/mailgraph (re)start Actual Results: mail 08:59:56 postfix # /etc/init.d/mailgraph restart * Caching service dependencies ... [ ok ] * Shutting down mailgraph ... [ ok ] * Starting mailgraph ... * start-stop-daemon: --start needs --exec /lib/rc/sh/runscript.sh: line 17: --exec: command not found [ !! ] Expected Results: mailgraph to start. a quite easy workaround is to add "--name mailgraph \" to start script -c "${MG_DAEMON_UID}:${MG_DAEMON_GID}" \ + --name mailgraph \ --exec /usr/bin/mailgraph -- -v --daemon \ Dunno if that's a correct way to solve this.
Fixed in CVS.