From: gord-fig Date: Thu, 29 Aug 2002 01:08:47 +0000 (+0000) Subject: Install and distribute lconf and lmc. X-Git-Tag: 0.5.5~22 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a42613476b829da3c4e5eac04045508345856c25;p=fs%2Flustre-release.git Install and distribute lconf and lmc. --- 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