summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/live-installer/systemconfig.sh
diff options
context:
space:
mode:
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