summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/.distfiles17
-rw-r--r--Completion/Unix/Command/_apm2
-rw-r--r--Completion/Unix/Command/_cvs2
-rw-r--r--Completion/Unix/Command/_ifconfig2
-rw-r--r--Completion/Unix/Command/_mount8
-rw-r--r--Completion/Unix/Command/_mt2
-rw-r--r--Completion/Unix/Command/_sysctl2
7 files changed, 18 insertions, 17 deletions
diff --git a/Completion/Unix/Command/.distfiles b/Completion/Unix/Command/.distfiles
index bb30d0e94..498ffdcaa 100644
--- a/Completion/Unix/Command/.distfiles
+++ b/Completion/Unix/Command/.distfiles
@@ -3,17 +3,18 @@ DISTFILES_SRC='
_a2ps _aap _ant _antiword _apachectl
_apm _arp _arping _attr
_baz _bison _bittorrent _bogofilter _bzip2
-_cal _cdcd _cdrecord _chkconfig _chmod
-_chown _compress _configure _cpio _cvs
+_cal _ccal _cdcd _cdrecord _chkconfig
+_chmod _chown _compress _configure _cpio
+_cvs
_darcs _dd _dict _diff _du
_dvi _ecasound _elinks _elm _enscript
_fakeroot _fetchmail _figlet _find _finger
-_flex _fsh
+_flex _fortune _fsh _fuser
_gcc _gdb _getconf _getent _global
_gnu_generic _gpg _gphoto2 _gprof _grep
-_gs _gzip
+_groff _gs _gzip
_iconv _ifconfig _imagemagick _init_d _irssi
-_ispell _java _joe _killall
+_ispell _java _joe _killall _knock
_last _less _links _loadkeys _look
_lp _ls _lsof _lynx _lzop
_mail _make _man _mencal _mh
@@ -26,9 +27,9 @@ _printenv _psutils _python
_raggle _rar _rcs _renice _rlogin
_rsync _ruby
_sablotron _samba _sccs _screen _sed
-_sh _slrn _socket _spamassassin _ssh
-_strip _stty _su _subversion _sudo
-_sysctl
+_sh _showmount _slrn _socket _spamassassin
+_ssh _strip _stty _su _subversion
+_sudo _surfraw _sysctl
_tar _telnet _texinfo _tidy _tiff
_tin _tla
_unace _uniq _user_admin _vorbis _vux
diff --git a/Completion/Unix/Command/_apm b/Completion/Unix/Command/_apm
index efe50d713..e6179d676 100644
--- a/Completion/Unix/Command/_apm
+++ b/Completion/Unix/Command/_apm
@@ -11,7 +11,7 @@ if [[ $OSTYPE == linux* ]]; then
'(-n --noignore)'{-n,--noignore}'[tell the system not to ignore system-generated APM message]' \
'(-i --ignore)'{-i,--ignore}'[tell the system to ignore system-generated APM message]' && return
-elif [[ $OSTYPE == freebsd* ]]; then
+elif [[ $OSTYPE == (freebsd|dragonfly)* ]]; then
_arguments \
'-a[display AC line status]' \
diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs
index 33d543945..3a8775c5e 100644
--- a/Completion/Unix/Command/_cvs
+++ b/Completion/Unix/Command/_cvs
@@ -7,7 +7,7 @@ _cvs() {
# "+Qqrwtnlvb:T:e:d:Hfz:s:xa"
case $OSTYPE in
- freebsd*|openbsd*)
+ freebsd*|openbsd*|dragonfly*)
extra='-R[read only access]'
;;
esac
diff --git a/Completion/Unix/Command/_ifconfig b/Completion/Unix/Command/_ifconfig
index 977f99221..49b018841 100644
--- a/Completion/Unix/Command/_ifconfig
+++ b/Completion/Unix/Command/_ifconfig
@@ -19,7 +19,7 @@ case $OSTYPE in
{,-}trailers {,-}link{0,1,2}
)
;;
- freebsd*)
+ freebsd*|dragonfly*)
args=( -s $updown
'(-a -l -u -d -m -L 1 *)-C[list interface cloners]'
'(-l -C)-m[list supported media]'
diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount
index 5d5f50163..302584122 100644
--- a/Completion/Unix/Command/_mount
+++ b/Completion/Unix/Command/_mount
@@ -475,7 +475,7 @@ if (( ! $+_fs_any )); then
'swidth[specify stripe width]:size'
)
;;
- freebsd*)
+ freebsd*|dragonfly*)
_fs_any=(
'(sync)async[do all I/O asynchronously]'
'current[use current options on already mounted file system]'
@@ -630,7 +630,7 @@ if [[ "$service" = mount ]]; then
deffs=hsfs
typeops=-F
;;
- freebsd*)
+ freebsd*|dragonfly*)
args=( -s
'(:)-a[mount all filesystems in fstab]'
'-d[cause everything to be done except for the actual system call]'
@@ -704,7 +704,7 @@ else
'*:dev or dir:->udevordir'
)
;;
- freebsd*)
+ freebsd*|dragonfly*)
args=(
'(*)-a[unmount all mounted file systems]'
'-A[unmount all mounted file systems except the root]'
@@ -766,7 +766,7 @@ devordir)
fi
case "$OSTYPE" in
- freebsd*)
+ freebsd*|dragonfly*)
while read mline; do
case $mline[(w)1] in
\#* )
diff --git a/Completion/Unix/Command/_mt b/Completion/Unix/Command/_mt
index 738c63abf..01b27634f 100644
--- a/Completion/Unix/Command/_mt
+++ b/Completion/Unix/Command/_mt
@@ -44,7 +44,7 @@ if _pick_variant gnu=GNU unix --version; then
'densities:explain some common density codes'
'datcompression:enquire or set compression status'
)
-elif [[ $OSTYPE = freebsd* ]]; then
+elif [[ $OSTYPE = (freebsd|dragonfly)* ]]; then
cmds=( ${cmds:#(asf|eof):*}
'smk:write specified number of setmarks at current position'
'fss:forward space by specified number of setmarks'
diff --git a/Completion/Unix/Command/_sysctl b/Completion/Unix/Command/_sysctl
index b42c0bb23..99870b405 100644
--- a/Completion/Unix/Command/_sysctl
+++ b/Completion/Unix/Command/_sysctl
@@ -13,7 +13,7 @@ case $OSTYPE in
'(-o)-x[show opaques as well (entire values)]' \
'(-a)*:sysctl variable:_multi_parts -i . sysctlvars'
;;
- freebsd[0-4].*|darwin*)
+ freebsd[0-4].*|darwin*|dragonfly*)
: ${(A)_cache_sysctlvars:=${${$(sysctl -A 2>/dev/null):#[^a-z]*}%%:*}}
_arguments -s -A "-*" \
'(-w -X *)-a[list all]' \