add sysvinit-utils dependancy for ubuntu to debian bootstrap.sh
This commit is contained in:
parent
ae324c9846
commit
ea28be45ac
|
@ -843,7 +843,7 @@ if [ ${use_sysvinit} = "true" ]; then
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Package: freeswitch-sysvinit
|
Package: freeswitch-sysvinit
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: \${misc:Depends}, lsb-base (>= 3.0-6), sysvinit
|
Depends: \${misc:Depends}, lsb-base (>= 3.0-6), sysvinit | sysvinit-utils
|
||||||
Conflicts: freeswitch-init
|
Conflicts: freeswitch-init
|
||||||
Provides: freeswitch-init
|
Provides: freeswitch-init
|
||||||
Description: FreeSWITCH SysV init script
|
Description: FreeSWITCH SysV init script
|
||||||
|
|
Loading…
Reference in New Issue