From: Harlan Stenn Date: Tue, 28 Jun 2011 05:30:17 +0000 (-0700) Subject: [Bug 1958] genLocInfo must export PATH X-Git-Tag: NTP_4_2_7P188~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=026deff2beae840b3145bd2f76c2f88ab866af57;p=thirdparty%2Fntp.git [Bug 1958] genLocInfo must export PATH bk: 4e0966e9DSg7hn5J_6gt_OCoadwrsQ --- diff --git a/ChangeLog b/ChangeLog index e442d84d6..2bdfcaf98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 1958] genLocInfo must export PATH. (4.2.7p187) 2011/06/24 Released by Harlan Stenn * [Bug 1954] Fix typos in [s]bin_PROGRAMS in ntpd/Makefile.am. * Implement --with-locfile=filename configure argument. If filename is diff --git a/scripts/genLocInfo b/scripts/genLocInfo index 31cb54994..8becca37d 100755 --- a/scripts/genLocInfo +++ b/scripts/genLocInfo @@ -35,6 +35,7 @@ esac case "$LF" in '') PATH=$PATH:sntp/libevent/build-aux + export PATH set `scripts/cvo.sh @osname@ @osver@` || exit 1 CVO_OSNAME=$1