From cab195d756d2c740385402de7e1cbf67e428f393 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 6 Mar 2002 23:13:22 +0000 Subject: (nfs_exports::update_server): ensure portmap is running --- perl-install/standalone/fileshareset | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index d74930e35..79543af50 100755 --- a/perl-install/standalone/fileshareset +++ b/perl-install/standalone/fileshareset @@ -259,6 +259,7 @@ sub update_server { if (system('/sbin/pidof rpc.mountd >/dev/null') != 0 || system('/sbin/pidof nfsd >/dev/null') != 0) { # trying to start the server... + system('/etc/init.d/portmap start') if system('/etc/init.d/portmap status') != 0; system('/etc/init.d/nfs', $_) foreach 'stop', 'start'; } exit 0; -- cgit v1.2.1