[tftp] add documentation reference to the service file

jsynacek jsynacek at fedoraproject.org
Mon Feb 24 12:58:32 UTC 2014


commit 3797aeeb799421b8ca122aea75281c653f8f5ef0
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Mon Feb 24 13:57:39 2014 +0100

    add documentation reference to the service file

 tftp.service |    1 +
 tftp.spec    |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tftp.service b/tftp.service
index 93d1ae8..c26ad3b 100644
--- a/tftp.service
+++ b/tftp.service
@@ -1,6 +1,7 @@
 [Unit]
 Description=Tftp Server
 Requires=tftp.socket
+Documentation=man:in.tftpd
 
 [Service]
 ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot
diff --git a/tftp.spec b/tftp.spec
index f1552f6..881f777 100644
--- a/tftp.spec
+++ b/tftp.spec
@@ -4,7 +4,7 @@
 Summary: The client for the Trivial File Transfer Protocol (TFTP)
 Name: tftp
 Version: 5.2
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: BSD
 Group: Applications/Internet
 URL: http://www.kernel.org/pub/software/network/tftp/
@@ -102,6 +102,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_unitdir}/*
 
 %changelog
+* Mon Feb 24 2014 Jan Synáček <jsynacek at redhat.com> - 5.2-13
+- add documentation reference to the service file
+
 * Wed Feb 19 2014 Jan Synáček <jsynacek at redhat.com> - 5.2-12
 - start socket as well when starting the service
 


More information about the scm-commits mailing list