diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-18 17:46:03 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-18 17:46:03 +0000 |
commit | 03228701390c1a0441898ba84247e55ee1962778 (patch) | |
tree | 671cba95b6a4f384df5c00008e9fb6e997cd82f8 /gnu/usr.bin/perl | |
parent | 70880bda4b154e30a3559b30d82528b41a1748da (diff) |
Set cf_time to the epoch for consistency of generated files.
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/config.over | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/config.over b/gnu/usr.bin/perl/config.over index f8cd34753c0..a415dc64732 100644 --- a/gnu/usr.bin/perl/config.over +++ b/gnu/usr.bin/perl/config.over @@ -1,7 +1,7 @@ # # Override default paths when building in the OpenBSD src tree # -# $OpenBSD: config.over,v 1.12 2003/12/03 03:02:19 millert Exp $ +# $OpenBSD: config.over,v 1.13 2005/02/18 17:46:02 millert Exp $ # # We use a different architecture name than the default @@ -56,6 +56,7 @@ installsiteman3dir='/usr/local/man/man3p' # Never hardcode developer info into a distribution cf_by='root' cf_email='root@localhost' +cf_time='Thu Jan 1 0:00:00 UTC 1970' perladmin='root@localhost' mydomain='' myhostname='' |