forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
411 B
Text
11 lines
411 B
Text
--- Completion/Unix/Command/_sysctl.orig 2014-10-02 21:28:23.000000000 +0200
|
|
+++ Completion/Unix/Command/_sysctl 2014-10-09 07:57:47.570857223 +0200
|
|
@@ -1,7 +1,7 @@
|
|
#compdef sysctl
|
|
|
|
case $OSTYPE in
|
|
- *freebsd<5->.*|freebsd4.[4-9]*)
|
|
+ *freebsd<5->.*|freebsd4.[4-9]*|*freebsd[0-9][0-9].*)
|
|
local -a sysctlvars
|
|
sysctlvars=( $(_call_program sysctl-variables sysctl -aN) )
|
|
_arguments -s -A "-*" \
|