Date: Mon, 15 Jun 2009 21:05:00 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/chpass Makefile Message-ID: <200906152105.n5FL5RVb011552@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-06-15 21:05:00 UTC FreeBSD src repository Modified files: usr.bin/chpass Makefile Log: SVN rev 194266 on 2009-06-15 21:05:00Z by ed Make the chpass Makefile honour NO_FSCHG. 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. Revision Changes Path 1.32 +4 -3 src/usr.bin/chpass/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906152105.n5FL5RVb011552>