| Summary: | net-mail/mailgraph mailgraph: error in initscript (openrc) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | shpokas <ivars.strazdins> |
| Component: | Current packages | Assignee: | Net-Mail Packages <net-mail+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Fixed in CVS. |
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.