Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 497448
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- syslog-ng-3.4.7.ebuild.orig
0
++ syslog-ng-3.4.7.ebuild
Lines 76-82 Link Here
76
	fi
76
	fi
77
77
78
	insinto /etc/logrotate.d
78
	insinto /etc/logrotate.d
79
	newins "${FILESDIR}/syslog-ng.logrotate" syslog-ng
79
	if use systemd; then
80
		newins "${FILESDIR}/syslog-ng.logrotate.systemd" syslog-ng
81
	else
82
		newins "${FILESDIR}/syslog-ng.logrotate" syslog-ng
83
	fi
80
84
81
	newinitd "${FILESDIR}/${PV%.*}/syslog-ng.rc6" syslog-ng
85
	newinitd "${FILESDIR}/${PV%.*}/syslog-ng.rc6" syslog-ng
82
	newconfd "${FILESDIR}/${PV%.*}/syslog-ng.confd" syslog-ng
86
	newconfd "${FILESDIR}/${PV%.*}/syslog-ng.confd" syslog-ng

Return to bug 497448