View | Details | Raw Unified | Return to bug 11146
Collapse All | Expand All

(-)/etc/net/scripts/create-bnep.orig (-1 / +1 lines)
Lines 8-13 pickup_options Link Here
8
	exit 1
8
	exit 1
9
}
9
}
10
10
11
[ -s "$BLUEZ_REMOTE" ] &&
11
[ -n "$BLUEZ_REMOTE" ] &&
12
	$PAND --nodetach --ethernet $NAME --connect $BLUEZ_REMOTE $PAND_OPTIONS ||
12
	$PAND --nodetach --ethernet $NAME --connect $BLUEZ_REMOTE $PAND_OPTIONS ||
13
	$PAND --nodetach --ethernet $NAME --search $PAND_OPTIONS
13
	$PAND --nodetach --ethernet $NAME --search $PAND_OPTIONS

Return to bug 11146