From 4ce620c5c84e273d7c403cadea1e833543f51c97 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 21 Mar 2001 01:52:40 +0000 Subject: [PATCH] remove misc & man directories, these have found new homes. --- Makefile | 2 +- common.quota | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f6eb2bb7..8c2e7a12 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ LSRCFILES = configure configure.in LDIRT = *.bad *.new *.core *.full *.raw core a.out *.bak \ check.log check.time config.* conftest* -SUBDIRS = include src misc man +SUBDIRS = include src default: $(CONFIGURE) new remake check $(TESTS) ifeq ($(HAVE_BUILDDEFS), no) diff --git a/common.quota b/common.quota index 732fe8b1..205ada15 100644 --- a/common.quota +++ b/common.quota @@ -92,7 +92,7 @@ _qmount() umount $SCRATCH_DEV >/dev/null 2>&1 mount -t xfs $SCRATCH_DEV $SCRATCH_MNT || _fail "qmount failed" chmod ugo+rwx $SCRATCH_MNT - misc/quot $SCRATCH_DEV >>$seq.full 2>&1 + [ -x /usr/sbin/quot ] && quot $SCRATCH_DEV >>$seq.full 2>&1 } # make sure this script returns success -- 2.39.5