diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:50:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:50:22 +0000 |
commit | 4283a547939c204787a35239ff31758cccf2674f (patch) | |
tree | 961e298be9b22e950ab392515aa18ebb3de9bcd9 /debian/patches/0011-Import-upstream-tweaks-to-irkerd.service.patch | |
parent | Adding upstream version 2.18+dfsg. (diff) | |
download | irker-debian.tar.xz irker-debian.zip |
Adding debian version 2.18+dfsg-3.debian/2.18+dfsg-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0011-Import-upstream-tweaks-to-irkerd.service.patch')
-rw-r--r-- | debian/patches/0011-Import-upstream-tweaks-to-irkerd.service.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/0011-Import-upstream-tweaks-to-irkerd.service.patch b/debian/patches/0011-Import-upstream-tweaks-to-irkerd.service.patch new file mode 100644 index 0000000..9330079 --- /dev/null +++ b/debian/patches/0011-Import-upstream-tweaks-to-irkerd.service.patch @@ -0,0 +1,23 @@ +From: Neil Muller <drnlmuller+debian@gmail.com> +Date: Sun, 13 May 2018 17:17:29 +0200 +Subject: Import upstream tweaks to irkerd.service + +--- + irkerd.service | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/irkerd.service b/irkerd.service +index a9a6675..dbdc058 100644 +--- a/irkerd.service ++++ b/irkerd.service +@@ -2,8 +2,9 @@ + # Distributed under the terms of the BSD LICENSE + + [Unit] +-Description=irker daemon ++Description=Internet Relay Chat (IRC) notification daemon + Requires=network.target ++Documentation=man:irkerd(8) man:irkerhook(1) man:irk(1) + + [Service] + EnvironmentFile=-/etc/default/irker |