]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- not really neccessary, as it checks from /proc if the socket is in use
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 5 Apr 2012 18:10:17 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
00:25  ohsix> you'll be interested to know that tmpfiles knows about unix sockets http://cgit.freedesktop.org/systemd/systemd/tree/src/tmpfiles.c#n117
00:26  ohsix> so since i took 5 seconds to look, and to see that tmpfiles knows about unix sockets that are "alive", i know in-use ones will not be unlinked in /tmp/.X1
1-unix
00:29  ohsix> X0 isn't the only display either, you can have a bunch; depends on the use, if those crash and become stale they still need to be cleaned up

Changed files:
    dont-trash-X-sessions.patch -> 1.2

dont-trash-X-sessions.patch [deleted file]

diff --git a/dont-trash-X-sessions.patch b/dont-trash-X-sessions.patch
deleted file mode 100644 (file)
index 4d60f9b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- systemd-44/tmpfiles.d/x11.conf~    2011-08-29 16:32:03.000000000 +0200
-+++ systemd-44/tmpfiles.d/x11.conf     2012-03-29 11:07:45.026154271 +0200
-@@ -8,11 +8,11 @@
- # See tmpfiles.d(5) for details
- # Make sure these are created by default so that nobody else can
--d /tmp/.X11-unix 1777 root root 10d
--d /tmp/.ICE-unix 1777 root root 10d
--d /tmp/.XIM-unix 1777 root root 10d
--d /tmp/.font-unix 1777 root root 10d
--d /tmp/.Test-unix 1777 root root 10d
-+d /tmp/.X11-unix 1777 root root -
-+d /tmp/.ICE-unix 1777 root root -
-+d /tmp/.XIM-unix 1777 root root -
-+d /tmp/.font-unix 1777 root root -
-+d /tmp/.Test-unix 1777 root root -
- # Unlink the X11 lock files
- r /tmp/.X[0-9]*-lock
This page took 0.039428 seconds and 4 git commands to generate.