<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/chpass/Makefile, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2010-05-04T11:34:13Z</updated>
<entry>
<title>Restore historical behaviour of only executing chflags on files that exist.</title>
<updated>2010-05-04T11:34:13Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2010-05-04T11:34:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=11666ce50ae9eab40af280a181a4c8b0355feff7'/>
<id>urn:sha1:11666ce50ae9eab40af280a181a4c8b0355feff7</id>
<content type='text'>
This eliminates cosmetic errors of the form "chflags: ...: No such file or
directory" during an installworld to an empty destination.
</content>
</entry>
<entry>
<title>Let the afterinstall target ignore failures from running chflags.  This</title>
<updated>2010-03-04T12:35:20Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2010-03-04T12:35:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9f28039bf2878200f34c764d487b6631283696b6'/>
<id>urn:sha1:9f28039bf2878200f34c764d487b6631283696b6</id>
<content type='text'>
allows it to work over NFS, and puts it back into conformance with other
'schg' utlitilties in the system.

Reviewed by:	ed
</content>
</entry>
<entry>
<title>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>urn:sha1:b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
</entry>
<entry>
<title>Make the chpass Makefile honour NO_FSCHG.</title>
<updated>2009-06-15T21:05:00Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-06-15T21:05:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cb3ec8e0c166db43edf0a5d4d5b84100b76dc579'/>
<id>urn:sha1:cb3ec8e0c166db43edf0a5d4d5b84100b76dc579</id>
<content type='text'>
The chpass Makefile tried to set the fschg flag on the binaries, even if
NO_FSCHG was passed to the installworld. This meant that if I installed
FreeBSD into a Jail, I couldn't installworld from within the Jail
anymore.

Now that it listens to NO_FSCHG, we can just make it bail out when it
fails, just like PRECIOUSPROG does.
</content>
</entry>
<entry>
<title>Reimplementation of world/kernel build options.  For details, see:</title>
<updated>2006-03-17T18:54:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-17T18:54:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e1fe3dba5ce2826061f6489765be9b4a341736a9'/>
<id>urn:sha1:e1fe3dba5ce2826061f6489765be9b4a341736a9</id>
<content type='text'>
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
</content>
</entry>
<entry>
<title>More NO_NIS cleanup: LINKS and MLINKS</title>
<updated>2004-12-29T08:13:20Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2004-12-29T08:13:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aee042045bd0ddeb3598dc5e60970084b399ce74'/>
<id>urn:sha1:aee042045bd0ddeb3598dc5e60970084b399ce74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.</title>
<updated>2004-11-13T20:40:32Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2004-11-13T20:40:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6c58990d4782600a6f5fc5ce9fc0ef48bd9cc001'/>
<id>urn:sha1:6c58990d4782600a6f5fc5ce9fc0ef48bd9cc001</id>
<content type='text'>
If turned on  no NIS support and related programs will be built.

Lost parts rediscovered by:	Danny Braniss &lt;danny at cs.huji.ac.il&gt;
PR:		bin/68303
No objections:	des, gshapiro, nectar
Reviewed by:	ru
Approved by:	rwatson (mentor)
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Style cleanup.</title>
<updated>2002-12-30T09:46:58Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-12-30T09:46:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d32d8d50dbf43b246f80551b08fea24ee8d8c8f'/>
<id>urn:sha1:8d32d8d50dbf43b246f80551b08fea24ee8d8c8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make WARNS=5 clean.</title>
<updated>2002-12-30T09:45:26Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-12-30T09:45:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=24c05aeeedff37d02f631386645bde66576b81a0'/>
<id>urn:sha1:24c05aeeedff37d02f631386645bde66576b81a0</id>
<content type='text'>
Tested on:	sparc64, Athlon[32]
</content>
</entry>
<entry>
<title>Use libutil and libypclnt for all passwd manipulation and NIS needs.</title>
<updated>2002-05-08T00:54:29Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-05-08T00:54:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1d0592537b0b2774b66b00abcfc194c8a9bd915'/>
<id>urn:sha1:f1d0592537b0b2774b66b00abcfc194c8a9bd915</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
</entry>
</feed>
