]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Add filefrag program to the list of programs installed in /usr/sbin.
authorTheodore Ts'o <tytso@mit.edu>
Thu, 25 Dec 2003 19:31:08 +0000 (14:31 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 25 Dec 2003 19:31:08 +0000 (14:31 -0500)
ChangeLog
e2fsprogs.spec.in
misc/ChangeLog
misc/Makefile.in

index 6fd0ffbe86a2559cfbefa366aba6832742864f3b..6e6812660af2a8d691a41785e5ed9b4fed158592 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2fsprogs.spec.in: Add filefrag program to the RPM spec file.
+
 2003-11-26  Theodore Ts'o  <tytso@mit.edu>
 
        * MCONFIG.in: Make the gcc-wall print more warnings to catch
index d37620d6af8368de894c41069b0d63248f61afbd..c6b7d20a03151988b45839087d8988defbea1446 100644 (file)
@@ -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)
index 7b5077334e172aa932f67332ac1349dc47f1777f..ec173671cf6cb4e16af5c244455b5cb49ccb21c1 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-25  Theodore Ts'o  <tytso@mit.edu>
+
+       * Makefile.in: Add filefrag program to the list of programs
+               installed in /usr/sbin.
+
 2003-12-11  Theodore Ts'o  <tytso@thunk.org>
 
        * tune2fs.8.in: Fix some whitespace errors in the command synopsis.
index a400bc130a5df5d91d23161a7e4ea936d8a70a15..53d81a022d3aa5cfbb0076e3ec5963da412d7ae5 100644 (file)
@@ -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