linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Desrochers <eric.desrochers@canonical.com>
To: linux-raid@vger.kernel.org
Cc: Eric Desrochers <eric.desrochers@canonical.com>
Subject: [PATCH] mdcheck: Remove extra spaces in systemd timer directives
Date: Mon, 28 Sep 2020 12:16:30 -0400	[thread overview]
Message-ID: <20200928161630.21260-1-eric.desrochers@canonical.com> (raw)

At package maintainer level, this is causing 'mdadm' to fail
to build. (e.g. In debian, causing debhelper's dh_installsystemd to not
find units to install due to the extra space.)

 "dh_installsystemd: error: Package 'mdadm' does not install unit ''. "

Signoff-by: Eric Desrochers <eric.desrochers@canonical.com>
---
 systemd/mdcheck_continue.timer | 2 +-
 systemd/mdcheck_start.timer    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/systemd/mdcheck_continue.timer b/systemd/mdcheck_continue.timer
index dba1074..3150fee 100644
--- a/systemd/mdcheck_continue.timer
+++ b/systemd/mdcheck_continue.timer
@@ -12,4 +12,4 @@ Description=MD array scrubbing - continuation
 OnCalendar= 1:05:00
 
 [Install]
-WantedBy= mdmonitor.service
+WantedBy=mdmonitor.service
diff --git a/systemd/mdcheck_start.timer b/systemd/mdcheck_start.timer
index 9e7e02a..e5d727a 100644
--- a/systemd/mdcheck_start.timer
+++ b/systemd/mdcheck_start.timer
@@ -12,5 +12,5 @@ Description=MD array scrubbing
 OnCalendar=Sun *-*-1..7 1:00:00
 
 [Install]
-WantedBy= mdmonitor.service
-Also= mdcheck_continue.timer
+WantedBy=mdmonitor.service
+Also=mdcheck_continue.timer
-- 
2.25.1


                 reply	other threads:[~2020-09-28 16:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200928161630.21260-1-eric.desrochers@canonical.com \
    --to=eric.desrochers@canonical.com \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).