cvs commit: src/usr.sbin/chown
Liam J. Foy
liamfoy at crater.dragonflybsd.org
Thu Nov 25 11:46:22 PST 2004
liamfoy 2004/11/25 11:45:30 PST
DragonFly src repository
Modified files:
usr.sbin/chown Makefile chown.8 chown.c
Log:
- Add new -vv option. If the -v flag is specified more than once,
chown will print the filename, followed by the old and new numeric
user/group ID. (Obtained from FreeBSD with my modifications)
- Static functions and globals
- Remove global hflag
- Fix some casts
- Make WARNS?= 6 clean
- Add WARNS?= 6
- Constify id()
- Remove '?' case
- Update chown.8 for the addition of +vv
Ok'ed: Joerg@
Revision Changes Path
1.3 +2 -1 src/usr.sbin/chown/Makefile
1.3 +7 -2 src/usr.sbin/chown/chown.8
1.6 +46 -26 src/usr.sbin/chown/chown.c
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/chown/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/chown/chown.8.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/chown/chown.c.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list