Package: adduser Version: 3.80
Currently, --firstuid (and --lastuid) are silently ignored when used with the --system option: [EMAIL PROTECTED]:~$ sudo adduser --system --firstuid 200 test1 Adding system user `test1'... Adding new user `test1' (102) with group `nogroup'. ^^ UID 102 was allocated instead of 200 or something greater. The help doesn't mention any use of --firstuid with --system, but this would be useful to allow local non-human users, to be created in a separate uid range to the system users created by Debian packages. Max. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

