View | Details | Raw Unified
Collapse All | Expand All

(-) Init/Services.pm (-1 / +1 lines)
 Lines 659-665   sub get_gentoo_runlevels Link Here 
sub get_gentoo_services_for_runlevel
sub get_gentoo_services_for_runlevel
{
{
  my($runlevel) = @_;
  my($runlevel) = @_;
  my($raw_output) = Utils::File::run_backtick("rc-status -nocolor $runlevel");
  my($raw_output) = Utils::File::run_backtick("rc-status --nocolor $runlevel");
  my(@raw_lines) = split(/\n/,$raw_output);
  my(@raw_lines) = split(/\n/,$raw_output);
  my($line, $service);
  my($line, $service);
  my(%services);
  my(%services);