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

Collapse All | Expand All

(-)/usr/portage/net-im/pymsn-t/files/pymsn-t-0.11.2-initd (-1 / +1 lines)
Lines 11-17 Link Here
11
start() {
11
start() {
12
	ebegin "Starting MSN Jabber Transport"
12
	ebegin "Starting MSN Jabber Transport"
13
	start-stop-daemon --start --pidfile /var/run/jabber/pymsn-t.pid --chuid jabber:jabber \
13
	start-stop-daemon --start --pidfile /var/run/jabber/pymsn-t.pid --chuid jabber:jabber \
14
		--exec /usr/bin/python INSPATH/pymsn-t.py -- \
14
		--exec /usr/bin/pythonPYVER INSPATH/pymsn-t.py -- \
15
		-b -c /etc/jabber/pymsn-t.xml -l /var/log/jabber/pymsn-t.log
15
		-b -c /etc/jabber/pymsn-t.xml -l /var/log/jabber/pymsn-t.log
16
	eend $?
16
	eend $?
17
}
17
}
(-)/usr/portage/net-im/pymsn-t/pymsn-t-0.11.3-r2.ebuild (+1 lines)
Lines 59-64 Link Here
59
59
60
	newinitd "${FILESDIR}/${PN}-0.11.2-initd" ${PN}
60
	newinitd "${FILESDIR}/${PN}-0.11.2-initd" ${PN}
61
	dosed "s:INSPATH:${inspath}:" /etc/init.d/${PN}
61
	dosed "s:INSPATH:${inspath}:" /etc/init.d/${PN}
62
	dosed "s:PYVER:${PYVER}:" /etc/init.d/${PN}
62
}
63
}
63
64
64
pkg_postinst() {
65
pkg_postinst() {

Return to bug 286191