From 6a015133bd937c3cd72cde32e35fb1baae4debd6 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 1 Mar 2011 20:21:59 +0000 Subject: Baptiste: 28819: FreeBSD completion tweaks --- Completion/Unix/Command/_mount | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount index 7334481ba..409d253ab 100644 --- a/Completion/Unix/Command/_mount +++ b/Completion/Unix/Command/_mount @@ -44,7 +44,8 @@ local args deffs=iso9660 tmp typeops=-t _nfs_access _fs_nfs _nfs_ufs \ _fs_ufs _fs_efs _fs_cd9660 _fs_iso9660 _fs_cachefs _fs_s5fs _fs_tmpfs _fs_pcfs \ _fs_hsfs _fs_advfs _fs_cdfs _fs_affs _fs_ext2 _fs_fat _fs_ext3 _fs_msdos \ _fs_msdosfs _fs_umsdos _fs_vfat _fs_hpfs _fs_ntfs _fs_reiserfs _fs_smbfs \ -_fs_xfs _fs_std _fs_devfs _fs_fdesc _fs_kernfs _fs_linprocfs _fs_procfs +_fs_xfs _fs_std _fs_devfs _fs_fdesc _fs_kernfs _fs_linprocfs _fs_linsysfs \ +_fs_procfs typeset -A opt_args @@ -566,6 +567,7 @@ if (( ! $+_fs_any )); then _fs_fdesc=( "$_fs_std[@]" ) _fs_kernfs=( "$_fs_std[@]" ) _fs_linprocfs=( "$_fs_std[@]" ) + _fs_linsysfs=( "$_fs_std[@]" ) _fs_procfs=( "$_fs_std[@]" ) _fs_msdos=( 'shortnames[]' @@ -868,7 +870,7 @@ devordir) # add glabel devices _glabel=(${(M)${(f)"$(/sbin/glabel list)"}:#*Name:[[:space:]]*/*}) for mline ($_glabel);do - dev_tmp+=( mline[(w)3] ) + dev_tmp+=( /dev/$mline[(w)3] ) done _alternative \ -- cgit 1.4.1