From: Eric Blake Date: Fri, 4 Jan 2013 20:50:39 +0000 (-0700) Subject: build: .service files don't need to be executable X-Git-Tag: v0.10.2.3~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a32232e578e03605830375e63ec35bc4c2e0285;p=thirdparty%2Flibvirt.git build: .service files don't need to be executable See also commit 66ff2dd, where we avoided installing these files as executables. * daemon/Makefile.am (libvirtd.service): Drop chmod. * tools/Makefile.am (libvirt-guests.service): Likewise. * src/Makefile.am (virtlockd.service, virtlockd.socket): Likewise. (cherry picked from commit 5ec4b22b777b4505d159c6e8d1631d4d774a7be7) Conflicts: src/Makefile.am - virtlockd.service not present in 0.10.2 --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 8e9383307a..66140909d0 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -348,7 +348,6 @@ libvirtd.service: libvirtd.service.in $(top_builddir)/config.status -e 's|[@]sbindir[@]|$(sbindir)|g' \ -e 's|[@]sysconfdir[@]|$(sysconfdir)|g' \ < $< > $@-t && \ - chmod a+x $@-t && \ mv $@-t $@ diff --git a/tools/Makefile.am b/tools/Makefile.am index 58dbfe7b05..37759149e9 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -260,7 +260,6 @@ libvirt-guests.service: libvirt-guests.service.in $(top_builddir)/config.status -e 's|[@]sysconfdir[@]|$(sysconfdir)|g' \ -e 's|[@]libexecdir[@]|$(libexecdir)|g' \ < $< > $@-t && \ - chmod a+x $@-t && \ mv $@-t $@