]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro: move kresd.systemd man page
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 4 Jun 2018 13:34:34 +0000 (15:34 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 2 Jul 2018 15:45:52 +0000 (17:45 +0200)
distro/arch/PKGBUILD
distro/common/systemd/kresd.systemd.7 [moved from doc/kresd.systemd.7 with 100% similarity]
distro/deb/debian/knot-resolver.manpages
distro/rpm/knot-resolver.spec
systemd/README.md

index 963bf9c54b1cfdcada9ad8bc73bdf40ddec3a507..c30cc944ad177975d8794056ad86012139372569 100644 (file)
@@ -49,7 +49,7 @@ package() {
        install -Dm 0644 "${srcdir}/${pkgname}-${pkgver}/systemd/kresd-control@.socket" "${pkgdir}/usr/lib/systemd/system/kresd-control@.socket"
        install -Dm 0644 "${srcdir}/${pkgname}-${pkgver}/systemd/kresd-tls.socket" "${pkgdir}/usr/lib/systemd/system/kresd-tls.socket"
        install -Dm 0644 "${srcdir}/${pkgname}-${pkgver}/systemd/kresd@.service" "${pkgdir}/usr/lib/systemd/system/kresd@.service"
-       install -Dm 0644 "${srcdir}/${pkgname}-${pkgver}/doc/kresd.systemd.7" "${pkgdir}/usr/share/man/man7/kresd.systemd.7"
+       install -Dm 0644 "${srcdir}/${pkgname}-${pkgver}/distro/common/systemd/kresd.systemd.7" "${pkgdir}/usr/share/man/man7/kresd.systemd.7"
        install -Dm 0644 "${srcdir}/${pkgname}-${pkgver}/distro/common/tmpfiles/knot-resolver.conf" "${pkgdir}/usr/lib/tmpfiles.d/knot-resolver.conf"
        install -dm 0775 "${pkgdir}/etc/knot-resolver"
        install -Dm 0644 "${srcdir}/kresd.conf" "${pkgdir}/etc/knot-resolver/kresd.conf"
index 5ff01b817f8c9758e57ccb6183674163062807fa..9f97677b962de1a8a481cf8fd052f7dedc5265ca 100644 (file)
@@ -1,2 +1,2 @@
 debian/tmp/usr/share/man/man8/kresd.8
-doc/kresd.systemd.7
+distro/common/systemd/kresd.systemd.7
index 5fdd6b2f509a668ced461e3231dbafdb52933cb8..2c2c1c3cdfe55132b29c60836ba6721208e7cb01 100644 (file)
@@ -140,7 +140,7 @@ install -m 0664 -p %SOURCE3 %{buildroot}%{_sysconfdir}/knot-resolver/root.keys
 mkdir -p %{buildroot}%{_unitdir}
 install -m 0644 -p %{repodir}/systemd/kresd@.service %{buildroot}%{_unitdir}/kresd@.service
 mkdir -p %{buildroot}%{_mandir}/man7
-install -m 0644 -p %{repodir}/doc/kresd.systemd.7 %{buildroot}%{_mandir}/man7/kresd.systemd.7
+install -m 0644 -p %{repodir}/distro/common/systemd/kresd.systemd.7 %{buildroot}%{_mandir}/man7/kresd.systemd.7
 
 %if 0%{?rhel}
 # no socket activation for CentOS 7 (requires systemd.227)
index 3422d1ae9fd9402806294fcda06ef98472332351..3d8a8db86209200a7467c08e141ec37b178a62a3 100644 (file)
@@ -22,7 +22,7 @@ Notes
 -----
 
 *  If you're using the upstream systemd unit files, don't forget to also include
-   doc/kresd.systemd.7 manual page in the package.
+   kresd.systemd.7 manual page in the package.
 *  Distributions using systemd-sysv-generator should mask kresd.service to
    be consistent with other distributions. Any use of kresd.service instead of
    kresd@N.service is discouraged to avoid confusing the users.