nfs-utils fixed, cvs download compression changed
[hdw-linux/hdw-linux.git] / packages / net / nfs-utils / nfs-utils
index ef0f00b..9d7cb14 100644 (file)
@@ -2,10 +2,11 @@
 
 # author: hackbard
 
-# [S] 3-2
-# [V] 1.0.6
-# [D] nfs-utils-1.0.6.tar.gz http://belnet.dl.sourceforge.net/sourceforge/nfs/
+# [S] 3-3
+# [V] 1.0.7
+# [D] nfs-utils-1.0.7.tar.gz ftp://ftp.kernel.org/pub/linux/utils/nfs/
 
+confopt="$confopt --disable-gss"
 
 post_install() {       
        # init scripts
@@ -18,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."