Bug#296928: addftpuser has bad regexp

2005-02-25 Thread Chris Butler
On Fri, Feb 25, 2005 at 03:05:25PM -0500, Joey Hess wrote: > addftpuser contains this line: > > s/*.*\///; $dst = "$home/lib64/$_"; > > The first * comes before anything it could apply to. The result is this Hmm.. it appears that the regexp got a bit messed up when I copied it from the e

Bug#296928: addftpuser has bad regexp

2005-02-25 Thread Joey Hess
Package: wu-ftpd Version: 2.6.2-18 Severity: normal addftpuser contains this line: s/*.*\///; $dst = "$home/lib64/$_"; The first * comes before anything it could apply to. The result is this warning message during a fresh install of wu-ftpd: Quantifier follows nothing in regex; marked b