summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/live-installer/systemconfig.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-10-23 02:06:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-10-23 02:06:45 (GMT)
commit550dd3ce7cc01012b26cb35018d491983e1b56e5 (patch)
tree7191324e7c15f32eaf0de740db098e554cfd4e3b /abs/core-testing/live-installer/systemconfig.sh
parent7f24a313f0815854ff88a0e33a066a73de4f3be1 (diff)
downloadlinhes_pkgbuild-550dd3ce7cc01012b26cb35018d491983e1b56e5.zip
linhes_pkgbuild-550dd3ce7cc01012b26cb35018d491983e1b56e5.tar.gz
linhes_pkgbuild-550dd3ce7cc01012b26cb35018d491983e1b56e5.tar.bz2
change systemconfig.s to install local-website for all hostypes.
Diffstat (limited to 'abs/core-testing/live-installer/systemconfig.sh')
-rwxr-xr-xabs/core-testing/live-installer/systemconfig.sh20
1 files changed, 10 insertions, 10 deletions
diff --git a/abs/core-testing/live-installer/systemconfig.sh b/abs/core-testing/live-installer/systemconfig.sh
index 909119e..58cf530 100755
--- a/abs/core-testing/live-installer/systemconfig.sh
+++ b/abs/core-testing/live-installer/systemconfig.sh
@@ -1055,12 +1055,12 @@ case $SystemType in
sudo sv restart avahi
fi
- install="mysql mythdb-initial avahli portmap $ser_install"
+ install="mysql mythdb-initial avahli portmap local-website $ser_install"
remove="none $ser_remove"
- daemon_add="mysql mythbackend avahi portmap $ser_daemon_add"
+ daemon_add="mysql mythbackend avahi portmap lighttpd $ser_daemon_add"
daemon_remove="none $ser_daemon_remove"
;;
@@ -1075,10 +1075,10 @@ case $SystemType in
sudo sv restart avahi
fi
- install="mysql mythdb-initial avahi portmap myth2ipod mythtv-status $ser_install "
+ install="mysql mythdb-initial avahi portmap local-website myth2ipod mythtv-status $ser_install "
remove="$ser_remove"
- daemon_add="mysql mythbackend avahi portmap certmaster $ser_daemon_add"
+ daemon_add="mysql mythbackend avahi portmap lighttpd $ser_daemon_add"
daemon_remove="$ser_daemon_remove"
;;
Slave_backend)
@@ -1095,10 +1095,10 @@ case $SystemType in
fi
#cp $TEMPLATES/mysql.service ${BASE}/etc/avahi/services/mysql.service
- install="mysql avahi $ser_install "
+ install="mysql avahi local-website $ser_install "
remove=" $ser_remove"
- daemon_add="mythbackend avahi portmap $ser_daemon_add"
+ daemon_add="mythbackend avahi portmap lighttpd $ser_daemon_add"
daemon_remove="$ser_daemon_remove"
;;
Frontend_only)
@@ -1111,17 +1111,17 @@ case $SystemType in
sudo sv restart avahi
fi
- install="libmysqlclient mysql-clients portmap avahi $ser_install"
+ install="libmysqlclient mysql-clients portmap avahi local-website $ser_install"
remove="mysql mythweb$postfix $ser_remove"
- daemon_add="avahi portmap $ser_daemon_add "
+ daemon_add="avahi portmap lighttpd $ser_daemon_add "
daemon_remove="mysql mythbackend $ser_daemon_remove"
;;
esac
-setupSyslog
-setupfuncminion
+#setupSyslog
+
fi
#apply these to ALL types