summaryrefslogtreecommitdiffstats
path: root/cluster/ocfs2-tools/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/ocfs2-tools/INSTALL')
-rwxr-xr-xcluster/ocfs2-tools/INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/cluster/ocfs2-tools/INSTALL b/cluster/ocfs2-tools/INSTALL
new file mode 100755
index 0000000000..afe023ded4
--- /dev/null
+++ b/cluster/ocfs2-tools/INSTALL
@@ -0,0 +1,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