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

Collapse All | Expand All

(-)/usr/portage/sys-apps/openrc/openrc-0.11.4.ebuild (-1 / +1 lines)
Lines 153-159 Link Here
153
	fi
153
	fi
154
154
155
	elog "Auto-adding '${initd}' service to your ${runlevel} runlevel"
155
	elog "Auto-adding '${initd}' service to your ${runlevel} runlevel"
156
	ln -snf "${EROOT}"/etc/init.d/${initd} "${EROOT}"/etc/runlevels/${runlevel}/${initd}
156
	ln -snf "${EROOT%/}"/etc/init.d/${initd} "${EROOT}"/etc/runlevels/${runlevel}/${initd}
157
}
157
}
158
add_boot_init_mit_config() {
158
add_boot_init_mit_config() {
159
	local config=$1 initd=$2
159
	local config=$1 initd=$2

Return to bug 442020