Date: Mon, 26 Jan 2015 16:15:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197023] sysutils/automount 1.4.3 does not work under FreeBSD 10.1 Message-ID: <bug-197023-13-8dNHyWOMJJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197023-13@https.bugs.freebsd.org/bugzilla/> References: <bug-197023-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197023 --- Comment #3 from vermaden@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197023-13-8dNHyWOMJJ>