projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/base-files: fix chmod of /tmp/.uci, bump package revision
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
fstab
diff --git
a/package/base-files/files/etc/init.d/fstab
b/package/base-files/files/etc/init.d/fstab
index
cca8761
..
b7cc209
100755
(executable)
--- a/
package/base-files/files/etc/init.d/fstab
+++ b/
package/base-files/files/etc/init.d/fstab
@@
-55,7
+55,7
@@
start() {
config_foreach do_mount mount
config_foreach do_swapon swap
mount -a
- swapon -a
+
[ -x /sbin/swapon ] &&
swapon -a
}
stop() {
This page took
0.028788 seconds
and
4
git commands to generate.