Revert "FS-8369 Debian8/CentOS7 systemd installer additions"

This reverts commit 757fa94239.
This commit is contained in:
Ken Rice
2015-11-20 14:54:05 -06:00
parent 5ad6a2533a
commit ebba246192
6 changed files with 10 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ default_certsdir="$prefix/certs"
default_fontsdir="$prefix/fonts"
default_imagesdir="$prefix/images"
eval bindir_expanded="${bindir}"
bindir="$exec_prefix/bin"
if test "${enable_fhs}" = "yes"; then
eval full_datadir="${datadir}/freeswitch"
@@ -789,9 +789,8 @@ case "$host" in
AC_SUBST(DISTRO)
AC_SUBST(rundir)
AC_SUBST(environmentfilelocation)
AC_SUBST(bindir_expanded)
AC_CONFIG_FILES([build/startup/install_systemd.sh], [chmod +x build/startup/install_systemd.sh])
AC_CONFIG_FILES([build/startup/freeswitch.service])
AC_CONFIG_FILES([init/install_systemd.sh], [chmod +x init/install_systemd.sh])
AC_CONFIG_FILES([init/freeswitch.service])
fi
;;
*)