core/ntp/install

11 lines
230 B
Plaintext
Raw Normal View History

2011-10-06 23:01:44 +08:00
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
}