mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
y2k nit: date +%y -> date +%Y
This commit is contained in:
parent
9402dfb01a
commit
2cb140c3e7
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ PS=ps
|
|||
LDFLAGS=
|
||||
CFLAGS= ${CDEBUG} -I${PORTINCL} -I${INCL} ${DEFS}
|
||||
|
||||
VER= LOCAL-`date +%y%m%d.%H%M%S`
|
||||
VER= LOCAL-`date +%Y%m%d.%H%M%S`
|
||||
HOSTNAMECMD= hostname || uname -n
|
||||
|
||||
PROG= named
|
||||
|
|
|
|||
Loading…
Reference in a new issue