Whamcloud - gitweb
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 6fd0ffb..6e68126 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 d37620d..c6b7d20 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 7b50773..ec17367 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 a400bc1..53d81a0 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