projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: fix a few issues with pa predistortion on ar9003
[openwrt.git]
/
package
/
block-mount
/
files
/
fstab.init
diff --git
a/package/block-mount/files/fstab.init
b/package/block-mount/files/fstab.init
index
6aeee8f
..
a3e0338
100644
(file)
--- a/
package/block-mount/files/fstab.init
+++ b/
package/block-mount/files/fstab.init
@@
-8,8
+8,6
@@
START=20
START=20
-. /lib/functions/mount.sh
-
do_mount() {
local cfg="$1"
config_mount_by_section "$cfg"
do_mount() {
local cfg="$1"
config_mount_by_section "$cfg"
@@
-39,6
+37,8
@@
do_swapoff() {
}
start() {
}
start() {
+ . /lib/functions/mount.sh
+
config_load fstab
mkdir -p /var/lock
lock -w /var/lock/fstab.lck && {
config_load fstab
mkdir -p /var/lock
lock -w /var/lock/fstab.lck && {
@@
-54,9
+54,12
@@
start() {
}
stop() {
}
stop() {
+ . /lib/functions/mount.sh
+
config_load fstab
config_foreach do_unmount mount
config_foreach do_swapoff swap
swapoff -a
}
config_load fstab
config_foreach do_unmount mount
config_foreach do_swapoff swap
swapoff -a
}
+
This page took
0.027154 seconds
and
4
git commands to generate.