From 14dde53c5585fb5bc7fc8d2b646502d9d474c306 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 27 Oct 1996 18:28:39 +0000 Subject: Don't give up just because we cant find the blkdev that corresponds to the name given as a chardev. --- sbin/quotacheck/preen.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sbin/quotacheck') diff --git a/sbin/quotacheck/preen.c b/sbin/quotacheck/preen.c index a35182e..b560861 100644 --- a/sbin/quotacheck/preen.c +++ b/sbin/quotacheck/preen.c @@ -341,8 +341,9 @@ retry: retried++; goto retry; } - printf("Can't make sense out of name %s\n", name); - return (0); + printf("Warning: Can't find blockdevice corresponding to name %s\n", + name); + return (name); } char * -- cgit v1.1