diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-06-18 20:30:09 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-06-18 20:30:09 +0200 |
commit | 264fe6e5b5941d553da87416dff91fd266ecaaf6 (patch) | |
tree | 207e14bca7181a824c99c33f59a35fdb80ec8c2f | |
parent | a3e45ca07330c595de18a7280b7ceb728d8a35b3 (diff) | |
download | init-system-helpers-264fe6e5b5941d553da87416dff91fd266ecaaf6.tar.gz |
error message: add whitespaces after dots
-rwxr-xr-x | script/dh_systemd_start | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/dh_systemd_start b/script/dh_systemd_start index bd2ecd3..c428a2f 100755 --- a/script/dh_systemd_start +++ b/script/dh_systemd_start @@ -140,8 +140,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) { if (defined($full)) { $name = $full; } else { - warning(qq|Could not find "$name" in the /lib/systemd/system of $package.| . - qq|This could be a typo, or using Also= with a service file from another package.| . + warning(qq|Could not find "$name" in the /lib/systemd/system of $package. | . + qq|This could be a typo, or using Also= with a service file from another package. | . qq|Please check carefully that this message is harmless.|); } } |