Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 469600 Details for
Bug 601792
net-misc/rsync-3.1.2 request for rsyncd.socket file for systemd socket activation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rsync-3.1.2.ebuild.patch
rsync-3.1.2.ebuild.patch (text/plain), 985 bytes, created by
christos kotsis
on 2017-04-10 15:51:37 UTC
(
hide
)
Description:
rsync-3.1.2.ebuild.patch
Filename:
MIME Type:
Creator:
christos kotsis
Created:
2017-04-10 15:51:37 UTC
Size:
985 bytes
patch
obsolete
>diff --git a/net-misc/rsync/rsync-3.1.2.ebuild b/net-misc/rsync/rsync-3.1.2.ebuild >index fb982ad..1c71909 100644 >--- a/net-misc/rsync/rsync-3.1.2.ebuild >+++ b/net-misc/rsync/rsync-3.1.2.ebuild >@@ -51,6 +51,20 @@ src_install() { > insinto /etc > newins "${FILESDIR}"/rsyncd.conf-3.0.9-r1 rsyncd.conf > >+# rsyncd systemd socket >+ if [[ -e "/etc/systemd/system/" ]]; then >+ insinto /etc/ >+ insinto /etc/systemd/system/ >+ newins "${FILESDIR}"/rsyncd.socket rsyncd.socket >+ newins "${FILESDIR}"/rsyncd@.service rsyncd@.service >+ else >+ dodir /etc/systemd/system/ >+ insinto /etc/ >+ insinto /etc/systemd/system/ >+ newins "${FILESDIR}"/rsyncd.socket rsyncd.socket >+ newins "${FILESDIR}"/rsyncd@.service rsyncd@.service >+ fi >+ > insinto /etc/logrotate.d > newins "${FILESDIR}"/rsyncd.logrotate rsyncd > >@@ -86,4 +100,4 @@ pkg_postinst() { > einfo "You maybe have to update the certificates configured in" > einfo "${EROOT}/etc/stunnel/rsync.conf" > fi >-} >+} >\ No newline at end of file
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 601792
:
469588
|
469590
|
469592
|
469596
|
469600
|
469602
|
469604