File: 1004_add-documentation-key-in-service-file.patch

package info (click to toggle)
opennds 10.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,108 kB
  • sloc: ansic: 7,181; sh: 4,788; php: 2,698; makefile: 350; python: 57
file content (13 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Add 'Documentation=' key to service file (thanks, lintian).
Author: Daniel Teichmann <daniel.teichmann@das-netzwerkteam.de>
Forwarded: https://github.com/openNDS/openNDS/pull/344

--- a/resources/opennds.service
+++ b/resources/opennds.service
@@ -1,5 +1,6 @@
 [Unit]
 Description=openNDS Captive Portal
+Documentation=man:opennds
 After=network.target
 StartLimitIntervalSec=10
 StartLimitBurst=10