Date: Sun, 21 Sep 1997 02:13:58 -0700 (PDT) From: Wolfram Schneider <wosch@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/chown chown.c Message-ID: <199709210913.CAA21224@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wosch 1997/09/21 02:13:58 PDT
Modified files:
usr.sbin/chown chown.c
Log:
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 `.'
Revision Changes Path
1.9 +6 -6 src/usr.sbin/chown/chown.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709210913.CAA21224>
