[Bug 197023] automount-1.4.3 does not work under FreeBSD 10.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 23 07:47:54 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197023
Bug ID: 197023
Summary: automount-1.4.3 does not work under FreeBSD 10.1
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: dr.klepp at gmx.at
Due to a change in the "file"-command, automount-1.4.3 does not work under
FreeBSD 10.1. The bug can easily be fixed by adding a "-k" to the file-command
in /usr/local/sbin/automount line 161:
Change this:
case $( file -b -L -s ${DEV} | sed -E 's/label:\ \".*\"//g' ) in
into this:
case $( file -k -b -L -s ${DEV} | sed -E 's/label:\ \".*\"//g' ) in
and it'll work like a charm again.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list