Mark Wu has uploaded a new change for review.

Change subject: Remove '/run/vdsm' from vdsm-tmpfiles.d.conf
......................................................................

Remove '/run/vdsm' from vdsm-tmpfiles.d.conf

'/var/run' is symlink of '/run', so the dir '/run/vdsm' also be
created when the tempfiles service create '/var/run/vdsm'. And
we don't use '/run/vdsm' directly, so we don't need care about it.

Change-Id: I3872ed37850142d81dd324f38f7f018168f6850c
Signed-off-by: Mark Wu <[email protected]>
---
M build-aux/Makefile.subs
M configure.ac
M vdsm/vdsm-tmpfiles.d.conf.in
3 files changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/05/16905/1

diff --git a/build-aux/Makefile.subs b/build-aux/Makefile.subs
index 9058d16..f1b873d 100644
--- a/build-aux/Makefile.subs
+++ b/build-aux/Makefile.subs
@@ -35,7 +35,6 @@
        -e "s,[@]VDSMLOGDIR[@],$(vdsmlogdir),g" \
        -e "s,[@]VDSMREPO[@],$(vdsmrepo),g" \
        -e "s,[@]VDSMRUNDIR[@],$(vdsmrundir),g" \
-       -e "s,[@]VDSMRUNTIMEDIR[@],$(vdsmruntimedir),g" \
        -e "s,[@]VDSMUPGRADEDIR[@],$(vdsmupgradedir),g"
 
 CONFIGSUBST = $(top_builddir)/config.status --file=-
diff --git a/configure.ac b/configure.ac
index 150f4d3..a9fb399 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,6 @@
 AC_SUBST([vdsmconfdir], ['${sysconfdir}/vdsm'])
 AC_SUBST([vdsmlogdir], ['${localstatedir}/log/vdsm'])
 AC_SUBST([vdsmrundir], ['${localstatedir}/run/vdsm'])
-AC_SUBST([vdsmruntimedir], ['/run/vdsm'])
 AC_SUBST([vdsmlibdir], ['${localstatedir}/lib/vdsm'])
 AC_SUBST([vdsmpoolsdir], ['${vdsmrundir}/pools'])
 AC_SUBST([vdsmbackupdir], ['${vdsmlogdir}/backup'])
diff --git a/vdsm/vdsm-tmpfiles.d.conf.in b/vdsm/vdsm-tmpfiles.d.conf.in
index 63c5494..83a7751 100644
--- a/vdsm/vdsm-tmpfiles.d.conf.in
+++ b/vdsm/vdsm-tmpfiles.d.conf.in
@@ -1,2 +1 @@
 d @VDSMRUNDIR@ 755 @VDSMUSER@ @VDSMGROUP@
-d @VDSMRUNTIMEDIR@ 755 @VDSMUSER@ @VDSMGROUP@


-- 
To view, visit http://gerrit.ovirt.org/16905
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3872ed37850142d81dd324f38f7f018168f6850c
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to