fix regex that identifies which device to attempt to mount for removable
authorAaron Klingaman <alk@cs.princeton.edu>
Fri, 29 Jul 2005 15:53:14 +0000 (15:53 +0000)
committerAaron Klingaman <alk@cs.princeton.edu>
Fri, 29 Jul 2005 15:53:14 +0000 (15:53 +0000)
devices during configuration file searching. before, it was returned
the base device name (ie sda) as a possible device to mount. it should only
return <device>[0-9]+$


No differences found