--- origi 2017-04-06 02:24:08.456633821 +0300 +++ if-rv-fix 2017-04-06 02:33:26.809645062 +0300 @@ -159,14 +159,20 @@ cp -pPR "${f}" "${EROOT}"/var/lib/nfs/ done - if systemd_is_booted; then - if [[ ${REPLACING_VERSIONS} < 1.3.0 ]]; then + if [[ ${REPLACING_VERSIONS} < 1.3.0 ]]; then + if systemd_is_booted; then ewarn "We have switched to upstream systemd unit files. Since" ewarn "they got renamed, you should probably enable the new ones." ewarn "You can run 'equery files nfs-utils | grep systemd'" ewarn "to know what services you need to enable now." + else + ewarn "If you use OpenRC, the nfsmount service has been replaced with nfsclient." + ewarn "If you were using nfsmount, please add nfsclient and netmount to the" + ewarn "same runlevel as nfsmount." fi + else + ewarn "If you use OpenRC, the nfsmount service has been replaced with nfsclient." ewarn "If you were using nfsmount, please add nfsclient and netmount to the" ewarn "same runlevel as nfsmount."