Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/blacklist/libexec Add missing ; ; (Kurt Lidl)
details: https://anonhg.NetBSD.org/src/rev/472a5bfcdb7b
branches: trunk
changeset: 814205:472a5bfcdb7b
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 11 22:40:04 2016 +0000
description:
Add missing ;; (Kurt Lidl)
diffstat:
external/bsd/blacklist/libexec/blacklistd-helper | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 59d4ad5db373 -r 472a5bfcdb7b external/bsd/blacklist/libexec/blacklistd-helper
--- a/external/bsd/blacklist/libexec/blacklistd-helper Fri Mar 11 22:39:01 2016 +0000
+++ b/external/bsd/blacklist/libexec/blacklistd-helper Fri Mar 11 22:40:04 2016 +0000
@@ -69,8 +69,10 @@
case "$pf" in
npf)
/sbin/npfctl rule "$2" flush
+ ;;
pf)
/sbin/pfctl -a "$2" -t "port$6" -T flush
+ ;;
esac
;;
*)
Home |
Main Index |
Thread Index |
Old Index