Mailinglist Archive: opensuse-de (2461 mails)

< Previous Next >
Re: Alternativen zu NFS
  • From: Philipp Thomas <pth@xxxxxxx>
  • Date: Tue, 14 Jun 2005 15:30:26 +0200
  • Message-id: <20050614131719.GA19595@xxxxxxxxxxxxxxxx>
* Ralf Kleemann (ralfnospam1@xxxxxx) [20050613 19:56]:

> Ich habe es mal getestet. Der Eintrag in /etc/sysconfig/nfs wird ignoriert:

Ja, der Bug wurde erst sp�ter behoben. Mit dem folgenden Patch sollte
es so tun, wie du m�chtest.

Philipp

--- /etc/init.d/nfsserver 2005/06/14 13:12:11 1.1
+++ /etc/init.d/nfsserver 2005/06/14 13:13:34
@@ -78,7 +78,11 @@
mount -t nfsd nfsd /proc/fs/nfsd
rc_status
fi
- startproc /usr/sbin/rpc.mountd
+ if [ -n "$MOUNTD_PORT" ] ; then
+ startproc /usr/sbin/rpc.mountd -p $MOUNTD_PORT
+ else
+ startproc /usr/sbin/rpc.mountd
+ fi
rc_status -v
;;
stop)

--
Anything whose specification is too complicated to explain easily probably
needs to be redesigned.
David Abrahams on boost

< Previous Next >
Follow Ups
References