X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fnet%2Fnfs-utils%2Fnfs-utils;h=9d7cb1462585db38a21e348a6a17e26c74937e0c;hb=91b705ddf1fea61104f71396ee4d259890c2de89;hp=ef0f00b636fc4ea38b1353300721b07cbcfff317;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/net/nfs-utils/nfs-utils b/packages/net/nfs-utils/nfs-utils index ef0f00b..9d7cb14 100644 --- a/packages/net/nfs-utils/nfs-utils +++ b/packages/net/nfs-utils/nfs-utils @@ -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."