Date: Fri, 23 Jan 2015 07:47:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197023] automount-1.4.3 does not work under FreeBSD 10.1 Message-ID: <bug-197023-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: dr.klepp@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197023-13>