From edf88e0adac942c19fdde23759d610a3ad999de1 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Mon, 5 Sep 2005 07:46:51 +0000 Subject: use ymd instead of dmy for serial (#17886) --- dns_wizard/Bind.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 50d59bff..22b66e5f 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -30,7 +30,7 @@ use MDK::Wizard::Wizcommon; my $wiz = new MDK::Wizard::Wizcommon; -my $SERIAL = chomp_(`date +%d%m20%y`); +my $SERIAL = chomp_(`date +%%ym20%d`); my $HOSTNAME = $wiz->{net}->network_get("HOSTNAME"); -- cgit v1.2.1