bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

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
Steve Barnes 723e7b
t_InstallPackage nfs-utils.i686
Steve Barnes 723e7b
Steve Barnes 723e7b
# Restart because usualy NFS is enabled by default on CentOS-5
Steve Barnes 723e7b
t_ServiceControl nfs restart
Steve Barnes 723e7b
t_ServiceControl portmap restart