summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/systemconfig.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-17 17:47:26 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-17 17:47:26 (GMT)
commitcff24d02505081b7297a257c38edcf286772e015 (patch)
treea2621605b5d00fd74e5de82b5c1217e00d5ed92f /abs/core-testing/LinHES-config/systemconfig.sh
parent1a8e31864d6c5f36832ae1504cefe1e2a243cb98 (diff)
downloadlinhes_pkgbuild-cff24d02505081b7297a257c38edcf286772e015.zip
linhes_pkgbuild-cff24d02505081b7297a257c38edcf286772e015.tar.gz
linhes_pkgbuild-cff24d02505081b7297a257c38edcf286772e015.tar.bz2
correct exports.template to point to /myth instead of /data/media
add nfslock to all machine types start netfs
Diffstat (limited to 'abs/core-testing/LinHES-config/systemconfig.sh')
-rwxr-xr-xabs/core-testing/LinHES-config/systemconfig.sh20
1 files changed, 10 insertions, 10 deletions
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh
index 948137a..66ef9cd 100755
--- a/abs/core-testing/LinHES-config/systemconfig.sh
+++ b/abs/core-testing/LinHES-config/systemconfig.sh
@@ -673,7 +673,7 @@ then
else
ser_remove="$ser_remove"
- ser_daemon_remove="nfsd nfslock $ser_daemon_remove"
+ ser_daemon_remove="nfsd $ser_daemon_remove"
fi
if [ x$Runncidd = x1 ]
@@ -856,7 +856,7 @@ function setupcnfs () {
#if no central nfs found, then use the mbe.
if [ $SystemType = "Frontend_only" ]
then
- setupfstab ${dbhost}:/data/media /data/media
+ setupfstab ${dbhost}:/myth /myth
fi
fi
@@ -1130,12 +1130,12 @@ case $SystemType in
sudo sv restart avahi
fi
- install="mysql mythdb-initial avahli portmap local-website $ser_install"
+ install="mysql mythdb-initial avahli portmap nfslock local-website $ser_install"
remove="none $ser_remove"
- daemon_add="mysql mythbackend avahi portmap lighttpd $ser_daemon_add"
+ daemon_add="mysql mythbackend avahi portmap nfslock netfs lighttpd $ser_daemon_add"
daemon_remove="none $ser_daemon_remove"
;;
@@ -1150,10 +1150,10 @@ case $SystemType in
sudo sv restart avahi
fi
- install="mysql mythdb-initial avahi portmap local-website myth2ipod mythtv-status $ser_install "
+ install="mysql mythdb-initial avahi portmap nfslock local-website myth2ipod mythtv-status $ser_install "
remove="$ser_remove"
- daemon_add="mysql mythbackend avahi portmap lighttpd $ser_daemon_add"
+ daemon_add="mysql mythbackend avahi portmap nfslock netfs lighttpd $ser_daemon_add"
daemon_remove="$ser_daemon_remove"
;;
Slave_backend)
@@ -1170,10 +1170,10 @@ case $SystemType in
fi
#cp $TEMPLATES/mysql.service ${BASE}/etc/avahi/services/mysql.service
- install="mysql avahi local-website $ser_install "
+ install="mysql avahi local-website portmap nfslock $ser_install "
remove=" $ser_remove"
- daemon_add="mythbackend avahi portmap lighttpd $ser_daemon_add"
+ daemon_add="mythbackend avahi portmap nfslock netfs lighttpd $ser_daemon_add"
daemon_remove="$ser_daemon_remove"
;;
Frontend_only)
@@ -1186,10 +1186,10 @@ case $SystemType in
sudo sv restart avahi
fi
- install="libmysqlclient mysql-clients portmap avahi local-website $ser_install"
+ install="libmysqlclient mysql-clients portmap nfslock avahi local-website $ser_install"
remove="mysql mythweb$postfix $ser_remove"
- daemon_add="avahi portmap lighttpd $ser_daemon_add "
+ daemon_add="avahi portmap nfslock netfs lighttpd $ser_daemon_add "
daemon_remove="mysql mythbackend $ser_daemon_remove"
;;