summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/init.d/umount
blob: a4e477e2e9b7f8bdaf9383e6eb82e3e7aabb9215 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org 

STOP=99
stop() {
	sync
	umount -a -r
}