From 263fbf80e2d1c6ed034b2eab9651d8a2d6b436bc Mon Sep 17 00:00:00 2001 From: yujian Date: Fri, 2 Jun 2006 10:34:51 +0000 Subject: [PATCH] Add Lustre cluster scripts. --- lustre/scripts/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lustre/scripts/Makefile.am b/lustre/scripts/Makefile.am index 1369ea1..884e5da 100644 --- a/lustre/scripts/Makefile.am +++ b/lustre/scripts/Makefile.am @@ -2,9 +2,10 @@ # # This code is issued under the GNU General Public License. # See the file COPYING in this distribution +sbin_SCRIPTS = lustre_config.sh lc_modprobe.sh lc_net.sh lc_hb.sh lc_mon.sh lc_cluman.sh lc_servip.sh lustre_createcsv.sh -EXTRA_DIST = license-status maketags.sh lustre lustrefs \ - version_tag.pl.in +EXTRA_DIST = $(sbin_SCRIPTS) license-status maketags.sh lustre lustrefs \ + version_tag.pl.in initddir = $(sysconfdir)/init.d if UTILS -- 1.8.3.1