We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c221823 commit 9dc7b8aCopy full SHA for 9dc7b8a
tmpfiles.d/Makefile.am
@@ -2,10 +2,14 @@ finitdir = $(finit_tmpfiles)
2
dist_finit_DATA = finit.conf
3
4
tmpfilesdir = $(tmpfiles_path)
5
-dist_tmpfiles_DATA = etc.conf legacy.conf var.conf x11.conf
+dist_tmpfiles_DATA = etc.conf legacy.conf var.conf
6
dist_tmpfiles_DATA += dnsmasq.conf frr.conf lldpd.conf openswan.conf \
7
quagga.conf sshd.conf uuidd.conf
8
9
if BUILD_TESTSERV_PLUGIN
10
dist_tmpfiles_DATA += testserv.conf
11
endif
12
+
13
+if BUILD_X11_COMMON_PLUGIN
14
+dist_tmpfiles_DATA += x11.conf
15
+endif
0 commit comments