diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-05-11 00:24:45 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-05-11 00:24:45 -0700 |
commit | c8b40e87f69f5be881725388418d703116af8e5f (patch) | |
tree | 2128cde77e3131f0fdba5f18a4915256335674b9 /launchd/user_startx/launchd_startx.c | |
parent | 50f1172349dc900da4016c243734ae50691eab6c (diff) |
Rename launchd-id-prefix to bundle-id-prefix
It's used many other places than just for launchd.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'launchd/user_startx/launchd_startx.c')
-rw-r--r-- | launchd/user_startx/launchd_startx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launchd/user_startx/launchd_startx.c b/launchd/user_startx/launchd_startx.c index 41d1511..976b2d7 100644 --- a/launchd/user_startx/launchd_startx.c +++ b/launchd/user_startx/launchd_startx.c @@ -48,7 +48,7 @@ int main(int argc, char **argv, char **envp) { exit(EXIT_FAILURE); } - aslc = asl_open(LAUNCHD_ID_PREFIX".startx", "user", ASL_OPT_NO_DELAY); + aslc = asl_open(BUNDLE_ID_PREFIX".startx", "user", ASL_OPT_NO_DELAY); (void)console_redirect(aslc, NULL, ASL_LEVEL_INFO, ASL_LEVEL_NOTICE); assert(posix_spawnp(&child, argv[1], NULL, NULL, &argv[1], envp) == 0); |