diff options
Diffstat (limited to 'debian/a2enmod')
-rwxr-xr-x | debian/a2enmod | 2 |
1 files changed, 1 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") |