From: Harlan Stenn Date: Sat, 20 May 2006 22:16:07 +0000 (-0400) Subject: Update the UDel host lists and handle the PWD better X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae134dca68462224da7e4306579b1530fdce543;p=thirdparty%2Fntp.git Update the UDel host lists and handle the PWD better bk: 446f9527aejdrGPtVE17HVPNb8yDug --- diff --git a/br-flock b/br-flock index b93df163f1..68251b6e84 100755 --- a/br-flock +++ b/br-flock @@ -1,7 +1,7 @@ #! /bin/sh case "$LIST" in - '') LIST="whimsy grundoon howland beauregard macabre deacon" ;; + '') LIST="whimsy grundoon howland macabre deacon" ;; esac export LIST diff --git a/flock-build b/flock-build index 82afd3ac5e..08cbf9bae3 100755 --- a/flock-build +++ b/flock-build @@ -20,7 +20,6 @@ STD="--with-sntp --enable-simulator" # * bunnylou alpha-dec-osf4.0 # * churchy alpha-dec-osf5.1 # cowbird alpha-dec-osf4.0 -# * hepzibah freebsd-4 # malarky sparc-sun-solaris2.8 # * pogo sparc-sun-solaris2.8 # * porkypine mips-dec-ultrix4.4 @@ -28,13 +27,13 @@ STD="--with-sntp --enable-simulator" # ? roogey debian # ? snavely hppa1.1-hp-hpux10.20 -c_d=`pwd` +c_d=${PWD:-`pwd`} SIG=`perl -e 'print rand'` echo $SIG > .buildkey case "$LIST" in - '') LIST="albert barnstable bunnylou churchy cowbird hepzibah pogo porkypine rackety" ;; + '') LIST="albert bunnylou churchy cowbird pogo porkypine rackety" ;; esac for i in $LIST