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 | |
parent | 6f575de6e37a691e754f8799da9a532847855a76 (diff) |
Install the keytab ACL file (with no principals in it by default) into
/etc/remctl/acl in the keytab-backend package.
-rw-r--r-- | debian/keytab-backend.dirs | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/keytab-backend.dirs b/debian/keytab-backend.dirs new file mode 100644 index 0000000..9a3a804 --- /dev/null +++ b/debian/keytab-backend.dirs @@ -0,0 +1 @@ +/etc/remctl/acl 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 |