Add filefrag program to the list of programs installed in /usr/sbin.

bitmap-optimize
Theodore Ts'o 2003-12-25 14:31:08 -05:00
parent 2b696a9856
commit 477b235327
4 changed files with 14 additions and 3 deletions

View File

@ -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

View 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)

View 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.

View 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