[pkg-ntp-maintainers] [pkg-ntp] 01/04: Support pool statement in ntpdate-debian
Bernhard Schmidt
berni at moszumanska.debian.org
Sun May 7 17:42:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
berni pushed a commit to branch master
in repository pkg-ntp.
commit 3ce79647a1dc6908382482dc8eed1c949f8d1f6a
Author: Bernhard Schmidt <berni at debian.org>
Date: Fri Mar 31 23:10:46 2017 +0200
Support pool statement in ntpdate-debian
Closes: #854432, #823120
---
debian/ntpdate-debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/ntpdate-debian b/debian/ntpdate-debian
index e76d5ab..d9d1792 100644
--- a/debian/ntpdate-debian
+++ b/debian/ntpdate-debian
@@ -14,7 +14,7 @@ if [ "$NTPDATE_USE_NTP_CONF" = yes ]; then
fi
done
if [ -n "$file" ]; then
- NTPSERVERS=$(sed -rne 's/^(servers?|peer)[[:space:]]+(-[46][[:space:]]+)?([-_.:[:alnum:]]+).*$/\3/p' "$file" | grep -v '^127\.127\.') || [ $? -le 1 ]
+ NTPSERVERS=$(sed -rne 's/^(servers?|peer|pool)[[:space:]]+(-[46][[:space:]]+)?([-_.:[:alnum:]]+).*$/\3/p' "$file" | grep -v '^127\.127\.') || [ $? -le 1 ]
fi
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ntp/pkg-ntp.git
More information about the pkg-ntp-maintainers
mailing list