From 6c45b436d6f821703a63a50181853daf45abf4eb Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 5 Jun 2006 19:51:38 +0000 Subject: [PATCH] Branch b1_5 b=8007 No more lustre init scripts. Mount it in fstab. --- lustre/scripts/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lustre/scripts/Makefile.am b/lustre/scripts/Makefile.am index 884e5da..f25c75f 100644 --- a/lustre/scripts/Makefile.am +++ b/lustre/scripts/Makefile.am @@ -4,11 +4,8 @@ # 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 = $(sbin_SCRIPTS) license-status maketags.sh lustre lustrefs \ +EXTRA_DIST = $(sbin_SCRIPTS) license-status maketags.sh \ version_tag.pl.in -initddir = $(sysconfdir)/init.d -if UTILS -initd_SCRIPTS = lustre lustrefs -endif + -- 1.8.3.1