Accepting request 349588 from home:cboltz:branches:Apache

- fix typo in %apache_request_restart

OBS-URL: https://build.opensuse.org/request/show/349588
OBS-URL: https://build.opensuse.org/package/show/Apache/apache-rpm-macros-control?expand=0&rev=3
This commit is contained in:
Petr Gajdos 2015-12-21 08:34:00 +00:00 committed by Git OBS Bridge
parent aea9ecb256
commit 63736f0458
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 18 23:37:37 UTC 2015 - opensuse@cboltz.de
- fix typo in %apache_request_restart
-------------------------------------------------------------------
Tue Nov 10 15:12:08 UTC 2015 - pgajdos@suse.com

View File

@ -27,7 +27,7 @@
# restart only specified instance, %%{apache_restart_flag}@ \
# means _only_ apache2.service \
echo "$instance_name" > %{apache_restart_flag}@$instance_name \
echo "Requesting apache restart ($instance_name intance)" \
echo "Requesting apache restart ($instance_name instance)" \
fi \
done \
fi \