OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | #!/bin/sh /etc/rc.common |
2 | # Copyright (C) 2006 OpenWrt.org |
||
3 | |||
4 | STOP=99 |
||
5 | stop() { |
||
6 | sync |
||
7 | /bin/umount -a -d -r |
||
8 | } |