removed residual references to the deleted postInstallScheduler.sh script

This commit is contained in:
fgerlits 2005-08-04 14:06:24 +00:00
parent 6fa1f4b596
commit 2b7d7c53cd
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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