bk: 5573fa2eSlMe8bSh8TvZ-l5n7UKa0g
* [Bug 2842] Glitch in ntp.conf.def documentation stanza.
* [Bug 2842] Bug in mdoc2man.
* Report select() debug messages at debug level 3 now.
+* sntp/scripts/genLocInfo: treat raspbian as debian.
---
(4.2.8p3-RC1) 2015/05/12 Released by Harlan Stenn <stenn@ntp.org>
case "$LF" in
'')
case "$CVO_OSNAME" in
+ raspbian*)
+ lf=loc/debian
+${V}echo "Looking for <$lf>" >&2
+ if test -f $lf
+ then
+ LF=$lf
+ fi
+ ;;
redhat* | fedora*)
lf=loc/redhat
${V}echo "Looking for <$lf>" >&2