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 1RcDci-0000VR-BH for garchives@archives.gentoo.org; Sun, 18 Dec 2011 10:05:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D35021C020; Sun, 18 Dec 2011 10:05:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CF31A21C020 for ; Sun, 18 Dec 2011 10:05:27 +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 5AB0B1B4009 for ; Sun, 18 Dec 2011 10:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7BE7E8004C for ; Sun, 18 Dec 2011 10:05:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] dev/mgorny:master commit in: systemd-units/rpcbind/, systemd-units/rpcbind/files/ X-VCS-Repository: dev/mgorny X-VCS-Files: systemd-units/rpcbind/files/rpcbind.service.0 systemd-units/rpcbind/files/rpcbind.service.1 systemd-units/rpcbind/files/rpcbind.socket.0 systemd-units/rpcbind/files/rpcbind.socket.1 systemd-units/rpcbind/rpcbind-0.ebuild systemd-units/rpcbind/rpcbind-1.ebuild X-VCS-Directories: systemd-units/rpcbind/ systemd-units/rpcbind/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: db59c4ce785bcd781ba84e3584923a276e3cfd2a Date: Sun, 18 Dec 2011 10:05:26 +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: bc2c7317-0677-4458-bc33-396c1c29df1b X-Archives-Hash: bcf6dd6d834db9abd2c7b7271552da20 commit: db59c4ce785bcd781ba84e3584923a276e3cfd2a Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Dec 16 16:48:17 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Dec 16 16:48:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Ddb59c4ce Sync systemd units. --- .../files/{rpcbind.service.0 =3D> rpcbind.service.1} | 2 +- .../files/{rpcbind.socket.0 =3D> rpcbind.socket.1} | 0 .../rpcbind/{rpcbind-0.ebuild =3D> rpcbind-1.ebuild} | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/systemd-units/rpcbind/files/rpcbind.service.0 b/systemd-unit= s/rpcbind/files/rpcbind.service.1 similarity index 86% rename from systemd-units/rpcbind/files/rpcbind.service.0 rename to systemd-units/rpcbind/files/rpcbind.service.1 index b960cd1..f93be9a 100644 --- a/systemd-units/rpcbind/files/rpcbind.service.0 +++ b/systemd-units/rpcbind/files/rpcbind.service.1 @@ -5,7 +5,7 @@ After=3Dsyslog.target network.target =20 [Service] # use --debug not to fork -ExecStart=3D/sbin/rpcbind -a -d +ExecStart=3D/sbin/rpcbind -d =20 [Install] WantedBy=3Dmulti-user.target diff --git a/systemd-units/rpcbind/files/rpcbind.socket.0 b/systemd-units= /rpcbind/files/rpcbind.socket.1 similarity index 100% rename from systemd-units/rpcbind/files/rpcbind.socket.0 rename to systemd-units/rpcbind/files/rpcbind.socket.1 diff --git a/systemd-units/rpcbind/rpcbind-0.ebuild b/systemd-units/rpcbi= nd/rpcbind-1.ebuild similarity index 70% rename from systemd-units/rpcbind/rpcbind-0.ebuild rename to systemd-units/rpcbind/rpcbind-1.ebuild index cf6de4a..7d508aa 100644 --- a/systemd-units/rpcbind/rpcbind-0.ebuild +++ b/systemd-units/rpcbind/rpcbind-1.ebuild @@ -18,6 +18,6 @@ IUSE=3D"" S=3D${WORKDIR} =20 src_install() { - systemd_newunit "${FILESDIR}"/rpcbind.service.0 rpcbind.service - systemd_newunit "${FILESDIR}"/rpcbind.socket.0 rpcbind.socket + systemd_newunit "${FILESDIR}"/rpcbind.service.1 rpcbind.service + systemd_newunit "${FILESDIR}"/rpcbind.socket.1 rpcbind.socket }