Blame tests/p_nfs/0-install_nfs.sh
|
Steve Barnes |
723e7b |
#!/bin/bash
|
|
Steve Barnes |
723e7b |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Steve Barnes |
723e7b |
|
|
Steve Barnes |
723e7b |
# NFS
|
|
Athmane Madjoudj |
d2d805 |
t_InstallPackage nfs-utils
|
|
Steve Barnes |
723e7b |
|
|
Steve Barnes |
723e7b |
# Restart because usualy NFS is enabled by default on CentOS-5
|
|
Steve Barnes |
723e7b |
t_ServiceControl portmap restart
|
|
Athmane Madjoudj |
010b99 |
t_ServiceControl nfs restart
|
|
Athmane Madjoudj |
010b99 |
|