Subject: [PATCH 2/4] Let openrc init-vserver.sh be POSIX shell instead of bash
From: Natanael Copa <natanael.copa@gmail.com>
Date: Thu, 19 Apr 2012 16:51:07 +0200

This is so openrc guests without bash also works.

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
---
 distrib/misc/init-vserver.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrib/misc/init-vserver.sh b/distrib/misc/init-vserver.sh
index 856af51..d04ceac 100644
--- a/distrib/misc/init-vserver.sh
+++ b/distrib/misc/init-vserver.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Copyright (C) 2006 Benedikt Boehm <hollow@gentoo.org>
 #  
-- 
1.7.10