summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-05 09:57:49 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-06-05 09:57:49 -0700
commit7d4f6603c5e333917ec70986f32ef0661cce318a (patch)
treecf4c3634fcefb54afa96b2f8969e9d765c319f1f
parent2eb541b4cc64ff0d14c57f550cf85a3f07f31b40 (diff)
downloadquagga-7d4f6603c5e333917ec70986f32ef0661cce318a.tar.bz2
quagga-7d4f6603c5e333917ec70986f32ef0661cce318a.tar.xz
Workaround for package rename vs pam problem
vtysh uses PACKAG_NAME in PAM therfore expects /etc/pam.d/quagga.pam. But dh_installpam only handles package.pam normally, so use option to install other file.
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/vyatta-quagga.quagga.pam (renamed from debian/quagga.pam)0
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f5f7e932..c5b8cae4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,7 +126,7 @@ binary-arch: build install
dh_installdocs
dh_installexamples
dh_installinit
- dh_installpam
+ dh_installpam --name=quagga
dh_installlogrotate
dh_strip
diff --git a/debian/quagga.pam b/debian/vyatta-quagga.quagga.pam
index 6dd5d474..6dd5d474 100644
--- a/debian/quagga.pam
+++ b/debian/vyatta-quagga.quagga.pam