summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2016-01-25 09:26:02 -0500
committerMichael Orlitzky <mjo@gentoo.org>2016-01-25 09:27:31 -0500
commitf967f889a9a09ee2ad55e8d2ccc1525b7dd8d7a9 (patch)
tree34e528c7a4a5dc6a4d284ae2a2335c9cab354daa /app-backup
parentMerge branch 'cmake-eapi-6' (diff)
downloadgentoo-f967f889a9a09ee2ad55e8d2ccc1525b7dd8d7a9.tar.gz
gentoo-f967f889a9a09ee2ad55e8d2ccc1525b7dd8d7a9.tar.bz2
gentoo-f967f889a9a09ee2ad55e8d2ccc1525b7dd8d7a9.zip
app-backup/backuppc: un-remove systemd service file in v3.3.1.
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
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/backuppc/backuppc-3.3.1-r1.ebuild (renamed from app-backup/backuppc/backuppc-3.3.1.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-backup/backuppc/backuppc-3.3.1.ebuild b/app-backup/backuppc/backuppc-3.3.1-r1.ebuild
index f7c0711267e5..a40e0ae64728 100644
--- a/app-backup/backuppc/backuppc-3.3.1.ebuild
+++ b/app-backup/backuppc/backuppc-3.3.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit depend.apache eutils user
+inherit depend.apache eutils user systemd
MY_P="BackupPC-${PV}"
@@ -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