From bb240f4d275713fbc6cdf821bfd2de2c689985006da4c6d601bd51593501a476 Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Thu, 4 Dec 2014 09:37:13 +0000 Subject: [PATCH] Accepting request 263394 from home:Ledest:bashisms fix shebang in start_apache2 script that contains bash-specific constructions OBS-URL: https://build.opensuse.org/request/show/263394 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=422 --- apache2.changes | 6 ++++++ start_apache2 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apache2.changes b/apache2.changes index 60aab84..f3f16d0 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 29 02:43:00 UTC 2014 - Led + +- fix shebang in start_apache2 script that contains bash-specific + constructions + ------------------------------------------------------------------- Thu Nov 27 13:38:25 UTC 2014 - pgajdos@suse.com diff --git a/start_apache2 b/start_apache2 index 48ff11b..3a15185 100644 --- a/start_apache2 +++ b/start_apache2 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright (c) 1996, 1997, 1998 S.u.S.E. GmbH # Copyright (c) 1998, 1999, 2000, 2001 SuSE GmbH