From: hackbard Date: Sat, 27 Aug 2005 16:30:35 +0000 (+0000) Subject: nfs-utils fixed, cvs download compression changed X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=91b705ddf1fea61104f71396ee4d259890c2de89 nfs-utils fixed, cvs download compression changed --- diff --git a/doc/CHANGELOG b/doc/CHANGELOG index b82559b..a5a57d7 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,5 +1,7 @@ *) 2005-08-27 +- cvs download compression changed to -z3 +- fixed nfs-utils init script - updated/fixed hdw-get stuff - xdirectfb fixes - improved scripts/Make-KPkg diff --git a/packages/net/nfs-utils/nfs-utils b/packages/net/nfs-utils/nfs-utils index f0b0088..9d7cb14 100644 --- a/packages/net/nfs-utils/nfs-utils +++ b/packages/net/nfs-utils/nfs-utils @@ -19,7 +19,7 @@ post_install() { # remove for automatic startup exit 0 -[ ! -f /usr/sbin/portmap ] && exit 0 +[ ! -f /sbin/portmap ] && exit 0 case "$1" in start) echo "starting nfsd." diff --git a/scripts/Download b/scripts/Download index 5001ce6..9c6b0dc 100755 --- a/scripts/Download +++ b/scripts/Download @@ -190,7 +190,7 @@ for dir in `ls -A --ignore="CVS" ./download`; do rm -rf $file $module dlerror=0 if [ "${is_cvs}" = "cvs" ] ; then - cvs -z 9 -d:pserver:${user}@${loc}:/${repos} co $module + cvs -z3 -d:pserver:${user}@${loc}:/${repos} co $module [ "$?" != "0" ] && dlerror=1 else export CVS_RSH=ssh