diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-01 03:27:43 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-01 03:27:43 (GMT) |
commit | 4e4df26fee110f2db6a4b8500e0e0bcec8d39c8d (patch) | |
tree | a05e5faf04daa73f6774d99a759f0f79070640ae /abs | |
parent | e4f269bdf21c75ed8a7b3a73bf09ed1c727e2723 (diff) | |
download | linhes_pkgbuild-4e4df26fee110f2db6a4b8500e0e0bcec8d39c8d.zip linhes_pkgbuild-4e4df26fee110f2db6a4b8500e0e0bcec8d39c8d.tar.gz linhes_pkgbuild-4e4df26fee110f2db6a4b8500e0e0bcec8d39c8d.tar.bz2 |
remove debugging msg
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-system/firstboot.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index 21f196d..6403dbd 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=12 +pkgrel=14 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin diff --git a/abs/core-testing/LinHES-system/firstboot.sh b/abs/core-testing/LinHES-system/firstboot.sh index 366874a..47aa0f9 100755 --- a/abs/core-testing/LinHES-system/firstboot.sh +++ b/abs/core-testing/LinHES-system/firstboot.sh @@ -3,7 +3,6 @@ ATTEMPT=0 function try_smolt { ((ATTEMPT=ATTEMPT+1)) - echo $ATTEMPT status=$(echo "jump mythsmolt" | telnet localhost 6546 2>&1) echo $status|grep -q refused status=$? |