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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- pure-ftpd.rc7
0
++ pure-ftpd.rc7
Lines 26-32 Link Here
26
		OKNODO="--oknodo"
26
		OKNODO="--oknodo"
27
	fi
27
	fi
28
	ebegin "Starting Pure-FTPd"
28
	ebegin "Starting Pure-FTPd"
29
	start-stop-daemon --start --quiet --pidfile ${ftpd_pidfile} $OKNODO --exec /usr/sbin/pure-ftpd -- --pidfile ${ftpd_pidfile} $SERVER $MAX_CONN $MAX_CONN_IP $DAEMON $DISK_FULL $USE_NAT $AUTH $LOG $TIMEOUT $CHARCONV $MISC_OTHER $UPSCRIPT
29
	start-stop-daemon --start --quiet --pidfile ${ftpd_pidfile} $OKNODO --exec /usr/sbin/pure-ftpd --wait 50 -- --pidfile ${ftpd_pidfile} $SERVER $MAX_CONN $MAX_CONN_IP $DAEMON $DISK_FULL $USE_NAT $AUTH $LOG $TIMEOUT $CHARCONV $MISC_OTHER $UPSCRIPT
30
	result=$?
30
	result=$?
31
	if [ $result -ne 0 ] ; then
31
	if [ $result -ne 0 ] ; then
32
		eend 1 "Could not launch Pure-FTPd"
32
		eend 1 "Could not launch Pure-FTPd"

Return to bug 310177