[Lunar-commits] r17481 - in moonbase/trunk/filesys/e2fsprogs: . init.d
Auke Kok
sofar at lunar-linux.org
Sun Nov 27 22:02:30 UTC 2005
Author: sofar
Date: 2005-11-27 22:02:24 +0000 (Sun, 27 Nov 2005)
New Revision: 17481
Modified:
moonbase/trunk/filesys/e2fsprogs/DETAILS
moonbase/trunk/filesys/e2fsprogs/init.d/mount
Log:
Adding -V to the fsck call in the mount script, and I'm also pushing this as an update because of the fsck bugfix - people really should not be using the old and broken mount script anymore.
Modified: moonbase/trunk/filesys/e2fsprogs/DETAILS
===================================================================
--- moonbase/trunk/filesys/e2fsprogs/DETAILS 2005-11-27 19:47:13 UTC (rev 17480)
+++ moonbase/trunk/filesys/e2fsprogs/DETAILS 2005-11-27 22:02:24 UTC (rev 17481)
@@ -5,16 +5,15 @@
SOURCE_VFY=sha1:aa8915fe43bc7cf5fba633df7041009ce9981551
WEB_SITE=http://e2fsprogs.sourceforge.net
ENTERED=20010922
- UPDATED=20050702
- SHORT="e2fsprogs contains the required utilities for the EXT2 file system."
-
+ UPDATED=20051127
+ SHORT="Utilities for the EXT2 file system."
cat << EOF
-e2fsprogs - The EXT2 file system utilities and libraries.
-EXT2 stands for "Extended Filesystem", version 2. It is the main
-filesystem type used for hard disks on Debian and other Linux systems.
-This package contains programs for creating, checking, and
-maintaining EXT2 filesystems, and the generic fsck wrapper.
-The ext2fsprogs package contains essential ext2 filesystem utilities
-which consists of e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most
-of the other core ext2 filesystem utilities.
+e2fsprogs - The EXT2 file system utilities and libraries. EXT2 stands
+for "Extended Filesystem", version 2. It is the main filesystem type
+used for hard disks on Debian and other Linux systems. This package
+contains programs for creating, checking, and maintaining EXT2
+filesystems, and the generic fsck wrapper. The ext2fsprogs package
+contains essential ext2 filesystem utilities which consists of e2fsck,
+mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2
+filesystem utilities.
EOF
Modified: moonbase/trunk/filesys/e2fsprogs/init.d/mount
===================================================================
--- moonbase/trunk/filesys/e2fsprogs/init.d/mount 2005-11-27 19:47:13 UTC (rev 17480)
+++ moonbase/trunk/filesys/e2fsprogs/init.d/mount 2005-11-27 22:02:24 UTC (rev 17481)
@@ -220,7 +220,7 @@
FORCE="-f"
fi
- run_with_msg_and_exit_codes " * Checking all file systems : " "fsck -A -y $FORCE" "0" "1" ""
+ run_with_msg_and_exit_codes " * Checking all file systems : " "fsck -A -y -V $FORCE" "0" "1" ""
exit_status=$?
case ${exit_status} in
More information about the Lunar-commits
mailing list