From 74dbfd11ea8021608cb9c83b97f886d80c219949 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 28 Jun 2012 03:25:25 +0200 Subject: repo: move to tmpfiles.d/spice-vdagentd.conf There are other spice-vdagentd.conf files coming. --- Makefile.am | 2 +- data/spice-vdagentd.conf | 2 -- data/tmpfiles.d/spice-vdagentd.conf | 2 ++ 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 data/spice-vdagentd.conf create mode 100644 data/tmpfiles.d/spice-vdagentd.conf diff --git a/Makefile.am b/Makefile.am index 72aaba7..e3d5ba5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ install-data-local: tmpfilesdir = $(sysconfdir)/tmpfiles.d -tmpfiles_DATA = $(top_srcdir)/data/spice-vdagentd.conf +tmpfiles_DATA = $(top_srcdir)/data/tmpfiles.d/spice-vdagentd.conf EXTRA_DIST = $(xdgautostart_DATA) $(gdmautostart_DATA) $(init_SCRIPTS) \ $(tmpfiles_DATA) README.RHEL-5 data/xorg.conf.RHEL-5 diff --git a/data/spice-vdagentd.conf b/data/spice-vdagentd.conf deleted file mode 100644 index 1a79963..0000000 --- a/data/spice-vdagentd.conf +++ /dev/null @@ -1,2 +0,0 @@ -# spice-vdagentd needs this and does not create it itself -d /var/run/spice-vdagentd 0755 root root - diff --git a/data/tmpfiles.d/spice-vdagentd.conf b/data/tmpfiles.d/spice-vdagentd.conf new file mode 100644 index 0000000..1a79963 --- /dev/null +++ b/data/tmpfiles.d/spice-vdagentd.conf @@ -0,0 +1,2 @@ +# spice-vdagentd needs this and does not create it itself +d /var/run/spice-vdagentd 0755 root root - -- cgit