Martin Pluskal 2017-10-26 12:34:40 +00:00 committed by Git OBS Bridge
parent 9a79f15b95
commit 92481aa2b7

View File

@ -93,7 +93,7 @@ or a different computer.
# If this is an openSUSE build, use our vendor zone # If this is an openSUSE build, use our vendor zone
# (2.*pool.ntp.org names include IPv6 addresses). If not # (2.*pool.ntp.org names include IPv6 addresses). If not
# an openSUSE build, comment out the pool statement # an openSUSE build, comment out the pool statement
%if %{is_opensuse} %if 0%{is_opensuse}
sed -e 's|^\(pool \)\(pool.ntp.org\)|\12.%{vendorzone}\2|' \ sed -e 's|^\(pool \)\(pool.ntp.org\)|\12.%{vendorzone}\2|' \
< examples/chrony.conf.example2 > chrony.conf < examples/chrony.conf.example2 > chrony.conf
%else %else