From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RlO1k-0003EV-M5 for garchives@archives.gentoo.org; Thu, 12 Jan 2012 17:01:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9749E0574; Thu, 12 Jan 2012 17:01:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 77D44E0574 for ; Thu, 12 Jan 2012 17:01:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C652B1B401F for ; Thu, 12 Jan 2012 17:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 467D180044 for ; Thu, 12 Jan 2012 17:01:15 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: / X-VCS-Repository: proj/udev-gentoo-scripts X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ae5bf1f831d2640c66d00da41b4bbf0b7c6a643a Date: Thu, 12 Jan 2012 17:01:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e77d005f-0abd-4096-b228-6a2d369d5a80 X-Archives-Hash: 3a201ae63cf642b6375bad4dd66f2197 commit: ae5bf1f831d2640c66d00da41b4bbf0b7c6a643a Author: William Hubbs gentoo org> AuthorDate: Thu Jan 12 16:58:57 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 12 16:59:02 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/udev-gentoo-s= cripts.git;a=3Dcommit;h=3Dae5bf1f8 Rename to gentoo-init-scripts I am renaming this for consistency; there is a misql-init-scripts in the tree, so we should follow that lead with our udev init scripts. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 26c5422..aa70dd4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PACKAGE =3D udev-gentoo-scripts +PACKAGE =3D udev-init-scripts VERSION =3D 7 DISTNAME =3D $(PACKAGE)-$(VERSION) =20