Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 470998
Collapse All | Expand All

(-)puppet-3.1.1-r2.orig/lib/puppet/provider/service/openrc.rb (-1 / +3 lines)
Lines 10-17 Link Here
10
  defaultfor :operatingsystem => :gentoo
10
  defaultfor :operatingsystem => :gentoo
11
  defaultfor :operatingsystem => :funtoo
11
  defaultfor :operatingsystem => :funtoo
12
12
13
  has_command(:rcstatus, '/bin/rc-status') do
14
    environment :RC_SVCNAME => nil
15
  end
13
  commands :rcservice => '/sbin/rc-service'
16
  commands :rcservice => '/sbin/rc-service'
14
  commands :rcstatus  => '/bin/rc-status'
15
  commands :rcupdate  => '/sbin/rc-update'
17
  commands :rcupdate  => '/sbin/rc-update'
16
18
17
  self::STATUSLINE = /^\s+(.*?)\s*\[\s*(.*)\s*\]$/
19
  self::STATUSLINE = /^\s+(.*?)\s*\[\s*(.*)\s*\]$/

Return to bug 470998