projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[base-files] make basefiles aware of procd
[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=99
5
stop() {
6
sync
7
umount -a -d -r
8
}