Christian Zoffoli <[EMAIL PROTECTED]> writes:

> Hi to all.
> 
> 
> I found a little bug in /etc/rc.d/init.d/netfs:
> 
> 
> ---------------------------------------------------------------------
> [root@mercury usb]# /etc/rc.d/init.d/netfs start
> Mounting NFS filesystems                                   [  OK  ]
> Starting NFS statd:  execvp: File o directory inesistente
>                                                            [FAILED]
> Mounting other filesystems                                 [  OK 
> ]         
> [root@mercury usb]#
> ---------------------------------------------------------------------
> 
> ..current version
> --------------------------------------------------
> 37 action "Starting NFS statd: " daemon rpc.statd
> --------------------------------------------------
> 
> ...old version
> --------------------------------------------------
> 37 echo -n "Starting NFS statd: "
> 38 daemon rpc.statd
> 39 echo
> --------------------------------------------------
> 
> ... I think that the old one works well !

oups yes it's already corrected :

                action "Starting NFS statd: " rpc.statd

from initscripts-*34mdk*

-- 
MandrakeSoft Inc                http://www.mandrakesoft.com
In travel.                                        --Chmouel

Reply via email to