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:
56ca90a
)
[base-files]: On shutdown disabled every mounted swap device.
author
Hauke Mehrtens
<hauke@openwrt.org>
Sat, 7 Mar 2009 12:58:08 +0000
(12:58 +0000)
committer
Hauke Mehrtens
<hauke@openwrt.org>
Sat, 7 Mar 2009 12:58:08 +0000
(12:58 +0000)
Fixes #4721
Thanks to Angel Marin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14770
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/init.d/fstab
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/fstab
b/package/base-files/files/etc/init.d/fstab
index
b7cc209
..
840350c
100755
(executable)
--- a/
package/base-files/files/etc/init.d/fstab
+++ b/
package/base-files/files/etc/init.d/fstab
@@
-62,5
+62,6
@@
stop() {
config_load fstab
config_foreach do_unmount mount
config_foreach do_swapoff swap
+ [ -x /sbin/swapoff ] && swapoff -a
}