Date: Mon, 18 Oct 2004 21:42:15 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ypserv Makefile Message-ID: <200410182142.i9ILgFvZ012752@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2004-10-18 21:42:15 UTC FreeBSD src repository Modified files: usr.sbin/ypserv Makefile Log: Utilize FILES, SCRIPTS, and SYMLINKS. While here, fixed a bug in the implementation of the following feature in revision 1.4: - Install Makefile.yp as /var/yp/Makefile.dist and link it to /var/yp/Makefile only if /var/yp/Makefile doesn't already exist. Suggested by Peter Wemm. The actual code was only symlinking when no /var/yp/Makefile.dist existed, i.e., never. Revision Changes Path 1.24 +8 -9 src/usr.sbin/ypserv/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410182142.i9ILgFvZ012752>