1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00
freebsd/contrib/ntp/scripts/genCommitLog
Ollivier Robert ea906c4152 Merge ntpd & friends 4.2.4p5 from vendor/ntp/dist into head. Next commit
will update usr.sbin/ntp to match this.

MFC after:	2 weeks
2008-08-22 15:58:00 +00:00

8 lines
134 B
Bash
Executable File

#! /bin/sh
set -e
. packageinfo.sh
bk -R prs -hr${CLTAG}.. -nd':I:' | bk changes -m -v - > CommitLog.new
mv CommitLog.new CommitLog