diff options
author | Russ Allbery <rra@stanford.edu> | 2010-08-25 18:43:11 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-08-25 18:43:11 -0700 |
commit | dfa474676e2f721b7ca2066c5e5e37de77aecbc5 (patch) | |
tree | 395616cc5f98b0b647a1b194913f5317de1cb5e9 /debian | |
parent | 6ff6baaea8ba05ca022c0f3415a2fa48f1112743 (diff) |
Install the new wallet-report ACL file
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/wallet-server.install | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 0f9efbb..87ae348 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,8 @@ override_dh_auto_install: dh_auto_install install -d debian/tmp/etc/remctl/acl install -m 0644 config/keytab.acl debian/tmp/etc/remctl/acl/keytab + install -m 0644 config/wallet-report.acl \ + debian/tmp/etc/remctl/acl/wallet-report override_dh_installchangelogs: dh_installchangelogs NEWS diff --git a/debian/wallet-server.install b/debian/wallet-server.install index 9271899..3fd2c44 100644 --- a/debian/wallet-server.install +++ b/debian/wallet-server.install @@ -1,3 +1,4 @@ +debian/tmp/etc/remctl/acl/wallet-report debian/tmp/usr/sbin/wallet-admin debian/tmp/usr/sbin/wallet-backend debian/tmp/usr/sbin/wallet-report |