diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-05 19:17:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-05 19:17:48 (GMT) |
commit | 0cc1080dee0c081423deffca0884193011ea399b (patch) | |
tree | 138395cfe31c980d90211f692b77bda25fecdbd3 /abs/core-testing/LinHES-config | |
parent | 9c63001e5eb322bf73aed1541884027f422ff480 (diff) | |
download | linhes_pkgbuild-0cc1080dee0c081423deffca0884193011ea399b.zip linhes_pkgbuild-0cc1080dee0c081423deffca0884193011ea399b.tar.gz linhes_pkgbuild-0cc1080dee0c081423deffca0884193011ea399b.tar.bz2 |
add better error checking for the init scripts ncidd/xvfb/evrouter
Diffstat (limited to 'abs/core-testing/LinHES-config')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 075c061..144d96e 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=63 +pkgrel=65 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev ) pkgdesc="Install and configure your system" depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan ) diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh index 6c72b92..90405a7 100755 --- a/abs/core-testing/LinHES-config/systemconfig.sh +++ b/abs/core-testing/LinHES-config/systemconfig.sh @@ -658,6 +658,14 @@ then ser_remove="ncid $ser_remove" fi + +if [ x$UseEvrouter = x1 ] +then + ser_install="evrouter Xvfb $ser_install" + else + ser_remove="evrouter $ser_remove" +fi + #Setting the default, just to avoid the or statement.. #if [ x$UseHobbit = x ] #then |