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

Collapse All | Expand All

(-)pure-ftpd.rc6 (-1 / +2 lines)
Lines 18-27 Link Here
18
	checkconfig || return 1
18
	checkconfig || return 1
19
	UPSCRIPT=""
19
	UPSCRIPT=""
20
	if [ -n "$UPLOADSCRIPT" ] ; then
20
	if [ -n "$UPLOADSCRIPT" ] ; then
21
		OKNODO="--oknodo" #Pure-ftpd don't actually start until pure-uploadscript starts
21
		UPSCRIPT="--uploadscript"
22
		UPSCRIPT="--uploadscript"
22
	fi
23
	fi
23
	ebegin "Starting Pure-FTPd"
24
	ebegin "Starting Pure-FTPd"
24
	start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/pure-ftpd.pid --exec /usr/sbin/pure-ftpd -- $SERVER $MAX_CONN $MAX_CONN_IP $DAEMON $DISK_FULL $USE_NAT $AUTH $LOG $TIMEOUT $CHARCONV $MISC_OTHER $UPSCRIPT
25
	start-stop-daemon --start --quiet --make-pidfile $OKNODO --pidfile /var/run/pure-ftpd.pid --exec /usr/sbin/pure-ftpd -- $SERVER $MAX_CONN $MAX_CONN_IP $DAEMON $DISK_FULL $USE_NAT $AUTH $LOG $TIMEOUT $CHARCONV $MISC_OTHER $UPSCRIPT
25
	result=$?
26
	result=$?
26
	if [ $result -ne 0 ] ; then
27
	if [ $result -ne 0 ] ; then
27
		eend 1 "Could not launch Pure-FTPd"
28
		eend 1 "Could not launch Pure-FTPd"

Return to bug 173365