OpenWrt – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 #!/bin/sh /etc/rc.common
2 # (C) 2013 openwrt.org
3  
4 START=40
5  
6 boot() {
7 /sbin/block mount
8 }
9  
10 start() {
11 echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
12 }
13  
14 stop() {
15 /sbin/block umount
16 }