1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 18:07:20 +00:00

Merge pull request #346 from anarcat/pfctl_no_sudo

don't depend on sudo to run pfctl
This commit is contained in:
Steve Schnepp 2013-07-10 08:37:20 -07:00
commit 384f0119b9
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ END {
;;
esac
sudo pfctl -sl | awk '
pfctl -sl | awk '
BEGIN {
total=0
}

View file

@ -77,7 +77,7 @@ END {
;;
esac
sudo pfctl -sl | awk '
pfctl -sl | awk '
BEGIN {
total=0
}