Bug 113838 - [patch] [request] mount(8): add support for relative pathnames
Summary: [patch] [request] mount(8): add support for relative pathnames
Status: Closed Overcome By Events
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 6.2-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2007-06-18 21:30 UTC by Ighighi
Modified: 2023-12-31 16:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.69 KB, patch)
2007-06-18 21:30 UTC, Ighighi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ighighi 2007-06-18 21:30:04 UTC
The attached patch adds support for relative pathnames to mount(8).
A feature present in the mount_xxx(8) tools as well as umount(8),
it preserves current functionality by retrying with a realpath(3)
version of argv[1] on errors.  A trivial patch anyway.

Tested against the recent 6-STABLE version and verified it patches ok
on -CURRENT.

Fix: Patch attached with submission follows:
Comment 1 Robert Watson freebsd_committer freebsd_triage 2008-03-09 13:00:37 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-fs

Over to maintainers.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:00:17 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 3 Graham Perrin freebsd_committer freebsd_triage 2022-10-17 12:38:24 UTC
Keyword: 

    patch
or  patch-ready

– in lieu of summary line prefix: 

    [patch]

* bulk change for the keyword
* summary lines may be edited manually (not in bulk). 

Keyword descriptions and search interface: 

    <https://bugs.freebsd.org/bugzilla/describekeywords.cgi>
Comment 4 Ricardo Branco 2023-12-31 14:49:02 UTC
This can be closed. mount(8) now supports relative pathnames.
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2023-12-31 16:40:18 UTC
^Triage: close as OBE by request.