From 654edab277729aaff9a1d33bd4bc531edd52d728 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Thu, 25 Oct 2018 16:47:52 +0200 Subject: [PATCH] =?UTF-8?q?[fix]=C2=A0=20simplify=20restart=20of=20service?= =?UTF-8?q?s=20for=20apache2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/alternc.install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/alternc.install b/install/alternc.install index b098c48e..c367e367 100755 --- a/install/alternc.install +++ b/install/alternc.install @@ -373,7 +373,6 @@ if [ -x /usr/sbin/apache2 ]; then run-parts --arg=apache2 /usr/lib/alternc/install.d a2enmod mpm_itk - s="apache2" # unused from AlternC 1.0, FIXME: remove it later if [ -L /etc/apache2/mods-enabled/vhost_alias.load ] then @@ -406,7 +405,7 @@ if [ -x /usr/sbin/apache2 ]; then a2enconf alternc fi - SERVICES="$SERVICES $s" + SERVICES="$SERVICES apache2" fi # Manage sudoers.d include appearing in Squeeze: