projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should fix...
[openwrt.git]
/
package
/
busybox
/
files
/
cron
diff --git
a/package/busybox/files/cron
b/package/busybox/files/cron
index
d997937
..
56348c8
100755
(executable)
--- a/
package/busybox/files/cron
+++ b/
package/busybox/files/cron
@@
-2,6
+2,8
@@
# Copyright (C) 2006 OpenWrt.org
START=50
+PATH="/bin:/sbin:/usr/bin:/usr/sbin"
+
start () {
loglevel=$(uci_get "system.@system[0].cronloglevel")
[ -z "$(ls /etc/crontabs/)" ] && exit 1
This page took
0.020067 seconds
and
4
git commands to generate.