removed residual references to the deleted postInstallScheduler.sh script
This commit is contained in:
parent
6fa1f4b596
commit
2b7d7c53cd
2 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: fgerlits $
|
# Author : $Author: fgerlits $
|
||||||
# Version : $Revision: 1.14 $
|
# Version : $Revision: 1.15 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/Makefile.in,v $
|
# 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
|
.PHONY: install create_database install_modules install_products
|
||||||
|
|
||||||
install: setup compile 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
|
${MKDIR} ${USR_ETC_DIR}/apache
|
||||||
${CP} ${ETC_DIR}/apache/*.conf ${USR_ETC_DIR}/apache
|
${CP} ${ETC_DIR}/apache/*.conf ${USR_ETC_DIR}/apache
|
||||||
|
|
||||||
|
|
|
@ -27,9 +27,10 @@ case "$1" in
|
||||||
cp -f $installdir/etc/odbcinst_debian_template \
|
cp -f $installdir/etc/odbcinst_debian_template \
|
||||||
$installdir/etc/odbcinst_template
|
$installdir/etc/odbcinst_template
|
||||||
# do post-installation configuration
|
# do post-installation configuration
|
||||||
$installdir/bin/postInstallScheduler.sh --directory $installdir \
|
# TODO: update this as postInstallScheduler.sh does not exist any more
|
||||||
--apache-group $apache_group \
|
# $installdir/bin/postInstallScheduler.sh --directory $installdir \
|
||||||
--www-root $apache_docroot
|
# --apache-group $apache_group \
|
||||||
|
# --www-root $apache_docroot
|
||||||
# register and start the livesupport scheduler deamon
|
# register and start the livesupport scheduler deamon
|
||||||
update-rc.d livesupport-station defaults 92 || true
|
update-rc.d livesupport-station defaults 92 || true
|
||||||
if command -v invoke-rc.d >/dev/null 2>&1 ; then
|
if command -v invoke-rc.d >/dev/null 2>&1 ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue