]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: .service files don't need to be executable
authorEric Blake <eblake@redhat.com>
Fri, 4 Jan 2013 20:50:39 +0000 (13:50 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 7 Jan 2013 18:26:52 +0000 (11:26 -0700)
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

daemon/Makefile.am
tools/Makefile.am

index 8e9383307a497dc0db6576ab04578bef51596316..66140909d0ccc045343ecee2e5848943b2f994d8 100644 (file)
@@ -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 $@
 
 
index 58dbfe7b054d4e6059af9651cfff65d9803255ca..37759149e9ce033a9ab23d19caee667823ab0721 100644 (file)
@@ -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 $@