diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-01 00:06:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-01 00:06:02 (GMT) |
commit | 09d38a2c4db1f9d45cea7a9b55a8d441d4a73d61 (patch) | |
tree | 8f4cef30f3662996fdbf3160e9ace34ecd674246 /abs/core-testing/LinHES-config/systemconfig.sh | |
parent | c8dd80dc0fe74666b82dc52c677d2fddb97399ea (diff) | |
download | linhes_pkgbuild-09d38a2c4db1f9d45cea7a9b55a8d441d4a73d61.zip linhes_pkgbuild-09d38a2c4db1f9d45cea7a9b55a8d441d4a73d61.tar.gz linhes_pkgbuild-09d38a2c4db1f9d45cea7a9b55a8d441d4a73d61.tar.bz2 |
comment all the hobbit stuff
Diffstat (limited to 'abs/core-testing/LinHES-config/systemconfig.sh')
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh index fd5a2da..08d9488 100755 --- a/abs/core-testing/LinHES-config/systemconfig.sh +++ b/abs/core-testing/LinHES-config/systemconfig.sh @@ -664,24 +664,24 @@ then # UseHobbit=0 #fi -if [ x$UseHobbit = x1 ] -then - case $SystemType in - Standalone|Master_backend ) - ser_daemon_add="hobbit $ser_daemon_add" - ser_install="hobbitserver $ser_install" - ;; - - *) ser_daemon_add="hobbit-client $ser_daemon_add" - ser_install="hobbit-client $ser_install" - ;; - esac -else - ser_daemon_remove="hobbit hobbit-client $ser_daemon_remove" - ser_remove="hobbit-client hobbitserver $ser_remove" - rm -f /data/srv/httpd/htdocs/hobbit/index.html - - fi +#if [ x$UseHobbit = x1 ] +#then +# case $SystemType in +# Standalone|Master_backend ) +# ser_daemon_add="hobbit $ser_daemon_add" +# ser_install="hobbitserver $ser_install" +# ;; +# +# *) ser_daemon_add="hobbit-client $ser_daemon_add" +# ser_install="hobbit-client $ser_install" +# ;; +# esac +#else +# ser_daemon_remove="hobbit hobbit-client $ser_daemon_remove" +# ser_remove="hobbit-client hobbitserver $ser_remove" +# rm -f /data/srv/httpd/htdocs/hobbit/index.html +# +# fi |