Changeset 23530
- Timestamp:
- 2008-03-04 09:53:17 (7 months ago)
- Location:
- trunk/launchd/src
- Files:
-
- 2 modified
-
launchctl.c (modified) (1 diff)
-
launchd_runtime.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/launchd/src/launchctl.c
r23525 r23530 3191 3191 struct stat sb; 3192 3192 3193 if (stat("/AppleInternal", &sb) == 0 ) {3193 if (stat("/AppleInternal", &sb) == 0 && stat("/var/db/disableAppleInternal", &sb) == -1) { 3194 3194 do_apple_internal_magic = true; 3195 3195 } -
trunk/launchd/src/launchd_runtime.c
r23519 r23530 1648 1648 } 1649 1649 1650 if (stat("/AppleInternal", &sb) != -1) {1650 if (stat("/AppleInternal", &sb) == 0 && stat("/var/db/disableAppleInternal", &sb) == -1) { 1651 1651 do_apple_internal_logging = true; 1652 1652 }

