[Bug 197023] sysutils/automount 1.4.3 does not work under FreeBSD 10.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 26 16:15:35 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197023

--- Comment #3 from vermaden at interia.pl ---
The version 1.5.1 besides the -k fix also provides 'devd fix'.

When automount was introduced this REGEX worked for all partitions:
  match "cdev" "(da|mmcsd)[0-9]+";

Now this REGEX is needed:
  match "cdev" "(da|mmcsd)[0-9]+.*";

which is included in 1.5.1

Regards,
vermaden

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list