Package: vserver-debiantools Version: 0.3.4 A minor regression:
<quote> # newvserver --hostname x --domain example.com --ip 1.2.3.4 --dist sarge --mirror http://ftp.uk.debian.org/debian/ --vsroot /vserver/ newvserver error: --hostname must be a hostname for the vserver e.g. "alpha" </quote> Line 235 has the regex [a-z0-9]*([a-z0-9_-])[a-z0-9]) which looks a little odd to my eyes, perhaps: [a-z0-9]*([a-z0-9_-]*)[a-z0-9]+) Cheers, - Martin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

