diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-05-25 12:02:36 +1000 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-05-25 12:11:07 +1000 |
commit | e85fb3d9c5f967809e69d5eb624af3d128394b69 (patch) | |
tree | 1b90db778476ec55868498cf24ac9e3d2f4f4c89 | |
parent | f62b4339461448854addc9fa802f613625ce2da0 (diff) | |
download | samba-e85fb3d9c5f967809e69d5eb624af3d128394b69.tar.gz samba-e85fb3d9c5f967809e69d5eb624af3d128394b69.tar.xz samba-e85fb3d9c5f967809e69d5eb624af3d128394b69.zip |
install the 31.clamd script as 644 by default
(This used to be ctdb commit e57c47b75fa501223c57040eac73392b42ae549d)
-rwxr-xr-x | ctdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 39e79dd347a..2fcf6cc2788 100755 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -216,7 +216,7 @@ install: all ${INSTALLCMD} -m 755 config/events.d/10.interface $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/11.natgw $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/20.multipathd $(DESTDIR)$(etcdir)/ctdb/events.d - ${INSTALLCMD} -m 755 config/events.d/31.clamd $(DESTDIR)$(etcdir)/ctdb/events.d + ${INSTALLCMD} -m 644 config/events.d/31.clamd $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/40.vsftpd $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/41.httpd $(DESTDIR)$(etcdir)/ctdb/events.d ${INSTALLCMD} -m 755 config/events.d/50.samba $(DESTDIR)$(etcdir)/ctdb/events.d |