diff options
Diffstat (limited to 'extra/ntp/install')
-rw-r--r-- | extra/ntp/install | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/ntp/install b/extra/ntp/install new file mode 100644 index 000000000..ad9a39d54 --- /dev/null +++ b/extra/ntp/install @@ -0,0 +1,10 @@ +post_upgrade() { + if [[ $(vercmp $2 4.2.6.p3) -le 0 ]]; then + cat <<EOF + +==> The file /etc/conf.d/ntp-client.conf has been renamed /etc/conf.d/ntpd.conf +==> If you made changes to the former, please update the latter. + +EOF + fi +} |