projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d360afed3c81a899220907bd7d29271fd68275e1
[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 -r -l
8
}
This page took
0.044319 seconds
and
3
git commands to generate.