From c282c53742fdcea6fd8f6e981f7e9d3b72c060ff Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Fri, 29 Nov 2002 12:16:35 +0000 Subject: [PATCH] ntfstools->ntfsprogs (Logical change 1.23) --- Makefile.am | 6 +++--- README | 8 ++++---- configure.in | 14 +++++++------- linux-ntfs.spec.in | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index e2f2117c..56ecce06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,11 +6,11 @@ else AM_CFLAGS = -D_FILE_OFFSET_BITS=64 endif -SUBDIRS = doc include libntfs ntfstools +SUBDIRS = doc include libntfs ntfsprogs EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \ INSTALL NEWS README autogen.sh linux-ntfs.spec.in \ - TODO.ntfstools + TODO.ntfsprogs AUTOMAKE_OPTIONS = gnu @@ -21,5 +21,5 @@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck strip: - $(MAKE) -C ntfstools strip + $(MAKE) -C ntfsprogs strip diff --git a/README b/README index e1b238a7..4df0739e 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ read the GNU General Public License to be found in the file COPYING in the main Linux-NTFS distribution directory. Linux-NTFS currently consists of the NTFS library (libntfs) and utilities -(ntfstools). In the future it will also contain a new NTFS driver for the +(ntfsprogs). In the future it will also contain a new NTFS driver for the Linux kernel. The Linux-NTFS project is registered on Sourceforge.net. The home page for @@ -36,16 +36,16 @@ volume). The easiest way to do this is to visit the list page on sourceforge at: NTFS library ============ -Provides common NTFS access functions to the ntfstools and other foreign +Provides common NTFS access functions to the ntfsprogs and other foreign open source applications. Note, that the library is still under heavy development and doesn't include the majority of functionality yet. It only -is capable of just about supporting the current ntfstools, so I wouldn't +is capable of just about supporting the current ntfsprogs, so I wouldn't recommend using it for your own applications at this stage. NTFS utilities ============== -The ntfstools will eventually include utilities for doing all required tasks +The ntfsprogs will eventually include utilities for doing all required tasks to NTFS partitions. In general, just run a utility without any command line options to display the version number and usage syntax. diff --git a/configure.in b/configure.in index 49387ccb..13b50afb 100644 --- a/configure.in +++ b/configure.in @@ -128,13 +128,13 @@ AC_OUTPUT([ doc/Makefile include/Makefile libntfs/Makefile - ntfstools/Makefile - ntfstools/mkntfs.8 - ntfstools/ntfsfix.8 - ntfstools/ntfslabel.8 - ntfstools/ntfsinfo.8 - ntfstools/ntfsundelete.8 - ntfstools/ntfsresize.8 + ntfsprogs/Makefile + ntfsprogs/mkntfs.8 + ntfsprogs/ntfsfix.8 + ntfsprogs/ntfslabel.8 + ntfsprogs/ntfsinfo.8 + ntfsprogs/ntfsundelete.8 + ntfsprogs/ntfsresize.8 linux-ntfs.spec ]) diff --git a/linux-ntfs.spec.in b/linux-ntfs.spec.in index b3ef7994..c19b9ce7 100644 --- a/linux-ntfs.spec.in +++ b/linux-ntfs.spec.in @@ -63,7 +63,7 @@ rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) -%doc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO.include TODO.libntfs TODO.ntfstools doc/CodingStyle doc/attribute_definitions doc/attributes.txt doc/compression.txt doc/tunable_settings doc/template.c doc/template.h doc/system_files.txt doc/system_security_descriptors.txt +%doc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO.include TODO.libntfs TODO.ntfsprogs doc/CodingStyle doc/attribute_definitions doc/attributes.txt doc/compression.txt doc/tunable_settings doc/template.c doc/template.h doc/system_files.txt doc/system_security_descriptors.txt %{bindir}/* %{sbindir}/* %{mandir}/*/*