nfs-utils fixed, cvs download compression changed
[hdw-linux/hdw-linux.git] / packages / net / nfs-utils / nfs-utils
index 63625a1..9d7cb14 100644 (file)
@@ -4,7 +4,7 @@
 
 # [S] 3-3
 # [V] 1.0.7
-# [D] nfs-utils-1.0.7.tar.gz http://mesh.dl.sourceforge.net/sourceforge/nfs/
+# [D] nfs-utils-1.0.7.tar.gz ftp://ftp.kernel.org/pub/linux/utils/nfs/
 
 confopt="$confopt --disable-gss"
 
@@ -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."