View | Details | Raw Unified | Return to bug 194733 | Differences between
and this patch

Collapse All | Expand All

(-)patch-plugins__node.d.freebsd__if_packets_.in (-1 / +1 lines)
Lines 22-28 Link Here
22
+#%# family=auto
22
+#%# family=auto
23
+#%# capabilities=autoconf suggest
23
+#%# capabilities=autoconf suggest
24
+
24
+
25
+INTERFACE=${0##*if_}
25
+INTERFACE=${0##*if_packets_}
26
+
26
+
27
+if [ "$1" = "autoconf" ]; then
27
+if [ "$1" = "autoconf" ]; then
28
+	if [ -x /sbin/ifconfig -o -x /usr/bin/netstat ]; then
28
+	if [ -x /sbin/ifconfig -o -x /usr/bin/netstat ]; then

Return to bug 194733