From 477b23532773e780c90c371715b49f423657983a Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 25 Dec 2003 14:31:08 -0500 Subject: [PATCH] Add filefrag program to the list of programs installed in /usr/sbin. --- ChangeLog | 4 ++++ e2fsprogs.spec.in | 2 ++ misc/ChangeLog | 5 +++++ misc/Makefile.in | 6 +++--- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fd0ffb..6e68126 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-12-25 Theodore Ts'o + + * e2fsprogs.spec.in: Add filefrag program to the RPM spec file. + 2003-11-26 Theodore Ts'o * MCONFIG.in: Make the gcc-wall print more warnings to catch diff --git a/e2fsprogs.spec.in b/e2fsprogs.spec.in index d37620d..c6b7d20 100644 --- a/e2fsprogs.spec.in +++ b/e2fsprogs.spec.in @@ -106,6 +106,7 @@ fi %{_root_sbindir}/resize2fs %{_root_sbindir}/tune2fs %{_sbindir}/mklost+found +%{_sbindir}/filefrag %{_root_libdir}/libcom_err.so.* %{_root_libdir}/libe2p.so.* @@ -139,6 +140,7 @@ fi %{_mandir}/man8/mklost+found.8* %{_mandir}/man8/resize2fs.8* %{_mandir}/man8/tune2fs.8* +%{_mandir}/man8/filefrag.8* %files devel %defattr(-,root,root) diff --git a/misc/ChangeLog b/misc/ChangeLog index 7b50773..ec17367 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2003-12-25 Theodore Ts'o + + * Makefile.in: Add filefrag program to the list of programs + installed in /usr/sbin. + 2003-12-11 Theodore Ts'o * tune2fs.8.in: Fix some whitespace errors in the command synopsis. diff --git a/misc/Makefile.in b/misc/Makefile.in index a400bc1..53d81a0 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -16,10 +16,10 @@ INSTALL = @INSTALL@ SPROGS= mke2fs badblocks tune2fs dumpe2fs blkid logsave \ $(E2IMAGE_PROG) @FSCK_PROG@ -USPROGS= mklost+found +USPROGS= mklost+found filefrag SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \ e2label.8 findfs.8 blkid.8 $(E2IMAGE_MAN) \ - logsave.8 @FSCK_MAN@ + logsave.8 filefrag.8 @FSCK_MAN@ UPROGS= chattr lsattr uuidgen UMANPAGES= chattr.1 lsattr.1 uuidgen.1 @@ -58,7 +58,7 @@ DEPLIBS_E2P= $(LIBE2P) $(LIBCOM_ERR) .c.o: $(CC) -c $(ALL_CFLAGS) $< -o $@ -all:: $(SPROGS) $(UPROGS) $(USPROGS) $(SMANPAGES) $(UMANPAGES) filefrag +all:: $(SPROGS) $(UPROGS) $(USPROGS) $(SMANPAGES) $(UMANPAGES) findsuper: findsuper.o $(CC) $(ALL_LDFLAGS) -o findsuper findsuper.o -- 1.8.3.1