summaryrefslogblamecommitdiffstats
path: root/cluster/ocfs2-tools/INSTALL
blob: afe023ded4e3483576ea3b448a195a9f17a354ab (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                              
default_install &&

install -vm 755 -d "$INSTALL_ROOT/etc/ocfs2" &&

if [[ $INIT_INSTALLED ]]; then
  install_config_file "$SOURCE_DIRECTORY/documentation/samples/cluster.conf" \
                      "$INSTALL_ROOT/etc/ocfs2/cluster.conf" &&

  install_config_file "$SPELL_DIRECTORY/init.d/ocfs2.conf" \
                      "$INSTALL_ROOT/etc/sysconfig/ocfs2"
fi