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: checkChangeLog
#! /bin/sh . ./packageinfo.sh # HMS: Irix doesn't have 'head'... cl1=`head -1 ChangeLog || sed -e 1q ChangeLog` case "$repotype" in dev) ;; stable) ;; *) echo "Unexpected repotype <$repotype>" exit 1 ;; esac case "$repotype$cl1" in dev---) echo "Dev repo ChangeLog must not begin with '---'!" exit 1 ;; dev*) ;; stable---) ;; stable*) echo "Stable repo Changelog must begin with '---'!" exit 1 ;; esac
Upload File
Create Folder