cvs commit: src/lib/libwrap Makefile

2007-02-27 Thread Ruslan Ermilov
ru 2007-02-27 16:13:19 UTC FreeBSD src repository Modified files: lib/libwrap Makefile Log: Remove a (harmless) stray backslash. Revision ChangesPath 1.21 +1 -1 src/lib/libwrap/Makefile ___ cvs-all@fr

cvs commit: src/lib/libwrap Makefile

2007-02-27 Thread Nick Hibma
n_hibma 2007-02-27 14:22:07 UTC FreeBSD src repository Modified files: lib/libwrap Makefile Log: Make hosts.allow point to hosts_options instead. Requested by: ru Revision ChangesPath 1.20 +1 -1 src/lib/libwrap/Makefile __

cvs commit: src/lib/libwrap Makefile

2007-02-27 Thread Nick Hibma
n_hibma 2007-02-27 14:20:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libwrap Makefile Log: Make hosts.allow a link to hosts_options instead. Requested by: ru Revision ChangesPath 1.16.2.3 +1 -1 src/lib/libwrap/Make

cvs commit: src/lib/libwrap Makefile

2007-02-27 Thread Nick Hibma
n_hibma 2007-02-27 08:41:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libwrap Makefile Log: MFC r1.19: Create a link from hosts.allow(5) hosts_access(3), to give the user a starting point for more information on a file in /etc.

cvs commit: src/lib/libwrap Makefile

2007-02-20 Thread Nick Hibma
n_hibma 2007-02-20 23:12:04 UTC FreeBSD src repository Modified files: lib/libwrap Makefile Log: Create a link from hosts.allow(5) hosts_access(3), to give the user a starting point for more information on a file in /etc. MFC after: 1 week Revision Chan