010b99
Swaped portmap and nfs services startup
@@ -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
|
+
|