mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
ea906c4152
will update usr.sbin/ntp to match this. MFC after: 2 weeks
8 lines
134 B
Bash
Executable File
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
|