diff options
| -rw-r--r-- | maildrop/configure.ac | 6 | ||||
| -rw-r--r-- | maildrop/main.C | 6 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/maildrop/configure.ac b/maildrop/configure.ac index 5c20d9c..692f56c 100644 --- a/maildrop/configure.ac +++ b/maildrop/configure.ac @@ -1,8 +1,8 @@  dnl -dnl Copyright 1998 - 2014 Double Precision, Inc.  See COPYING for +dnl Copyright 1998 - 2015 Double Precision, Inc.  See COPYING for  dnl distribution information. -AC_INIT(maildrop, 2.8.1, [courier-users@lists.sourceforge.net]) +AC_INIT(maildrop, 2.8.2, [courier-users@lists.sourceforge.net])  >confdefs.h  # Kill PACKAGE_ macros @@ -519,7 +519,7 @@ AC_ARG_ENABLE(trusted-groups, [  --enable-trusted-groups='...' specify groups al      [TRUSTED_GROUPS=$enableval], [TRUSTED_GROUPS=""])  AC_DEFINE_UNQUOTED(TRUSTED_GROUPS,"$TRUSTED_GROUPS",  	[ List of groupnames who are allowed to use the -d option ]) -	 +  AC_MSG_CHECKING(for UID of maildrop)  AC_ARG_ENABLE(maildrop-uid, [  --enable-maildrop-uid=root   UID of maildrop],      [MAILDROPUID=$enableval], [MAILDROPUID=root]) diff --git a/maildrop/main.C b/maildrop/main.C index 3a50d6e..9818551 100644 --- a/maildrop/main.C +++ b/maildrop/main.C @@ -34,7 +34,7 @@  #include	"../dbobj.h"  /* -** This switch can later be moved to config.h file with appropriate  +** This switch can later be moved to config.h file with appropriate  ** configure option like --with-dovecotauth or something similar  */  #if DOVECOTAUTH @@ -170,7 +170,7 @@ char    hostname[256];  static void copyright()  { -static const char msg[]="maildrop " VERSION " Copyright 1998-2005 Double Precision, Inc." +static const char msg[]="maildrop " VERSION " Copyright 1998-2015 Double Precision, Inc."  #if CRLF_TERM  	"\r\n" @@ -219,7 +219,7 @@ static const char msg[]="maildrop " VERSION " Copyright 1998-2005 Double Precisi  #else  	"\n"  #endif -  +  		;  	mout << msg; | 
