repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-dataproperty: bump version to 0.17.0
[buildroot-gz.git]
/
package
/
radvd
/
S50radvd
blob
9f1407c95a9ca24e38110a0462a5e18d0924e68f
1
#!/bin/sh
2
3
RADVD
=/
usr
/
sbin
/
radvd
4
5
echo
"1"
> /
proc
/
sys
/
net
/
ipv
6
/
conf
/
all
/
forwarding
6
7
printf
"Starting radvd: "
8
if
[ !
-x
"
${RADVD}
"
];
then
9
echo
"missing"
10
exit
1
11
fi
12
13
if
${RADVD}
;
then
14
echo
"done"
15
else
16
echo
"failed"
17
exit
1
18
fi