summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/refclocks/setup
blob: 461117841c35f0b8d7d2f5ed6b95c423b5d4d2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# gobble possible parameters
#
if [ $# -eq 5 ]; then
  RCONFIG="$1"
  PPSFEATURES="$2"
  PPSOK="$3"
  DEFS="$4"
  REFCONF="$5"
fi
#
# shell dumbness detection
#
if (eval "_x () { :; }") >/dev/null 2>&1 ; then
  . refclocks/setupfn
fi
OpenPOWER on IntegriCloud