b85c7169a7
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
|