mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
ntfstools->ntfsprogs
(Logical change 1.23)
This commit is contained in:
parent
f9037f4025
commit
c282c53742
@ -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
|
||||
|
||||
|
8
README
8
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.
|
||||
|
||||
|
14
configure.in
14
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
|
||||
])
|
||||
|
||||
|
@ -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}/*/*
|
||||
|
Loading…
Reference in New Issue
Block a user