From a42613476b829da3c4e5eac04045508345856c25 Mon Sep 17 00:00:00 2001 From: gord-fig Date: Thu, 29 Aug 2002 01:08:47 +0000 Subject: [PATCH] Install and distribute lconf and lmc. --- lustre/scripts/lustre.spec.in | 2 +- lustre/tests/trivial.sh | 4 ++-- lustre/utils/Makefile.am | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lustre/scripts/lustre.spec.in b/lustre/scripts/lustre.spec.in index b898766..1bdf2ab 100644 --- a/lustre/scripts/lustre.spec.in +++ b/lustre/scripts/lustre.spec.in @@ -3,7 +3,7 @@ %define kversion @RELEASE@ %define linuxdir @LINUX@ %define portalsdir @PORTALS@ -Release: 0208192051 +Release: 0208280933uml Summary: Lustre Lite File System Name: lustre-lite diff --git a/lustre/tests/trivial.sh b/lustre/tests/trivial.sh index c11a95e..acc8a92 100755 --- a/lustre/tests/trivial.sh +++ b/lustre/tests/trivial.sh @@ -1,5 +1,5 @@ #!/bin/sh # Simple test of mount and unmount -llsetup.sh obd-echo.cfg net-local.cfg client-echo.cfg || exit 1 +llsetup.sh obdecho.cfg net-local.cfg client-echo.cfg || exit 1 # FIXME: Scan logs for any unusual things (unbalanced allocations, errors) -llcleanup obd-echo.cfg net-local.cfg client-echo.cfg +llcleanup.sh obdecho.cfg net-local.cfg client-echo.cfg diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 4ba9c91..f01b8ed 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -8,7 +8,9 @@ CPPFLAGS = $(HAVE_LIBREADLINE) obdctl_LDADD := $(LIBREADLINE) lctl_LDADD := $(LIBREADLINE) -lptlctl sbin_PROGRAMS = lctl obdctl +sbin_SCRIPTS = lconf lmc obdctl_SOURCES = parser.c obdctl.c obd.c parser.h obdctl.h lctl_SOURCES = parser.c obd.c lctl.c parser.h +EXTRA_DIST = $(sbin_SCRIPTS) include $(top_srcdir)/Rules -- 1.8.3.1