From 9f05311aafd1214e0ae8f788c3d2f36052c38d0e Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 4 Dec 2007 01:10:36 +0000 Subject: Install the keytab ACL file (with no principals in it by default) into /etc/remctl/acl in the keytab-backend package. --- debian/keytab-backend.dirs | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 debian/keytab-backend.dirs (limited to 'debian') 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 -- cgit v1.2.3