tweak return value of check_part function
This commit is contained in:
parent
324ebbbef7
commit
496faa9025
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $NetBSD: fixsb,v 1.4 2004/04/21 17:02:41 dbj Exp $
|
# $NetBSD: fixsb,v 1.5 2004/04/21 17:07:47 dbj Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# PROVIDE: fixsb
|
# PROVIDE: fixsb
|
||||||
|
@ -79,8 +79,8 @@ check_part()
|
||||||
M-*)
|
M-*)
|
||||||
if [ -n "${verbose}" ]; then
|
if [ -n "${verbose}" ]; then
|
||||||
echo "file system looks ok at fslevel 4." 1>&2
|
echo "file system looks ok at fslevel 4." 1>&2
|
||||||
return 4
|
|
||||||
fi
|
fi
|
||||||
|
return 4
|
||||||
;;
|
;;
|
||||||
|
|
||||||
# if the high bit of fs_old_flags is not set, then there is a problem
|
# if the high bit of fs_old_flags is not set, then there is a problem
|
||||||
|
|
Loading…
Reference in New Issue