~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] require root to run setup-alpine-web

Jeremy Thomerson <jeremy@thomersonfamily.com>
Details
Message ID
<1301512692-3115-1-git-send-email-jeremy@thomersonfamily.com>
Sender timestamp
1301512692
DKIM signature
missing
Download raw message
Patch: +6 -0
---
 setup-alpine-web.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/setup-alpine-web.in b/setup-alpine-web.in
index 2d5d9cb..3eaed7d 100644
--- a/setup-alpine-web.in
+++ b/setup-alpine-web.in
@@ -123,6 +123,12 @@ EOF
	exit 0
}

# require root
if [ "$(id -u)" != "0" ]; then
	echo "ERROR: This script must be run as root" 1>&2
	exit 1
fi

# parse args
while getopts "b:c:d:H:hR:" opts; do
	case "$opts" in
-- 
1.7.4.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20110331145125.55c09d4e@ncopa-desktop.nor.wtbts.net>
In-Reply-To
<1301512692-3115-1-git-send-email-jeremy@thomersonfamily.com> (view parent)
Sender timestamp
1301575885
DKIM signature
missing
Download raw message
On Wed, 30 Mar 2011 19:18:12 +0000
Jeremy Thomerson <jeremy@thomersonfamily.com> wrote:

> ---
>  setup-alpine-web.in |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/setup-alpine-web.in b/setup-alpine-web.in
> index 2d5d9cb..3eaed7d 100644

applied. thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)