summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-12-28 17:53:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-12-28 17:53:42 +0400
commitf5bfca799a746109a5b14f7541c86e9b88a8e696 (patch)
tree0bba3241568838354728186104d857680d597773
parenta03a7e2d1fbec74db99e59f29499f676c4b2c327 (diff)
downloadapache2-dyson/2.4.6-4+dyson4.tar.gz
apache2 (2.4.6-4+dyson4) unstable; urgency=lowdyson/2.4.6-4+dyson4
* Fixed a typo in debian/a2enmod: "svcadm $reload apache2" (right) instead of "svcadm apache2 $reload" (wrong)
-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