diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-04 01:10:36 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-04 01:10:36 +0000 |
commit | 9f05311aafd1214e0ae8f788c3d2f36052c38d0e (patch) | |
tree | 6b6b90d16ada5e729f0b40510f1b2c4a2b6fe17b /debian/rules | |
parent | 6f575de6e37a691e754f8799da9a532847855a76 (diff) |
Install the keytab ACL file (with no principals in it by default) into
/etc/remctl/acl in the keytab-backend package.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7d4d74e..a9ac646 100755 --- a/debian/rules +++ b/debian/rules @@ -57,6 +57,8 @@ install: build-stamp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp dh_installdirs DH_OPTIONS= dh_install --fail-missing + install -m 0644 config/keytab.acl \ + $(CURDIR)/debian/keytab-backend/etc/remctl/acl/keytab binary: binary-arch binary-indep |