repo.or.cz
/
ps3openwrt_patches.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump Linux 3.18 trunk revision to 47027; bump Linux 3.18 kernel version to 3.18.21
[ps3openwrt_patches.git]
/
sysctl
blob
9f1df764441343392c3aed77d3844274dc29d008
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2006 OpenWrt.org
3
4
START
=
20
5
start
() {
6
[
-f
/
etc
/
sysctl.conf
] &&
sysctl
-p -e
>&-
7
}