summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/a2enmod2
-rw-r--r--debian/changelog8
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/a2enmod b/debian/a2enmod
index 5c10b896..ec1a213f 100755
--- a/debian/a2enmod
+++ b/debian/a2enmod
@@ -113,7 +113,7 @@ if ($smf) {
chomp $status;
if ($status eq 'online') {
info(
- "To activate the new configuration, you need to run:\n svcadm apache2 $reload\n"
+ "To activate the new configuration, you need to run:\n svcadm $reload apache2\n"
) if $request_reload;
} else {
info("Note, that current status of apache2 service is $status\n")
diff --git a/debian/changelog b/debian/changelog
index 6c0f03c6..c7a11382 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apache2 (2.4.6-4+dyson4) unstable; urgency=low
+
+ * Fixed a typo in debian/a2enmod:
+ "svcadm $reload apache2" (right) instead of
+ "svcadm apache2 $reload" (wrong)
+
+ -- Igor Pashev <pashev.igor@gmail.com> Sat, 28 Dec 2013 17:26:51 +0400
+
apache2 (2.4.6-4+dyson3) unstable; urgency=low
* Renamed SMF service to application/web/apache2