projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d52fe05
)
unmount filesystems at shutdown
author
Mike Baker
<mbm@openwrt.org>
Thu, 10 May 2007 10:45:04 +0000
(10:45 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Thu, 10 May 2007 10:45:04 +0000
(10:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7166
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/init.d/umount
[new file with mode: 0755]
patch
|
blob
diff --git a/package/base-files/files/etc/init.d/umount
b/package/base-files/files/etc/init.d/umount
new file mode 100755
(executable)
index 0000000..
a4e477e
--- /dev/null
+++ b/
package/base-files/files/etc/init.d/umount
@@ -0,0
+1,8
@@
+#!/bin/sh /etc/rc.common
+# Copyright (C) 2006 OpenWrt.org
+
+STOP=99
+stop() {
+ sync
+ umount -a -r
+}