From owner-freebsd-current@FreeBSD.ORG Thu Sep 9 06:58:02 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCEB216A4CF for ; Thu, 9 Sep 2004 06:58:02 +0000 (GMT) Received: from mail.freebsd.org.cn (dns3.freebsd.org.cn [61.129.66.75]) by mx1.FreeBSD.org (Postfix) with SMTP id E272B43D41 for ; Thu, 9 Sep 2004 06:58:00 +0000 (GMT) (envelope-from delphij@frontfree.net) Received: (qmail 45215 invoked by uid 0); 9 Sep 2004 06:54:30 -0000 Received: from unknown (HELO beastie.frontfree.net) (219.239.98.7) by mail.freebsd.org.cn with SMTP; 9 Sep 2004 06:54:30 -0000 Received: from localhost (localhost.frontfree.net [127.0.0.1]) by beastie.frontfree.net (Postfix) with ESMTP id 587B61315B6; Thu, 9 Sep 2004 14:57:57 +0800 (CST) Received: from beastie.frontfree.net ([127.0.0.1]) by localhost (beastie.frontfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00754-10; Thu, 9 Sep 2004 14:57:48 +0800 (CST) Received: by beastie.frontfree.net (Postfix, from userid 1001) id 46E041315AD; Thu, 9 Sep 2004 14:57:48 +0800 (CST) Date: Thu, 9 Sep 2004 14:57:48 +0800 From: Xin LI To: current@FreeBSD.org Message-ID: <20040909065748.GA3065@frontfree.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-GPG-key-ID/Fingerprint: 0xCAEEB8C0 / 43B8 B703 B8DD 0231 B333 DC28 39FB 93A0 CAEE B8C0 X-GPG-Public-Key: http://www.delphij.net/delphij.asc X-Operating-System: FreeBSD beastie.frontfree.net 5.2-delphij FreeBSD 5.2-delphij #0: Tue Aug 17 14:22:25 CST 2004 delphij@beastie.frontfree.net:/usr/obj/usr/src/sys/BEASTIE i386 X-URL: http://www.delphij.net X-By: delphij@beastie.frontfree.net X-Location: Beijing, China X-Virus-Scanned: by amavisd-new at frontfree.net cc: re@FreeBSD.org Subject: [PATCH] Restore lost NetBSD tag in rc.d/ipmon X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 06:58:02 -0000 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, -CURRENT While I am looking at the recent NetBSD RCng changes I by chance found that NetBSD header tag was not complete in etc/rc.d/ipmon, which could be brought back with the following patch: Index: ipmon =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/fcvs/src/etc/rc.d/ipmon,v retrieving revision 1.11 diff -u -r1.11 ipmon --- ipmon 23 Apr 2004 15:43:13 -0000 1.11 +++ ipmon 9 Sep 2004 06:41:58 -0000 @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: ipmon,v 2002/04/18 05:02:01 lukem Exp $ +# $NetBSD: ipmon,v 1.9 2002/04/18 05:02:01 lukem Exp $ # $FreeBSD: src/etc/rc.d/ipmon,v 1.11 2004/04/23 15:43:13 darrenr Exp $ # =20 Given that this is a trivial change, will someone please consider commit it so it will have a chance of being MFC'ed into the RELENG_5 (and the 5.3-RELEASE)? Cheers, --=20 Xin LI http://www.delphij.net/ See complete headers for GPG key and other information. --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBP/7sOfuToMruuMARAhYjAJ465MQE822HHEWgm1rT6RiinU9gOACdEnow AgjtrKQIKfq483KfB7EXTcg= =nRAg -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH--