mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 15:55:07 -05:00
Equivalent to V1.19.99.1
This is a verbatim copy of the files at that stage of the repository that was built from the CVS import. It allows future development to see a bit of recent history, but without carrying around the baggage going back to 1997. If that is really required, git grafts can be used.
This commit is contained in:
22
contrib/DNSchrony/ip-up.local
Normal file
22
contrib/DNSchrony/ip-up.local
Normal file
@@ -0,0 +1,22 @@
|
||||
#example file /etc/ppp/ip-up.local
|
||||
#originally from SuSE distribution
|
||||
#modified for chrony
|
||||
cat <<EOF | /usr/local/bin/chronyc
|
||||
password mysecret
|
||||
online
|
||||
EOF
|
||||
# update all of the dynamic servers and save the result.
|
||||
# do not wait for response
|
||||
|
||||
nohup /usr/local/bin/DNSchronyUPDATE mysecret >/dev/null 2>&1 &
|
||||
#other stuff who knows?
|
||||
|
||||
# The following lines added for Linux-HA support # Heartbeat
|
||||
DEVFILE=`echo $DEVICE | sed -e 's!^/dev/!!' -e 's!/!.!g'` # Heartbeat
|
||||
OUTFILE=/var/run/ppp.d/$DEVFILE # Heartbeat
|
||||
( # Heartbeat
|
||||
echo "$IPREMOTE" # Heartbeat
|
||||
echo "$IFNAME" # Heartbeat
|
||||
echo "$PPPD_PID" # Heartbeat
|
||||
echo "$IPLOCAL" # Heartbeat
|
||||
) > $OUTFILE # Heartbeat
|
||||
Reference in New Issue
Block a user