From 7d9a11329e476f45e4d9f9aebcb43469321347c7 Mon Sep 17 00:00:00 2001 From: Ben Byer Date: Thu, 13 Dec 2007 15:57:39 -0800 Subject: Modified X11 plist to use x11-exec --- .gitignore | 1 - hw/xquartz/bundle/org.x.X11.plist | 23 +++++++++++++++++++++++ hw/xquartz/bundle/org.x.X11.plist.in | 23 ----------------------- 3 files changed, 23 insertions(+), 24 deletions(-) create mode 100644 hw/xquartz/bundle/org.x.X11.plist delete mode 100644 hw/xquartz/bundle/org.x.X11.plist.in diff --git a/.gitignore b/.gitignore index 37f35f46f..2e60d58b1 100644 --- a/.gitignore +++ b/.gitignore @@ -275,7 +275,6 @@ hw/xprint/doc/Xprt.1x hw/xprint/doc/Xprt.man hw/xprint/dpmsstubs-wrapper.c hw/xprint/miinitext-wrapper.c -hw/xquartz/bundle/org.x.X11.plist include/dix-config.h include/kdrive-config.h include/xgl-config.h diff --git a/hw/xquartz/bundle/org.x.X11.plist b/hw/xquartz/bundle/org.x.X11.plist new file mode 100644 index 000000000..1e646ac63 --- /dev/null +++ b/hw/xquartz/bundle/org.x.X11.plist @@ -0,0 +1,23 @@ + + + + + Label + org.x.X11 + ProgramArguments + + /usr/libexec/x11-exec + -launchd + + Sockets + + :0 + + SecureSocketWithKey + DISPLAY + + + ServiceIPC + + + diff --git a/hw/xquartz/bundle/org.x.X11.plist.in b/hw/xquartz/bundle/org.x.X11.plist.in deleted file mode 100644 index 26eca968a..000000000 --- a/hw/xquartz/bundle/org.x.X11.plist.in +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Label - org.x.X11 - ProgramArguments - - @APPLE_APPLICATIONS_DIR@/X11.app/Contents/MacOS/X11 - -launchd - - Sockets - - :0 - - SecureSocketWithKey - DISPLAY - - - ServiceIPC - - - -- cgit v1.2.3