diff options
-rw-r--r-- | init.d/net.lo.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 4e11deca..3439bec9 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -39,6 +39,8 @@ depend() eval prov=\$rc_${dep}_${IFVAR} if [ -n "${prov}" ]; then ${dep} ${prov} + ewarn "rc_${dep}_${IFVAR} is deprecated." + ewarn "Please use rc_net_${IFVAR}_${dep} instead." fi done } |