diff options
author | krion <krion@FreeBSD.org> | 2004-02-25 05:55:22 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-25 05:55:22 +0800 |
commit | 533b2abce4eca340ce07f948ef07a71c67eba307 (patch) | |
tree | 47851a1e74c2735529edc6745175181d0011c55c /sysutils/e2fsprogs/Makefile | |
parent | 3d7c4dfaa3c8db89a36361ea7966163562465aa7 (diff) | |
download | freebsd-ports-gnome-533b2abce4eca340ce07f948ef07a71c67eba307.tar.gz freebsd-ports-gnome-533b2abce4eca340ce07f948ef07a71c67eba307.tar.zst freebsd-ports-gnome-533b2abce4eca340ce07f948ef07a71c67eba307.zip |
- e2fsck now handles SIGINFO (Ctrl+T): print progress bar once
- Bugfix: fsck_ext2fs would abort the boot when run as part of
/etc/rc and e2fsck had repaired a file system. fsck_ext2fs
now maps exit codes 0 to 3 from e2fsck to 0. If e2fsck is
aborted by a signal or an exit code of 4 or higher, maps to
EXIT_FAILURE.
PR: ports/63320
Submitted by: maintainer
Diffstat (limited to 'sysutils/e2fsprogs/Makefile')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 965caacfbd00..b26452a5b7ca 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -7,7 +7,7 @@ PORTNAME= e2fsprogs PORTVERSION= 1.35.w20040131 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |