Bug 3465 - make-localhost uses %y to generate year
Summary: make-localhost uses %y to generate year
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: 3.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-05-02 02:20 UTC by sjr1
Modified: 1997-08-11 05:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sjr1 1997-05-02 02:20:03 UTC
	The etc/namedb/make-localhost command generates the DNS
	serial number as YYMMDD. In the year 2000, this will be
	generated as 1YYMMDD. (which will still work, but may be
	unexpected).

Fix: 

I'd suggest changing the generated serial number to
	YYYYMMDD format.
Comment 1 Bill Fenner freebsd_committer freebsd_triage 1997-08-11 05:07:42 UTC
State Changed
From-To: open->closed

Fixed in rev 1.2 and 1.1.6.1 of make-localhost