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 1RUUyR-0001Bo-Ig for garchives@archives.gentoo.org; Sun, 27 Nov 2011 03:00:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BA7C21C03D; Sun, 27 Nov 2011 03:00:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DF1BA21C03D for ; Sun, 27 Nov 2011 03:00:03 +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 646D21B4004 for ; Sun, 27 Nov 2011 03:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 78CBB80042 for ; Sun, 27 Nov 2011 03:00:02 +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/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/migrate-run.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ab01a74405fc316a15549aeda201521ec694981f Date: Sun, 27 Nov 2011 03:00:02 +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: e1e1c1f5-717c-4201-ba33-a9e1f3648250 X-Archives-Hash: ae7ca563d63d623b6066f1d134b1cd7a commit: ab01a74405fc316a15549aeda201521ec694981f Author: William Hubbs gentoo org> AuthorDate: Sun Nov 27 02:57:14 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Nov 27 02:57:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dab01a744 Make migrate-run more verbose --- init.d/migrate-run.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/init.d/migrate-run.in b/init.d/migrate-run.in index 544acb0..4eec687 100644 --- a/init.d/migrate-run.in +++ b/init.d/migrate-run.in @@ -12,11 +12,13 @@ depend() =20 start() { + einfo "starting $RC_SVCNAME" return 0 } =20 stop() { + einfo "completing /var/run and /var/lock migration." if [ -d /run -a ! -L /var/lock -a ! -L /var/run ]; then ebegin "Migrating /var/lock and /var/run to /run" rm -rf /var/lock /var/run