summaryrefslogtreecommitdiff
path: root/app/xinit/org.x.startx.plist.cpp
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-10-31 14:00:15 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-10-31 14:00:15 +0000
commitaff0c2e23d1844c1376768334b9e089fefbe9389 (patch)
tree145280e4ea39e3f9cd8288592d3b340768fa1361 /app/xinit/org.x.startx.plist.cpp
parentabafddd49ea3a71cf0bc0fb49d674fbf52da55d1 (diff)
Update to xinit 1.3.1
Diffstat (limited to 'app/xinit/org.x.startx.plist.cpp')
-rw-r--r--app/xinit/org.x.startx.plist.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/xinit/org.x.startx.plist.cpp b/app/xinit/org.x.startx.plist.cpp
deleted file mode 100644
index bd4c9e9a8..000000000
--- a/app/xinit/org.x.startx.plist.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>Label</key>
- <string>LAUNCHD_ID_PREFIX.startx</string>
- <key>ProgramArguments</key>
- <array>
- <string>__bindir__/startx</string>
- </array>
- <key>Sockets</key>
- <dict>
- <key>LAUNCHD_ID_PREFIX:0</key>
- <dict>
- <key>SecureSocketWithKey</key>
- <string>DISPLAY</string>
- </dict>
- </dict>
- <key>ServiceIPC</key>
- <true/>
- <key>EnableTransactions</key>
- <true/>
-</dict>
-</plist>