Skip to content

Commit

Permalink
app-backup/backuppc: un-remove systemd service file in v3.3.1.
Browse files Browse the repository at this point in the history
For some reason lost to time, I omitted the installation of the
systemd service file from backuppc-3.3.1.ebuild. Erik Zeek reported
the omission and provided a fix in bug 572818.

Gentoo-Bug: 572818
Reported-by: Erik Zeek

Package-Manager: portage-2.2.26
  • Loading branch information
orlitzky committed Jan 25, 2016
1 parent 149d25b commit f967f88
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

inherit depend.apache eutils user
inherit depend.apache eutils user systemd

MY_P="BackupPC-${PV}"

Expand Down Expand Up @@ -137,9 +137,10 @@ src_install() {
keepdir "${DATADIR}"/{trash,pool,pc,cpool}
keepdir "${LOGDIR}"

ebegin "Setting up init.d/conf.d scripts"
ebegin "Setting up init.d/conf.d/systemd scripts"
newinitd "${S}"/init.d/gentoo-backuppc backuppc
newconfd "${S}"/init.d/gentoo-backuppc.conf backuppc
systemd_dounit "${FILESDIR}/${PN}.service"

insinto "${APACHE_MODULES_CONFDIR}"
doins "${FILESDIR}"/99_backuppc.conf
Expand Down

0 comments on commit f967f88

Please sign in to comment.