Don't burn the date and time and build userid and build path into the
ldap executables. Part of the effort to make bit-identical sources produce bit-identical binaries.
This commit is contained in:
parent
d44cd616e7
commit
29ae1ed693
|
@ -50,7 +50,6 @@ if test $# != 1 ; then
|
|||
fi
|
||||
|
||||
APPLICATION=$1
|
||||
WHOWHERE="$USER@`uname -n`:`pwd`"
|
||||
|
||||
cat << __EOF__
|
||||
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
||||
|
@ -72,7 +71,6 @@ static const char copyright[] =
|
|||
"COPYING RESTRICTIONS APPLY\n";
|
||||
|
||||
$static $const char $SYMBOL[] =
|
||||
"@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n"
|
||||
"\t$WHOWHERE\n";
|
||||
"@(#) \$$PACKAGE: $APPLICATION $VERSION \$\n";
|
||||
|
||||
__EOF__
|
||||
|
|
Loading…
Reference in New Issue