# remove obsolete options
persistent_remove ALOCK_SHADOW &&

config_query_option ALOCK_OPTS "Enable passwd support? (${PROBLEM_COLOR}will install alock suid to root${QUERY_COLOR})" y \
                               "--enable-passwd" \
                               "--disable-passwd" &&

config_query_option ALOCK_OPTS "Enable debugging support?" n \
                               "--enable-debug" \
                               "--disable-debug"
