On shutdown disabled every mounted swap device. Fixes #4721 Thanks to Angel Marin

SVN-Revision: 14770
This commit is contained in:
Hauke Mehrtens 2009-03-07 12:58:08 +00:00
parent 2f1c2dc3a1
commit 3ac154fc9c

View File

@ -62,5 +62,6 @@ stop() {
config_load fstab
config_foreach do_unmount mount
config_foreach do_swapoff swap
[ -x /sbin/swapoff ] && swapoff -a
}