010b99 Swaped portmap and nfs services startup

Authored and Committed by Athmane Madjoudj 13 years ago
    Swaped portmap and nfs services startup
    
        
file modified
+2 -1
tests/p_nfs/0-install_nfs.sh CHANGED
@@ -5,5 +5,6 @@
5
5
t_InstallPackage nfs-utils
6
6
7
7
# Restart because usualy NFS is enabled by default on CentOS-5
8
- t_ServiceControl nfs restart
9
8
t_ServiceControl portmap restart
9
+ t_ServiceControl nfs restart
10
+