summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2018-05-16 12:18:46 +1000
committerAmitay Isaacs <amitay@samba.org>2018-06-05 17:47:26 +0200
commit4bdf97a935d19454fbd544616640a22f2bafe55f (patch)
treecc9adaed6fe3319f7d6dbc06f656d873b48082d8 /ctdb/wscript
parentb23f3f996038626f618c5b5aa552686c1b852f44 (diff)
downloadsamba-4bdf97a935d19454fbd544616640a22f2bafe55f.tar.gz
ctdb-scripts: Change directory for notifications to events/notification
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/wscript')
-rw-r--r--ctdb/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index 59c69aea4e6..ec8998e7eca 100644
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -772,7 +772,8 @@ def build(bld):
bld.INSTALL_FILES('${SYSCONFDIR}/sudoers.d', 'ctdb.sudoers',
destname='ctdb')
- bld.INSTALL_FILES('${CTDB_ETCDIR}/notify.d', 'config/notify.d.README',
+ bld.INSTALL_FILES('${CTDB_ETCDIR}/events/notification',
+ 'config/notification.README',
destname='README')
bld.install_dir(bld.env.CTDB_LOGDIR)