diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-31 09:35:21 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-31 09:35:21 +0000 |
commit | 658529f40abc723900364b843d78da54bcee9593 (patch) | |
tree | 49de37371a906f04201fff798654b4b2ad2de1c3 /package/busybox/busybox-1.13.1-crond.patch | |
parent | ccb02b009b1b16ce12d657b417650453fb261c5d (diff) | |
download | buildroot-novena-658529f40abc723900364b843d78da54bcee9593.tar.gz buildroot-novena-658529f40abc723900364b843d78da54bcee9593.zip |
busybox: bump 1.12.x / 1.13.x versions
Diffstat (limited to 'package/busybox/busybox-1.13.1-crond.patch')
-rw-r--r-- | package/busybox/busybox-1.13.1-crond.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/busybox/busybox-1.13.1-crond.patch b/package/busybox/busybox-1.13.1-crond.patch deleted file mode 100644 index ca7e79c44..000000000 --- a/package/busybox/busybox-1.13.1-crond.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- busybox-1.13.1/miscutils/crond.c Sun Nov 9 18:28:17 2008 -+++ busybox-1.13.1-crond/miscutils/crond.c Thu Dec 4 14:56:10 2008 -@@ -779,6 +779,8 @@ - xmove_fd(mailFd, mail_filename ? 1 : 0); - dup2(1, 2); - } -+ /* crond 3.0pl1-100 puts tasks in separate process groups */ -+ bb_setpgrp(); - execlp(prog, prog, cmd, arg, NULL); - crondlog(ERR20 "can't exec, user %s cmd %s %s %s", user, prog, cmd, arg); - if (mail_filename) { -@@ -914,6 +916,8 @@ - if (DebugOpt) { - crondlog(LVL5 "child running %s", DEFAULT_SHELL); - } -+ /* crond 3.0pl1-100 puts tasks in separate process groups */ -+ bb_setpgrp(); - execl(DEFAULT_SHELL, DEFAULT_SHELL, "-c", line->cl_Shell, NULL); - crondlog(ERR20 "can't exec, user %s cmd %s %s %s", user, - DEFAULT_SHELL, "-c", line->cl_Shell); |