projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ubox: update to latest git revision
[openwrt.git]
/
package
/
system
/
ubox
/
files
/
fstab.init
1
#!/bin/sh /etc/rc.common
2
# (C) 2013 openwrt.org
3
4
START=40
5
6
start() {
7
echo "this file has been obseleted. please call \"/sbin/block mount\" directly"
8
/sbin/block mount
9
}
10
11
stop() {
12
echo "this file has been obseleted. please call \"/sbin/block umount\" directly"
13
/sbin/block umount
14
}