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

Collapse All | Expand All

(-)/usr/portage/mail-filter/postgrey/files/postgrey.rc.new (-1 / +3 lines)
Lines 57-63 Link Here
57
	
57
	
58
	# HACK -- start a subshell and corrects perms on the socket...
58
	# HACK -- start a subshell and corrects perms on the socket...
59
	( if [ "x${POSTGREY_TYPE}" = "xunix" ]; then
59
	( if [ "x${POSTGREY_TYPE}" = "xunix" ]; then
60
	sleep 2 && chmod a+rw,a-x ${POSTGREY_SOCKET}; fi ) &
60
	rm -f ${POSTGREY_SOCKET};
61
	while ! test -S ${POSTGREY_SOCKET}; do sleep 1; done;
62
	chmod a+rw,a-x ${POSTGREY_SOCKET}; fi ) &
61
63
62
	start-stop-daemon --start --quiet --background \
64
	start-stop-daemon --start --quiet --background \
63
		--exec /usr/sbin/postgrey -- \
65
		--exec /usr/sbin/postgrey -- \

Return to bug 100733