FreeBSD Bugzilla – Attachment 105247 Details for
Bug 145657
shells/zsh: The completion for mount(8) doesn't include the output from `glabel list'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 413 bytes, created by
Frédéric Perrin
on 2010-04-12 18:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Frédéric Perrin
Created:
2010-04-12 18:10:01 UTC
Size:
413 bytes
patch
obsolete
>--- patch-Completion-Unix-Command-_mount.orig 2010-04-12 19:03:06.000000000 +0200 >+++ patch-Completion-Unix-Command-_mount 2010-04-12 18:47:53.000000000 +0200 >@@ -117,7 +117,7 @@ > + # 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 \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145657
: 105247