From owner-svn-src-head@FreeBSD.ORG Wed Jul 1 00:57:19 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CC121065675; Wed, 1 Jul 2009 00:57:19 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 0B59F8FC08; Wed, 1 Jul 2009 00:57:18 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so1615257rvb.3 for ; Tue, 30 Jun 2009 17:57:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=4+WwpV0x1XyVP3rV+IpxdXCQ55+GoVr/0rDRNNJqSF0=; b=uHxD7SAYmE6k4CUt6gzDjZ3cEHohnVDDAeFJ0L+MAj7vhx8Z41V02pxazO6wMmoTuk ddbiGoRLQYilFvYaxt+MobCEWw75nlIQtaI3VQcC+4AuiOpTrDBU5KIoIV69Z2FaCd0T 1FNqMekcl3G4ak1M0xl3J7U3rdphEHsNkpGZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=DPcqJU8fXJj7er3Hs213D3GzSiQCIH4gismB45jDsiGMMzY9S/s+RSxwiIP2BJfwp5 jRgj/ZJE5btvk4qUtAKWKtUq8qzYw3WwAk5bmrreN+zgaTThmhtydRKecf2Zcmt7w/zJ dMwSdTQKGk3EdqIZfEJc88cd9AUkgeEOmz+qU= Received: by 10.141.5.20 with SMTP id h20mr1332502rvi.131.1246409838443; Tue, 30 Jun 2009 17:57:18 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id l31sm2398535rvb.23.2009.06.30.17.57.15 (version=SSLv3 cipher=RC4-MD5); Tue, 30 Jun 2009 17:57:17 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Wed, 1 Jul 2009 09:54:59 +0900 From: Pyun YongHyeon Date: Wed, 1 Jul 2009 09:54:59 +0900 To: Martin Blapp Message-ID: <20090701005459.GC13137@michelle.cdnetworks.co.kr> References: <200906301851.n5UIpNJQ089171@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906301851.n5UIpNJQ089171@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195200 - in head/usr.sbin: . wake X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 00:57:19 -0000 On Tue, Jun 30, 2009 at 06:51:23PM +0000, Martin Blapp wrote: > Author: mbr > Date: Tue Jun 30 18:51:22 2009 > New Revision: 195200 > URL: http://svn.freebsd.org/changeset/base/195200 > > Log: > Add wake, a tool to send Wake on LAN frames to hosts on a local Ethernet network > > Submitted by: Marc Balmer > Reviewed by: rwatson > Approved by: re > Nice! I guess I can now remove installed net/wol ports which does not work as expected when system have multiple interfaces. And I didn't understand why it requires perl to build such a simple utility.