[Lunar-commits] <moonbase> boinc: version bump to 6.10.60

Christian Krause wookietreiber at lunar-linux.org
Wed May 11 00:30:45 CEST 2011


commit ac409c77989061aaf17af7546784f06d561bad33
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Wed May 11 00:30:45 2011 +0200

    boinc: version bump to 6.10.60
    
    also using getent passwd (like in boinc-svn)
---
 zbeta/boinc/BUILD   |    2 +-
 zbeta/boinc/DETAILS |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zbeta/boinc/BUILD b/zbeta/boinc/BUILD
index e7834f2..c27aebc 100644
--- a/zbeta/boinc/BUILD
+++ b/zbeta/boinc/BUILD
@@ -27,7 +27,7 @@
   default_build  &&
 
   # creates 'boinc' user if necessary
-  if grep "^boinc:" /etc/passwd > /dev/null; then
+  if getent passwd | grep "^boinc:" > /dev/null; then
     message "${MESSAGE_COLOR}user 'boinc' already exists${DEFAULT_COLOR}"
   else
     useradd --system               \
diff --git a/zbeta/boinc/DETAILS b/zbeta/boinc/DETAILS
index 426bb4b..7ec7f25 100644
--- a/zbeta/boinc/DETAILS
+++ b/zbeta/boinc/DETAILS
@@ -1,6 +1,6 @@
           MODULE=boinc
-         VERSION=6.10.58
-             VER=6_10_58
+         VERSION=6.10.60
+             VER=6_10_60
           SOURCE=$MODULE-$VERSION.tar.bz2
 # unfortunately they don't provide source tarballs
       SOURCE_URL=svn+http://boinc.berkeley.edu/svn/tags/boinc_core_release_$VER
@@ -8,7 +8,7 @@
 #     SOURCE_VFY=sha1:69337e259c190b2393c83ab0a60e507f0ecd6a9e
         WEB_SITE=http://boinc.berkeley.edu/
          ENTERED=20110417
-         UPDATED=20110417
+         UPDATED=20110511
            SHORT="Berkeley Open Infrastructure for Network Computing"
 
 cat << EOF


More information about the Lunar-commits mailing list