Changeset 23614
- Timestamp:
- 2008-04-30 14:32:53 (6 months ago)
- Files:
-
- 1 modified
-
branches/SULeopard/launchd/src/launchctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/SULeopard/launchd/src/launchctl.c
r23566 r23614 2806 2806 if (path_check("/etc/fstab")) { 2807 2807 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 } 2809 2812 } else 2810 2813 #endif

