summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-08-19 14:19:50 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:23 -0800
commita9230cc7fb79683bdc47287b7d898bf844d404ea (patch)
tree8d9e8fa110cdb9833155e9d72f433536152f6f59 /debian
parentb6d83c13ac4862b83b5e28f612c301613523be4d (diff)
fix an accidental commit that broke the use of x_loadtemplatefile
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/local/pam-auth-update3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update
index 98ae71ce..c82e7719 100755
--- a/debian/local/pam-auth-update
+++ b/debian/local/pam-auth-update
@@ -61,8 +61,7 @@ while ($#ARGV >= 0) {
}
}
-#x_loadtemplatefile('/var/lib/dpkg/info/libpam-runtime.templates','libpam-runtime');
-#x_loadtemplatefile('./debian/libpam-runtime.templates','libpam-runtime');
+x_loadtemplatefile('/var/lib/dpkg/info/libpam-runtime.templates','libpam-runtime');
# always sort by priority, so we have consistency and don't have to
# shuffle later