Updating initsystem default for progress-linux releases.

This commit is contained in:
Daniel Baumann 2013-09-06 20:05:07 +02:00
parent 0293f5d14c
commit dcf1ff484a
1 changed files with 9 additions and 1 deletions

View File

@ -274,7 +274,15 @@ Set_defaults ()
;;
progress-linux)
LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}"
case "${LB_DISTRIBUTION}" in
chairon*)
LB_INITSYSTEM="${LB_INITSYSTEM:-systemd}"
;;
*)
LB_INITSYSTEM="${LB_INITSYSTEM:-sysvinit}"
;;
esac
;;
*)