From owner-cvs-all@FreeBSD.ORG Fri Aug 11 21:44:54 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4102A16A4DE; Fri, 11 Aug 2006 21:44:54 +0000 (UTC) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C426343D53; Fri, 11 Aug 2006 21:44:53 +0000 (GMT) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7BLirY0028852; Fri, 11 Aug 2006 21:44:53 GMT (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7BLirbn028851; Fri, 11 Aug 2006 21:44:53 GMT (envelope-from thomas) Message-Id: <200608112144.k7BLirbn028851@repoman.freebsd.org> From: Thomas Quinot Date: Fri, 11 Aug 2006 21:44:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/rpc.statd procs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 21:44:54 -0000 thomas 2006-08-11 21:44:53 UTC FreeBSD src repository Modified files: usr.sbin/rpc.statd procs.c Log: (sm_mon_1_svc): Fix debugging output: when establising a monitoring request, correctly report the location (usually localhost) to which a callback will be made when a notification is received for the monitored host. Previsouly, the name of the monitored host was reported instead. MFC after: 2 weeks Revision Changes Path 1.15 +3 -2 src/usr.sbin/rpc.statd/procs.c