Opened 18 years ago

Closed 18 years ago

#11314 closed defect (fixed)

BUG: bacula - daemondo wrapper script: bad start command

Reported by: dge@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version: 1.3.1
Keywords: bacula launchd daemondo Cc:
Port:

Description

In /etc/LaunchDaemons/org.macports.bacula/bacula.wrapper, the start function is:

Start()
{
        [ -x ${BIN} ] && ${BIN} start -c /opt/local/etc/bacula/bacula-fd.conf
}

and should not contain the 'start' argument like in

Start()
{
        [ -x ${BIN} ] && ${BIN} -c /opt/local/etc/bacula/bacula-fd.conf
}

This unexpected argument cause the daemon to display its usage message instead of starting properly.

Change History (1)

comment:1 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Committed. Thanks!

Note: See TracTickets for help on using tickets.