Package: commons-daemon / 1.0.2-2

Metadata

Package Version Patches format
commons-daemon 1.0.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
old_capabilities.diff | (download)

src/native/unix/native/jsvc-unix.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 patch to handle old capabilities version in jsvc-unix.c
 Print a useful error message if capabilities module is missing.
Bug: http://bugs.debian.org/412690
Bug: http://bugs.debian.org/412478
libgcj_PR31700.diff | (download)

src/native/unix/native/java.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 workaround for libgcj/pr31700 in handling -x options.
Bug: vendor, http://gcc.gnu.org/PR31700
sh4_support.diff | (download)

src/native/unix/support/apsupport.m4 | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 support renesas sh4
Bug: http://bugs.debian.org/564166
kfreebsd_support.diff | (download)

src/native/unix/support/apsupport.m4 | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 add support for kfreebsd/gnu arch
Bug: http://bugs.debian.org/498376
powerpcspe_support.diff | (download)

src/native/unix/support/apsupport.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add support for powerpcspe arch
hppa_support.diff | (download)

src/native/unix/support/apsupport.m4 | 11 3 + 8 - 0 !
1 file changed, 3 insertions(+), 8 deletions(-)

 fix support for hppa arch
arm_support.diff | (download)

src/native/unix/support/apsupport.m4 | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 add support for arm/armel arch
syslog.diff | (download)

src/native/unix/man/jsvc.1.xml | 12 8 + 4 - 0 !
src/native/unix/native/debug.c | 24 1 + 23 - 0 !
src/native/unix/native/jsvc-unix.c | 147 132 + 15 - 0 !
3 files changed, 141 insertions(+), 42 deletions(-)

 support for redirecting stdout to syslog
 Unclutter debug and error output by not
   including timestamp and PID. This is superfluous for syslog logging, and
   can be readily added by an external filter otherwise.
 Document SYSLOG usage
Bug: http://bugs.debian.org/402878