K 10 svn:author V 5 wosch K 8 svn:date V 27 1997-09-21T09:13:57.000000Z K 7 svn:log V 260 Chown(8) compiled with -DSUPPORT_DOT (backward compatibility) does first check for a `.' and then for `:' as a delimiter. Usernames with a dot will fail. # chown r.r:bin /tmp/bla chown: r:bin: illegal group name Fix: first check for a `:' and then for a `.' END