Ticket #158 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Package net-analyzer/openvas-scanner: typo in /etc/init.d/openvasd

Reported by: spidr_mnky Owned by: jensp
Priority: major Milestone:
Component: Bug Version:
Keywords: Cc: trac-pentoo@…

Description

This line:

start-stop-daemon --start --quiet -n openvassd --exec /usr/sbin/openvas$

...should probably be more like:

start-stop-daemon --start --quiet -n openvassd --exec /usr/sbin/openvassd

Change History

Changed 2 months ago by spidr_mnky

Actually, it should probably be more like:

start-stop-daemon --start --quiet -n openvassd --exec /usr/sbin/openvassd \
    -- ${OPENVASD_OPTS}

where OPENVASD_OPTS is pulled from /etc/conf.d/openvasd . This would be nice for setting things like the listening address, which (as far as I could see) can't be set (yet) in the configuration.

I'm not 100% sure that's the kosher way to do things, but it looks right to me.

Changed 2 months ago by jensp

  • owner changed from grimmlin to jensp
  • status changed from new to closed
  • resolution set to fixed

Fixed as of r1645 thanks for reporting.

Note: See TracTickets for help on using tickets.