]> 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 15:56:36 +0000 (08:56 -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.

daemon/Makefile.am
src/Makefile.am
tools/Makefile.am

index 60112ffe7fb641dd209d025a956c5d55007f2797..7bcc7e24ff83ff03c7f8279118cf1e2a9e82b503 100644 (file)
@@ -354,7 +354,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 6dfb00263f6f1925d210a243224ad2106b1c9f6a..0c8be2052e21255fe044c35a76153a159ac2252e 100644 (file)
@@ -1709,14 +1709,12 @@ virtlockd.service: locking/virtlockd.service.in $(top_builddir)/config.status
        $(AM_V_GEN)sed                                          \
            -e 's|[@]sbindir[@]|$(sbindir)|g'                   \
            < $< > $@-t &&                                      \
-           chmod a+x $@-t &&                                   \
            mv $@-t $@
 
 virtlockd.socket: locking/virtlockd.socket.in $(top_builddir)/config.status
        $(AM_V_GEN)sed                                          \
            -e 's|[@]localstatedir[@]|$(localstatedir)|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 $@