base-files: gpio switch: add named GPIO support
[oweals/openwrt.git] / package / base-files / files / etc / init.d / umount
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 STOP=90
5
6 restart() {
7         :
8 }
9
10 stop() {
11         sync
12         /bin/umount -a -d -r
13 }