From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-978107-garchives=archives.gentoo.org@lists.gentoo.org> 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 2A32A1396D9 for <garchives@archives.gentoo.org>; Thu, 12 Oct 2017 23:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43B3E2BC005; Thu, 12 Oct 2017 23:55:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 212952BC003 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2017 23:55:55 +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 A081533BE19 for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2017 23:55:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62627907B for <gentoo-commits@lists.gentoo.org>; Thu, 12 Oct 2017 23:55:53 +0000 (UTC) From: "William Hubbs" <williamh@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org> Message-ID: <1507852056.2b6eeea01d1c64d58929788f4bfa0758393885bf.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: man/ X-VCS-Repository: proj/openrc X-VCS-Files: man/Makefile man/service.8 X-VCS-Directories: man/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2b6eeea01d1c64d58929788f4bfa0758393885bf X-VCS-Branch: master Date: Thu, 12 Oct 2017 23:55:53 +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 X-Archives-Salt: 57b76fe1-88cd-472b-a762-429db710372a X-Archives-Hash: 55e106b5aa451d0da2f50113b33cb769 commit: 2b6eeea01d1c64d58929788f4bfa0758393885bf Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu Oct 12 23:47:36 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Oct 12 23:47:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=2b6eeea0 man: remove service(8) man page man/Makefile | 2 +- man/service.8 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/man/Makefile b/man/Makefile index a72b7e72..006c8d16 100644 --- a/man/Makefile +++ b/man/Makefile @@ -6,7 +6,7 @@ MAN3= einfo.3 \ rc_config.3 rc_deptree.3 rc_find_pids.3 rc_plugin_hook.3 \ rc_runlevel.3 rc_service.3 rc_stringlist.3 MAN8= rc-service.8 rc-status.8 rc-update.8 openrc.8 openrc-run.8 \ - service.8 start-stop-daemon.8 supervise-daemon.8 + start-stop-daemon.8 supervise-daemon.8 ifeq (${OS},Linux) MAN8 += rc-sstat.8 openrc-init.8 openrc-shutdown.8 diff --git a/man/service.8 b/man/service.8 deleted file mode 100644 index cd9dfa88..00000000 --- a/man/service.8 +++ /dev/null @@ -1 +0,0 @@ -.so rc-service.8