aboutsummaryrefslogtreecommitdiffstats
path: root/install-utils
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2000-04-03 02:43:51 +0000
committerTheodore Ts'o <tytso@mit.edu>2000-04-03 02:43:51 +0000
commitceec25a595f38e8b720964be082c0627fc316600 (patch)
tree164538e8f5fe244670f3027f561a6a1d77893675 /install-utils
parent0601232332e080aac1a19748e78c22021c7815c4 (diff)
downloadandroid_external_e2fsprogs-ceec25a595f38e8b720964be082c0627fc316600.tar.gz
android_external_e2fsprogs-ceec25a595f38e8b720964be082c0627fc316600.tar.bz2
android_external_e2fsprogs-ceec25a595f38e8b720964be082c0627fc316600.zip
ChangeLog, remove_preformat_manpages:
Add e2label.8 to the remove_preformat_manpages script. (Probably isn't being used any more, but...)
Diffstat (limited to 'install-utils')
-rw-r--r--install-utils/ChangeLog5
-rw-r--r--install-utils/remove_preformat_manpages2
2 files changed, 6 insertions, 1 deletions
diff --git a/install-utils/ChangeLog b/install-utils/ChangeLog
index 11d4fcf9..30384132 100644
--- a/install-utils/ChangeLog
+++ b/install-utils/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-02 Theodore Ts'o <tytso@valinux.com>
+
+ * Add e2label.8 to the remove_preformat_manpages script.
+ (Probably isn't being used any more, but...)
+
1999-11-10 <tytso@valinux.com>
* Release of E2fsprogs 1.18
diff --git a/install-utils/remove_preformat_manpages b/install-utils/remove_preformat_manpages
index 3532adfe..67dfff8b 100644
--- a/install-utils/remove_preformat_manpages
+++ b/install-utils/remove_preformat_manpages
@@ -4,7 +4,7 @@ PREFORMAT_ROOT=/usr/man/preformat
COMPILED_ROOT=/usr/man
MAN8="debugfs.8 badblocks.8 e2fsck.8 mke2fs.8 dumpe2fs.8 mklost+found.8 \
- fsck.8 tune2fs.8"
+ fsck.8 tune2fs.8 e2label.8"
MAN1="lsattr.1 chattr.1"
for i in $MAN8