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

(-)adsl-start.orig (-2 / +2 lines)
Lines 142-150 Link Here
142
	$ECHO "$ME: There already seems to be an ADSL connection up (PID $PID)" >& 2
142
	$ECHO "$ME: There already seems to be an ADSL connection up (PID $PID)" >& 2
143
	exit 1
143
	exit 1
144
    fi
144
    fi
145
    # Delete bogus PIDFILE
146
    rm -f "$PIDFILE" "$PIDFILE.pppd" "$PIDFILE.pppoe" "$PIDFILE.start"
147
fi
145
fi
146
# Delete bogus PIDFILE
147
rm -f "$PIDFILE" "$PIDFILE.pppd" "$PIDFILE.pppoe" "$PIDFILE.start"
148
148
149
echo $$ > $PIDFILE.start
149
echo $$ > $PIDFILE.start
150
150

Return to bug 89061