Bug 128450 - [PATCH] shells/zsh: mount completion fixes
Summary: [PATCH] shells/zsh: mount completion fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dag-Erling Smørgrav
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 00:10 UTC by Sean Farley
Modified: 2008-10-29 14:50 UTC (History)
1 user (show)

See Also:


Attachments
zsh-4.3.6_7.patch (5.49 KB, patch)
2008-10-29 00:10 UTC, Sean Farley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Farley freebsd_committer freebsd_triage 2008-10-29 00:10:01 UTC
Improved the completion of mount for zsh:
- Renamed iso9660 to cd9660.
- Appended fs to msdos, null and union for the -t option completion.
- Added descriptions to the msdosfs options.

Added file(s):
- files/patch-Completion-Unix-Types-_file_systems

These patches were also submitted upstream.

Port maintainer (des@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-29 00:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->des

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-29 14:43:13 UTC
des         2008-10-29 14:42:58 UTC

  FreeBSD ports repository

  Modified files:
    shells/zsh           Makefile 
    shells/zsh/files     patch-Completion-Unix-Command-_mount 
  Added files:
    shells/zsh/files     patch-Completion-Unix-Type-_file_systems 
  Log:
  Various command completion improvements for mount(8).
  
  PR:             ports/128450
  Submitted by:   scf@
  
  Revision  Changes    Path
  1.104     +1 -1      ports/shells/zsh/Makefile
  1.2       +97 -5     ports/shells/zsh/files/patch-Completion-Unix-Command-_mount
  1.1       +15 -0     ports/shells/zsh/files/patch-Completion-Unix-Type-_file_systems (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dag-Erling Smørgrav freebsd_committer freebsd_triage 2008-10-29 14:50:10 UTC
State Changed
From-To: open->closed

Committed, thanks