From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1A9E1382C5 for ; Fri, 2 Feb 2018 02:13:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6C14E0BBB; Fri, 2 Feb 2018 02:13:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2BE3E0BBB for ; Fri, 2 Feb 2018 02:13:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E33B335C77 for ; Fri, 2 Feb 2018 02:13:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C5021D0 for ; Fri, 2 Feb 2018 02:13:07 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1517537547.89d0dc1147f5eaa799b0cd1a587ecafbaa5ffbf2.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/restart-services/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/restart-services/restart-services-0.14.0.ebuild X-VCS-Directories: app-admin/restart-services/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: 89d0dc1147f5eaa799b0cd1a587ecafbaa5ffbf2 X-VCS-Branch: master Date: Fri, 2 Feb 2018 02:13:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3706449e-afc2-464a-93e6-8c21bd7630b2 X-Archives-Hash: b620a7936e9b4d12550fa359b0331f8f commit: 89d0dc1147f5eaa799b0cd1a587ecafbaa5ffbf2 Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Feb 2 02:04:03 2018 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Feb 2 02:12:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d0dc11 app-admin/restart-services: fix eerror messages Package-Manager: Portage-2.3.19, Repoman-2.3.6 Manifest-Sign-Key: 0xCA3E7BF67F979BE5 app-admin/restart-services/restart-services-0.14.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/restart-services/restart-services-0.14.0.ebuild b/app-admin/restart-services/restart-services-0.14.0.ebuild index 3f78f2850aa..507423cab5d 100644 --- a/app-admin/restart-services/restart-services-0.14.0.ebuild +++ b/app-admin/restart-services/restart-services-0.14.0.ebuild @@ -50,12 +50,12 @@ pkg_postinst() { if [[ $MAJOR -eq 0 && $MINOR -lt 14 ]]; then einfo "Migrating config" if [[ -e /etc/restart-services.d ]]; then - error "/etc/restart-services.d alrayd exists?!" - die + ewarn "/etc/restart-services.d already exists?!" + return fi if [[ -e /etc/restart-services.conf ]]; then - error "/etc/restart-services.conf alrayd exists?!" - die + ewarn "/etc/restart-services.conf already exists?!" + return fi if [[ -f /etc/restart_services.d/00-local.conf ]]; then