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

Collapse All | Expand All

(-)Init/Services.pm (-1 / +1 lines)
Lines 802-808 sub set_gentoo_service_status Link Here
802
802
803
  return if ($status == $old_status);
803
  return if ($status == $old_status);
804
804
805
  if ($action == $SERVICE_START)
805
  if ($status == $SERVICE_START)
806
  {
806
  {
807
    &Utils::File::run ("rc-update add $script $rl");
807
    &Utils::File::run ("rc-update add $script $rl");
808
    &run_gentoo_script ($script, "start");
808
    &run_gentoo_script ($script, "start");

Return to bug 214265