This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-01 15:35:10 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4da170bcf6
opnsense-src
/
usr.sbin
/
xntpd
/
scripts
/
stats
/
dupe.awk
9 lines
79 B
Awk
Raw
Normal View
History
Unescape
Escape
xntp3.3s from UDel
1994-04-20 20:33:33 -04:00
#
# delete duplicate lines
xntpd 3.3b from UDel
1993-12-21 13:36:48 -05:00
#
{
if
(
old
!=
$
0
)
printf
"%s\n"
,
$
0
old
=
$
0
}
Reference in a new issue
Copy permalink