Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601792 | Differences between
and this patch

Collapse All | Expand All

(-)a/net-misc/rsync/rsync-3.1.2.ebuild (-1 / +9 lines)
Lines 51-56 src_install() { Link Here
51
	insinto /etc
51
	insinto /etc
52
	newins "${FILESDIR}"/rsyncd.conf-3.0.9-r1 rsyncd.conf
52
	newins "${FILESDIR}"/rsyncd.conf-3.0.9-r1 rsyncd.conf
53
53
54
#	rsyncd systemd socket
55
56
    insinto /etc/
57
    doins "${FILESDIR}/rsyncd.conf"
58
    insinto /etc/systemd/system/
59
    newins "${FILESDIR}/rsyncd.socket" rsyncd.socket
60
    newins "${FILESDIR}/rsyncd@.service" rsyncd@.service
61
54
	insinto /etc/logrotate.d
62
	insinto /etc/logrotate.d
55
	newins "${FILESDIR}"/rsyncd.logrotate rsyncd
63
	newins "${FILESDIR}"/rsyncd.logrotate rsyncd
56
64
Lines 86-89 pkg_postinst() { Link Here
86
		einfo "You maybe have to update the certificates configured in"
94
		einfo "You maybe have to update the certificates configured in"
87
		einfo "${EROOT}/etc/stunnel/rsync.conf"
95
		einfo "${EROOT}/etc/stunnel/rsync.conf"
88
	fi
96
	fi
89
}
97
}

Return to bug 601792