cvs commit: ports/sysutils/e2fsprogs Makefile ports/sysutils/e2fsprogs/files fsck_ext2fs.c patch-SIGINFO-e2fck_unix.c

Kirill Ponomarew krion at FreeBSD.org
Tue Feb 24 13:55:23 PST 2004


krion       2004/02/24 13:55:22 PST

  FreeBSD ports repository

  Modified files:
    sysutils/e2fsprogs   Makefile 
    sysutils/e2fsprogs/files fsck_ext2fs.c 
  Added files:
    sysutils/e2fsprogs/files patch-SIGINFO-e2fck_unix.c 
  Log:
  - 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
  
  Revision  Changes    Path
  1.14      +1 -1      ports/sysutils/e2fsprogs/Makefile
  1.2       +39 -6     ports/sysutils/e2fsprogs/files/fsck_ext2fs.c
  1.1       +54 -0     ports/sysutils/e2fsprogs/files/patch-SIGINFO-e2fck_unix.c (new)


More information about the cvs-ports mailing list