Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3668
Modified Files:
ChangeLog TODO.ntfsprogs configure.ac ntfsprogs.spec.in
Log Message:
Hard link mkfs.ntfs and mkfs.ntfs.8 with mkntfs and mkntfs.8
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ChangeLog,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -p -r1.271 -r1.272
--- ChangeLog 14 Aug 2005 15:44:46 -0000 1.271
+++ ChangeLog 15 Aug 2005 20:48:48 -0000 1.272
@@ -33,6 +33,7 @@ xx/xx/2005 - 1.12.0-WIP
ntfs_mft_record_alloc. (Yura)
- Make ntfsmount use new APIs for file and directory creation/deletion.
Implement utime operation. (Yura)
+ - Hard link mkfs.ntfs and mkfs.ntfs.8 with mkntfs and mkntfs.8 (Szaka).
08/08/2005 - 1.11.2 - ntfsdecrypt now works and lots of fixes and improvements.
Index: TODO.ntfsprogs
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/TODO.ntfsprogs,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- TODO.ntfsprogs 25 Jul 2005 20:40:08 -0000 1.21
+++ TODO.ntfsprogs 15 Aug 2005 20:48:48 -0000 1.22
@@ -8,7 +8,6 @@ Thanks,
* mkntfs *
**********
-- mkntfs should be hard linked with mkfs.ntfs for the mkfs utility.
- Got a report that creating a floppy with mkntfs failed. Difference between
this floppy and the floppy created by the special tool found on the net was
said to be that the bitmap is 256kib on the special floppy while mkntfs will
Index: configure.ac
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/configure.ac,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -p -r1.74 -r1.75
--- configure.ac 9 Aug 2005 10:57:41 -0000 1.74
+++ configure.ac 15 Aug 2005 20:48:48 -0000 1.75
@@ -116,6 +116,7 @@ esac
AC_PROG_CC
AC_PROG_GCC_TRADITIONAL
AC_PROG_INSTALL
+AC_PATH_PROG(LN, ln, ln)
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
Index: ntfsprogs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs.spec.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- ntfsprogs.spec.in 18 Jul 2005 16:02:40 -0000 1.14
+++ ntfsprogs.spec.in 15 Aug 2005 20:48:48 -0000 1.15
@@ -90,6 +90,7 @@ rm -rf "$RPM_BUILD_ROOT"
%{bindir}/ntfs[^m][^o]*
%{sbindir}/*
%{mandir}/man8/mkntfs.8*
+%{mandir}/man8/mkfs.ntfs.8*
%{mandir}/man8/ntfs[^m][^o]*.8*
%{_libdir}/libntfs.*so*
@@ -111,6 +112,9 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.*a*
%changelog
+* Mon Aug 15 2005 Szabolcs Szakacsits <sz...@si...>
+- Add mkfs.ntfs.
+
* Mon Jul 18 2005 Anton Altaparmakov <ai...@ca...>
- Add ntfsmount fuse module in separate rpm ntfsprogs-fuse.
|