003 File Manager
Current Path:
/usr/src/contrib/ntp/scripts/build
usr
/
src
/
contrib
/
ntp
/
scripts
/
build
/
📁
..
📄
Makefile.am
(356 B)
📄
Makefile.in
(17.9 KB)
📄
UpdatePoint
(6.08 KB)
📄
VersionName
(1.14 KB)
📄
check--help
(384 B)
📄
checkChangeLog
(453 B)
📄
checkHtmlFileDates
(297 B)
📄
fixautomakedepsmagic
(402 B)
📄
genAuthors.in
(2.2 KB)
📄
genCommitLog
(324 B)
📄
genver
(1.86 KB)
📄
mkver.in
(777 B)
📄
updateBEDate
(1.57 KB)
Editing: genCommitLog
#! /bin/sh set -e GCL_REMOVEWRITE=0 . ./packageinfo.sh if [ ! -w . ] ; then GCL_REMOVEWRITE=1 chmod u+w . [ -f CommitLog -a ! -w CommitLog ] && chmod u+w CommitLog fi bk changes -v -m -r${CLTAG}.. > CommitLog.new mv CommitLog.new CommitLog case "$GCL_REMOVEWRITE" in 1) chmod a-w CommitLog . esac
Upload File
Create Folder