diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b00788be..2e016ea5 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Revision: 6770 $) +AC_REVISION($Revision: 7270 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -545,6 +545,7 @@ AC_DEFUN(MM_SCRIPTS, [dnl bin/add_members \ bin/arch \ bin/change_pw \ +bin/reset_pw \ bin/check_db \ bin/check_perms \ bin/cleanarch \ |