diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-18 20:33:16 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-18 20:33:16 +0000 |
commit | c21dd6bad3ff858480f51c8ba29139d327f864e0 (patch) | |
tree | bcd287aa54e470626f1826b9666dcbd5692f9762 | |
parent | 05315c63f9ce9e9172f492c5b89285b807419fa2 (diff) |
Tis file is no longer in xinit 1.1.0.
-rw-r--r-- | app/xinit/org.x.X11.plist.cpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app/xinit/org.x.X11.plist.cpp b/app/xinit/org.x.X11.plist.cpp deleted file mode 100644 index 3ee22bdd1..000000000 --- a/app/xinit/org.x.X11.plist.cpp +++ /dev/null @@ -1,27 +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>org.x.X11</string> - <key>ProgramArguments</key> - <array> -#ifdef __APPLE__ - <string>/bin/bash</string> - <string>--login</string> - <string>-c</string> -#endif - <string>__bindir__/startx</string> - </array> - <key>Sockets</key> - <dict> - <key>:0</key> - <dict> - <key>SecureSocketWithKey</key> - <string>DISPLAY</string> - </dict> - </dict> - <key>ServiceIPC</key> - <true/> -</dict> -</plist> |