Changeset 23448
- Timestamp:
- 11/13/07 10:53:47 (12 months ago)
- Files:
-
- 1 modified
-
trunk/launchd/src/launchctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchctl.c
r23446 r23448 2764 2764 } 2765 2765 2766 fprintf(stderr, "fsck failed! Leaving the root file system read-only...\n"); 2766 fprintf(stderr, "fsck failed!\n"); 2767 2768 /* someday, we should keep booting read-only, but as of today, other sub-systems cannot handle that scenario */ 2769 assumes(reboot(RB_HALT) != -1); 2767 2770 2768 2771 return;

