Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 360013 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/librc/librc.c (-2 / +1 lines)
Lines 525-531 rc_service_exists(const char *service) Link Here
525
}
525
}
526
librc_hidden_def(rc_service_exists)
526
librc_hidden_def(rc_service_exists)
527
527
528
#define OPTSTR ". '%s'; echo $opts"
528
#define OPTSTR ". '%s'; echo ${extra_commands:-$opts} $extra_started_commands"
529
RC_STRINGLIST *
529
RC_STRINGLIST *
530
rc_service_extra_commands(const char *service)
530
rc_service_extra_commands(const char *service)
531
{
531
{
532
- 

Return to bug 360013