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 C0498139085 for ; Mon, 9 Jan 2017 02:43:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26CD921C04E; Mon, 9 Jan 2017 02:43:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01FFC21C04E for ; Mon, 9 Jan 2017 02:43:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E42EA3415A2 for ; Mon, 9 Jan 2017 02:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CD9F24E2 for ; Mon, 9 Jan 2017 02:43:01 +0000 (UTC) From: "William Hubbs" 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" Message-ID: <1483929746.e2e652e469efa5f3ebcd69828ff16d8f5ad3f1b8.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: scripts/ X-VCS-Repository: proj/openrc X-VCS-Files: scripts/Makefile scripts/rc-sstat scripts/rc-sstat.in X-VCS-Directories: scripts/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: e2e652e469efa5f3ebcd69828ff16d8f5ad3f1b8 X-VCS-Branch: master Date: Mon, 9 Jan 2017 02:43:01 +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: b1189356-e495-455f-9b6d-37aac8a2b79b X-Archives-Hash: e6cce97c5ee1c738f667f4694ce29a94 commit: e2e652e469efa5f3ebcd69828ff16d8f5ad3f1b8 Author: William Hubbs gmail com> AuthorDate: Mon Jan 9 02:42:26 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jan 9 02:42:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=e2e652e4 scripts: do not substitute for @SHELL@ in rc-sstat scripts/Makefile | 1 - scripts/{rc-sstat.in => rc-sstat} | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/Makefile b/scripts/Makefile index 9a66c65..f4e3c68 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -6,7 +6,6 @@ BIN= on_ac_power INSTALLAFTER = _installafter ifeq (${OS},Linux) -SRCS+= rc-sstat.in BIN+= rc-sstat endif diff --git a/scripts/rc-sstat.in b/scripts/rc-sstat old mode 100644 new mode 100755 similarity index 99% rename from scripts/rc-sstat.in rename to scripts/rc-sstat index a204dbd..bcd0ae2 --- a/scripts/rc-sstat.in +++ b/scripts/rc-sstat @@ -1,4 +1,4 @@ -#!@SHELL@ +#!/bin/sh # Copyright (c) 2015 The OpenRC Authors. # See the Authors file at the top-level directory of this distribution and # https://github.com/OpenRC/openrc/blob/master/AUTHORS