projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc6a10d
)
Send a kill signal to cron, otherwise two instances could be running (#1923)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 22 Jun 2007 08:47:29 +0000
(08:47 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 22 Jun 2007 08:47:29 +0000
(08:47 +0000)
SVN-Revision: 7704
package/busybox/files/cron
patch
|
blob
|
history
diff --git
a/package/busybox/files/cron
b/package/busybox/files/cron
index cf0f725d3e23b587bb053ac2c0dde5a6c80dd899..9bc89d81ca75c9812d788ba8caf79044e900d920 100755
(executable)
--- a/
package/busybox/files/cron
+++ b/
package/busybox/files/cron
@@
-9,5
+9,5
@@
start () {
}
stop() {
- killall crond
+ killall
-9
crond
}