diff --git a/livesupport/etc/Makefile.in b/livesupport/etc/Makefile.in index b415c23db..2f073af59 100644 --- a/livesupport/etc/Makefile.in +++ b/livesupport/etc/Makefile.in @@ -21,7 +21,7 @@ # # # Author : $Author: fgerlits $ -# Version : $Revision: 1.14 $ +# Version : $Revision: 1.15 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $ #------------------------------------------------------------------------------- @@ -426,7 +426,6 @@ check: .PHONY: install create_database install_modules install_products install: setup compile create_database install_modules install_products - ${CP} ${BIN_DIR}/postInstallScheduler.sh ${USR_BIN_DIR} ${MKDIR} ${USR_ETC_DIR}/apache ${CP} ${ETC_DIR}/apache/*.conf ${USR_ETC_DIR}/apache diff --git a/livesupport/etc/debian/livesupport-station.postinst b/livesupport/etc/debian/livesupport-station.postinst index 70fb62314..23668c18b 100644 --- a/livesupport/etc/debian/livesupport-station.postinst +++ b/livesupport/etc/debian/livesupport-station.postinst @@ -27,9 +27,10 @@ case "$1" in cp -f $installdir/etc/odbcinst_debian_template \ $installdir/etc/odbcinst_template # do post-installation configuration - $installdir/bin/postInstallScheduler.sh --directory $installdir \ - --apache-group $apache_group \ - --www-root $apache_docroot +# TODO: update this as postInstallScheduler.sh does not exist any more +# $installdir/bin/postInstallScheduler.sh --directory $installdir \ +# --apache-group $apache_group \ +# --www-root $apache_docroot # register and start the livesupport scheduler deamon update-rc.d livesupport-station defaults 92 || true if command -v invoke-rc.d >/dev/null 2>&1 ; then