diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-19 14:19:50 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:23 -0800 |
commit | a9230cc7fb79683bdc47287b7d898bf844d404ea (patch) | |
tree | 8d9e8fa110cdb9833155e9d72f433536152f6f59 | |
parent | b6d83c13ac4862b83b5e28f612c301613523be4d (diff) | |
download | pam-a9230cc7fb79683bdc47287b7d898bf844d404ea.tar.gz pam-a9230cc7fb79683bdc47287b7d898bf844d404ea.tar.bz2 pam-a9230cc7fb79683bdc47287b7d898bf844d404ea.zip |
fix an accidental commit that broke the use of x_loadtemplatefile
-rwxr-xr-x | debian/local/pam-auth-update | 3 |
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 |