nfs-utils fixed, cvs download compression changed
authorhackbard <hackbard>
Sat, 27 Aug 2005 16:30:35 +0000 (16:30 +0000)
committerhackbard <hackbard>
Sat, 27 Aug 2005 16:30:35 +0000 (16:30 +0000)
doc/CHANGELOG
packages/net/nfs-utils/nfs-utils
scripts/Download

index b82559b..a5a57d7 100644 (file)
@@ -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
index f0b0088..9d7cb14 100644 (file)
@@ -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."
index 5001ce6..9c6b0dc 100755 (executable)
@@ -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