Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
dvb
dvb-apps-dvbnet.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dvb-apps-dvbnet.diff of Package dvb
Index: util/dvbnet/net_start.sh =================================================================== --- util/dvbnet/net_start.sh.orig 2009-11-08 17:34:21.000000000 +0100 +++ util/dvbnet/net_start.sh 2009-11-24 19:10:12.806111000 +0100 @@ -4,7 +4,7 @@ PID=0x511 DEV_NAME=dvb0_0 IP_ADDR=10.1.1.1 -./dvbnet -p $PID +dvbnet -p $PID /sbin/ifconfig $DEV_NAME $IP_ADDR Index: util/dvbnet/net_start.pl =================================================================== --- util/dvbnet/net_start.pl.orig 2009-11-08 17:34:21.000000000 +0100 +++ util/dvbnet/net_start.pl 2009-11-24 19:10:12.811110000 +0100 @@ -12,7 +12,7 @@ sub dvbnet { local ($ADAPTER, $NETDEV, $PID, $IP_ADDR) = @_; - $DEV_NAME = `./dvbnet -a $ADAPTER -n $NETDEV -p $PID | grep created`; + $DEV_NAME = `dvbnet -a $ADAPTER -n $NETDEV -p $PID | grep created`; chop($DEV_NAME); $DEV_NAME =~ s/(.*)device //;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor