diff --git a/cddl/usr.sbin/dwatch/libexec/ip b/cddl/usr.sbin/dwatch/libexec/ip index 49f3b0227ed3..8de385f568bf 100644 --- a/cddl/usr.sbin/dwatch/libexec/ip +++ b/cddl/usr.sbin/dwatch/libexec/ip @@ -17,20 +17,6 @@ ip) : ${PROBE:=ip:::send, ip:::receive} ;; *) : ${PROBE:=ip:::${PROFILE#ip-}} esac -############################################################ GLOBALS - -# -# This profile does not support these dwatch features -# NB: They are disabled here so they have no effect when profile is loaded -# -unset EXECNAME # -k name -unset EXECREGEX # -z regex -unset GROUP # -g group -unset PID # -p pid -unset PSARGS # affects -d -unset PSTREE # -R -unset USER # -u user - ############################################################ ACTIONS exec 9<