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 <gentoo-commits+bounces-373589-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Qtmh9-0005sW-Jb
	for garchives@archives.gentoo.org; Wed, 17 Aug 2011 20:26:35 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AA4BA21C20A;
	Wed, 17 Aug 2011 20:26:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 7AC8721C212
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Aug 2011 20:26:26 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id E45E81B402A
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Aug 2011 20:26:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 17D6680040
	for <gentoo-commits@lists.gentoo.org>; Wed, 17 Aug 2011 20:26:25 +0000 (UTC)
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org>
Message-ID: <5d21f51c0d37d23c2aa871b0909e17c8464bb460.WilliamH@gentoo>
Subject: [gentoo-commits] proj/udev-gentoo-scripts:master commit in: init.d/
X-VCS-Repository: proj/udev-gentoo-scripts
X-VCS-Files: init.d/udev-postmount
X-VCS-Directories: init.d/
X-VCS-Committer: WilliamH
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: 5d21f51c0d37d23c2aa871b0909e17c8464bb460
Date: Wed, 17 Aug 2011 20:26:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 771311b623722a3d16a05ac3a35a6596

commit:     5d21f51c0d37d23c2aa871b0909e17c8464bb460
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 20:25:38 2011 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 20:25:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/udev-gentoo-s=
cripts.git;a=3Dcommit;h=3D5d21f51c

Udev-postmount: make stop always succeed

---
 init.d/udev-postmount |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init.d/udev-postmount b/init.d/udev-postmount
index c32c340..22e2582 100644
--- a/init.d/udev-postmount
+++ b/init.d/udev-postmount
@@ -48,7 +48,7 @@ start()
=20
 stop()
 {
-	:
+	return 0
 }
=20
 # vim:ts=3D4