summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ffs/pass1b.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck_ffs/pass1b.c')
-rw-r--r--sbin/fsck_ffs/pass1b.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/fsck_ffs/pass1b.c b/sbin/fsck_ffs/pass1b.c
index d302952..21eaf69 100644
--- a/sbin/fsck_ffs/pass1b.c
+++ b/sbin/fsck_ffs/pass1b.c
@@ -71,6 +71,11 @@ pass1b(void)
c * 100 / sblock.fs_ncg);
got_siginfo = 0;
}
+ if (got_sigalarm) {
+ setproctitle("%s p1b %d%%", cdevname,
+ c * 100 / sblock.fs_ncg);
+ got_siginfo = 0;
+ }
for (i = 0; i < sblock.fs_ipg; i++, inumber++) {
if (inumber < ROOTINO)
continue;
OpenPOWER on IntegriCloud