2 if [[ $(vercmp 1.18 "$2") -gt 0 ]]; then
3 grep -ls '^.include ' /etc/systemd/system/netctl@*.service | \
5 profile=$(systemd-escape --unescape "${unit:27:-8}")
6 echo ":: The unit for profile '$profile' uses deprecated features."
7 echo " Consider running: netctl reenable $(printf '%q' "$profile")"