Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ypserv/ypinit when generating maps, use -n argument...
details: https://anonhg.NetBSD.org/src/rev/221e2df1eda0
branches: trunk
changeset: 572308:221e2df1eda0
user: grant <grant%NetBSD.org@localhost>
date: Wed Dec 29 13:08:24 2004 +0000
description:
when generating maps, use -n argument to stdhosts(1) so ipv6 addresses
are allowed.
diffstat:
usr.sbin/ypserv/ypinit/Makefile.yp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8ebce17cc52b -r 221e2df1eda0 usr.sbin/ypserv/ypinit/Makefile.yp
--- a/usr.sbin/ypserv/ypinit/Makefile.yp Wed Dec 29 11:34:59 2004 +0000
+++ b/usr.sbin/ypserv/ypinit/Makefile.yp Wed Dec 29 13:08:24 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.yp,v 1.19 2003/04/20 20:53:45 christos Exp $
+# $NetBSD: Makefile.yp,v 1.20 2004/12/29 13:08:24 grant Exp $
#
# This is the YP Makefile, used to create and push YP maps.
#
@@ -48,7 +48,7 @@
SENDMAIL= /usr/sbin/sendmail
SORT= /usr/bin/sort
STDETHERS= /usr/sbin/stdethers
-STDHOSTS= /usr/sbin/stdhosts
+STDHOSTS= /usr/sbin/stdhosts -n
TOUCH= /usr/bin/touch
YPPUSH= /usr/sbin/yppush
Home |
Main Index |
Thread Index |
Old Index