mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
y2k nit: date +%y -> date +%Y
This commit is contained in:
parent
9402dfb01a
commit
2cb140c3e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42721
@ -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 New Issue
Block a user