Projects
Browse Source     Search     Timeline     Wiki

Changeset 23614

Show
Ignore:
Timestamp:
04/30/08 14:32:53 (7 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5865623> Boot fail count doesn't increase with unclean-boot issue

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/SULeopard/launchd/src/launchctl.c

    r23566 r23614  
    28062806        if (path_check("/etc/fstab")) { 
    28072807                const char *mount_tool[] = { "mount", "-vat", "nonfs", NULL }; 
    2808                 assumes(fwexec(mount_tool, true) != -1); 
     2808                if (!assumes(fwexec(mount_tool, true) != -1)) { 
     2809                        assumes(fwexec(nvram_tool, true) != -1); 
     2810                        assumes(reboot(RB_AUTOBOOT) != -1); 
     2811                } 
    28092812        } else 
    28102813#endif