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

Collapse All | Expand All

(-)a/sci-mathematics/gimps/files/gimps-26.6-r1-init.d (-6 / +1 lines)
Lines 7-18 depend() { Link Here
7
}
7
}
8
8
9
checkconfig() {
9
checkconfig() {
10
	if [ ! -e "${GIMPS_DIR}" ]; then
10
	checkpath -d -o ${USER}:${GROUP} ${GIMPS_DIR}
11
		einfo "Creating ${GIMPS_DIR}"
12
		/bin/mkdir "${GIMPS_DIR}"
13
	fi
14
15
	/bin/chown -R ${USER}:${GROUP} ${GIMPS_DIR}
16
11
17
	if [ ! -e "${GIMPS_DIR}/local.txt" ]; then
12
	if [ ! -e "${GIMPS_DIR}/local.txt" ]; then
18
		eerror "GIMPS has not been configured.  Please configure it manually before"
13
		eerror "GIMPS has not been configured.  Please configure it manually before"
(-)a/sci-mathematics/gimps/gimps-28.10.ebuild (-1 / +1 lines)
Lines 40-46 src_install() { Link Here
40
40
41
	einstalldocs
41
	einstalldocs
42
42
43
	newinitd "${FILESDIR}/${PN}-26.6-r1-init.d" gimps
43
	newinitd "${FILESDIR}/${PN}-28.9-init.d" gimps
44
	newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps
44
	newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps
45
45
46
	systemd_dounit "${FILESDIR}/${PN}.service"
46
	systemd_dounit "${FILESDIR}/${PN}.service"
(-)a/sci-mathematics/gimps/gimps-28.9.ebuild (-2 / +1 lines)
Lines 40-46 src_install() { Link Here
40
40
41
	einstalldocs
41
	einstalldocs
42
42
43
	newinitd "${FILESDIR}/${PN}-26.6-r1-init.d" gimps
43
	newinitd "${FILESDIR}/${PN}-28.9-init.d" gimps
44
	newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps
44
	newconfd "${FILESDIR}/${PN}-25.6-conf.d" gimps
45
45
46
	systemd_dounit "${FILESDIR}/${PN}.service"
46
	systemd_dounit "${FILESDIR}/${PN}.service"
47
- 

Return to bug 603408