Package: cfengine3
Version: 3.0.5+dfsg-1
Severity: normal
Tags: patch

In the file /etc/init.d/cfengine3 the variables CF*D_ARGS should be
quoted, so the user can specify multiple options separated by spaces
in the /etc/default/cfengine3 file.

Here is the patch:

62,64c62,64
<         [ $DAEMON_NAME = "cf-monitord" ] && DAEMON_ARGS=$CFMONITORD_ARGS
<         [ $DAEMON_NAME = "cf-serverd" ] && DAEMON_ARGS=$CFSERVERD_ARGS
<         [ $DAEMON_NAME = "cf-execd" ] && DAEMON_ARGS=$CFEXECD_ARGS
---
>         [ $DAEMON_NAME = "cf-monitord" ] && DAEMON_ARGS="$CFMONITORD_ARGS"
>         [ $DAEMON_NAME = "cf-serverd" ] && DAEMON_ARGS="$CFSERVERD_ARGS"
>         [ $DAEMON_NAME = "cf-execd" ] && DAEMON_ARGS="$CFEXECD_ARGS"

Thanks,
Gonzalo.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cfengine3 depends on:
ii  libc6                         2.11.2-7   Embedded GNU C Library: Shared lib
ii  libdb4.8                      4.8.30-2   Berkeley v4.8 Database Libraries [
ii  libpcre3                      8.02-1.1   Perl 5 Compatible Regular Expressi
ii  libssl0.9.8                   0.9.8o-3   SSL shared libraries

cfengine3 recommends no packages.

cfengine3 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to