summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-08-19 14:19:08 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:23 -0800
commitb6d83c13ac4862b83b5e28f612c301613523be4d (patch)
tree043f95ad36ff72d8a844ec53b76efbf4660dfe07 /debian
parentf8af5aef264b83636781717fe77dbf967f66dc44 (diff)
add some FIXMEs to document known bugs
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/local/pam-auth-update3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update
index bc38f832..98ae71ce 100755
--- a/debian/local/pam-auth-update
+++ b/debian/local/pam-auth-update
@@ -72,6 +72,7 @@ subst($template, 'profile_names', join(', ',@sorted));
subst($template, 'profiles',
join(', ', map { $profiles{$_}->{'Name'} } @sorted));
+# FIXME:
# this needs to be replaced by proper detection of any profiles that are
# already enabled; i.e., use diff_profiles() to figure out what's
# currently selected
@@ -126,6 +127,8 @@ do {
}
if (@conflicts) {
subst($errtemplate, 'conflicts', join("\n", @conflicts));
+ # FIXME: we don't want this to always be 'high', only when
+ # called by the user
input('high',$errtemplate);
}
fset($template,'seen','false');