Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272393
Collapse All | Expand All

(-)/usr/portage/dev-libs/cyrus-sasl/cyrus-sasl-2.1.23-r1.ebuild (+2 lines)
Lines 45-50 Link Here
45
		epause 10
45
		epause 10
46
	fi
46
	fi
47
	java-pkg-opt-2_pkg_setup
47
	java-pkg-opt-2_pkg_setup
48
	enewgroup saslauth
49
	enewuser saslauth -1 -1 /var/lib/sasl2/ saslauth
48
}
50
}
49
51
50
src_unpack() {
52
src_unpack() {
(-)/usr/portage/dev-libs/cyrus-sasl/files/saslauthd2.rc6 (-1 / +1 lines)
Lines 9-15 Link Here
9
9
10
start() {
10
start() {
11
	ebegin "Starting saslauthd"
11
	ebegin "Starting saslauthd"
12
	start-stop-daemon --start --quiet --exec /usr/sbin/saslauthd \
12
	start-stop-daemon --start --quiet -c saslauth --exec /usr/sbin/saslauthd \
13
		-- ${SASLAUTHD_OPTS}
13
		-- ${SASLAUTHD_OPTS}
14
	eend $?
14
	eend $?
15
}
15
}

Return to bug 272393