History log of /freebsd-10-stable/usr.sbin/chown/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 321130 18-Jul-2017 ngie

MFC r268030,r268793,r303212,r319642,r319830:

r268030 (by eadler):

chown: add a test

Add a test for the chown utility. This sets up chown(8) to be capable of being
tested. As such, only add one test for now as an example.

r268793 (by eadler):

chown: Fix chown test number

r303212 (by bdrewery):

Move chown tests to proper path

r319642:

Add some basic tests for chmod(1)

r319830:

Add more simple positive tests for chown(1)

The tests are largely symmetric with the tests for chmod(1)--added in r319642.

Remove chown-f_test (added in r268030) since the test coverage is now being
provided by `chown_test`.


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


# 114007 25-Apr-2003 johan

Forced commit to note that WARNS was changed in the prev commit since
this code is WARNS=5 clean. Try to keep it that way.


# 114005 25-Apr-2003 johan

Similar to chmod(1); make -v -v mean very verbose and show
the old and new uid/gid.

PR: 41341
Submitted by: Edward Brocklesby <nighthawk@unrealircd.com>
Reviewed by: bde@ (an older version)


# 113091 04-Apr-2003 obrien

style.Makefile(5)


# 83410 13-Sep-2001 ru

Clean up, WARNSify, unbreak -v option handling.


# 80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


# 77540 31-May-2001 obrien

Starting with 5.0-R, do not support `.' as a owner / group delimiter.


# 74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 55518 06-Jan-2000 obrien

The previous commit closes

PR: 14300
Submitted by: Chris Emerson <cemerson+freebsd@chiark.greenend.org.uk>


# 55497 06-Jan-2000 obrien

Revert rev 1.3. chown(8)-like functionality has been added to mknod(8)
and MAKEDEV(8) will be changed to not use chown(8), thus removing the
depdendance on a having /usr mounted.


# 54588 14-Dec-1999 obrien

Install `chown' into /sbin rather than /usr/sbin as `chown' is needed by
`MAKEDEV'. And one might need to `MAKEDEV' inorder to get a device node
in order to mount /usr from.


# 1863 05-Aug-1994 wollman

Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).


# 1554 26-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1553,
which included commits to RCS files with non-trunk default branches.


# 1553 26-May-1994 rgrimes

BSD 4.4 Lite usr.sbin Sources