From b206937ab515a85249a74d91e876b8bdceac3e16 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 27 May 2008 04:30:51 +0000 Subject: be much more clear about revarp failures; ok miod --- sys/nfs/nfs_boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c index 6aa5ceecd9b..22d017c2ff4 100644 --- a/sys/nfs/nfs_boot.c +++ b/sys/nfs/nfs_boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_boot.c,v 1.22 2008/05/20 12:43:57 claudio Exp $ */ +/* $OpenBSD: nfs_boot.c,v 1.23 2008/05/27 04:30:50 deraadt Exp $ */ /* $NetBSD: nfs_boot.c,v 1.26 1996/05/07 02:51:25 thorpej Exp $ */ /* @@ -175,7 +175,7 @@ nfs_boot_init(nd, procp) * Do RARP for the interface address. */ if ((error = revarpwhoami(&my_ip, ifp)) != 0) - panic("revarp failed, error=%d", error); + panic("reverse arp not answered by rarpd(8) or dhcpd(8)"); printf("nfs_boot: client_addr=%s\n", inet_ntoa(my_ip)); /* -- cgit v1.2.3