]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Utilize FILES, SCRIPTS, and SYMLINKS. While here, fixed a bug in
authorru <ru@FreeBSD.org>
Mon, 18 Oct 2004 21:42:15 +0000 (21:42 +0000)
committerru <ru@FreeBSD.org>
Mon, 18 Oct 2004 21:42:15 +0000 (21:42 +0000)
commitc5d8886d0401b49a61c74f9f6ea178f0e9a80a7b
treebcefb1ec72a0c079c428719a6701d08119e08881
parent102ee8c33453222d3a0bc0269b7ef754f45913ee
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.
usr.sbin/ypserv/Makefile