git: rc.d/root: Fix return code that I broke in November.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Jan 24 17:04:05 PST 2020


commit ac47c36fc47ecfd21a6f1efd13a04f2b0b9ffb65
Author: Sascha Wildner <saw at online.de>
Date:   Sat Jan 25 02:03:49 2020 +0100

    rc.d/root: Fix return code that I broke in November.
    
    After f304a32950ea980273aabeb3a194836fbb8471d2, the umount ended up
    being the last command in root_start(), but it is expected to
    return a non-zero status.
    
    Fix this by inserting a return 0.

Summary of changes:
 etc/rc.d/root | 1 +
 1 file changed, 1 insertion(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ac47c36fc47ecfd21a6f1efd13a04f2b0b9ffb65


-- 
DragonFly BSD source repository



More information about the Commits mailing list