|
|
@@ -3815,7 +3815,11 @@ case $init_type in #(
|
|
|
src_init="solaris-PKG_NAME.xml"
|
|
|
src_inetd="solaris-PKG_NAME.xml" ;; #(
|
|
|
upstart) :
|
|
|
- src_init=upstart-init ;; #(
|
|
|
+ if test $dist_type = rh ; then
|
|
|
+ src_init=rh-upstart-init
|
|
|
+ else
|
|
|
+ src_init=upstart-init
|
|
|
+ fi ;; #(
|
|
|
launchd) :
|
|
|
src_init="mac-org.nagios.PKG_NAME.plist"
|
|
|
src_inetd="mac-org.nagios.PKG_NAME.plist" ;; #(
|