Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7276 - syslog-ng may require "net" in addition to "clock"
Summary: syslog-ng may require "net" in addition to "clock"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-30 14:26 UTC by Dave Thomas
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Thomas 2002-08-30 14:26:54 UTC
 
Comment 1 Dave Thomas 2002-08-30 14:28:26 UTC
okay, let's actually have some comments here. :)

In using syslog-ng, it is possible to define tcp/udp network sources for 
logging information.  This means that net.whatever needs to be init'd before 
syslog-ng.

"need clock" should be "need clock net"
Comment 2 Donny Davies (RETIRED) gentoo-dev 2002-08-30 18:26:20 UTC
nope, wrong.  it does not *NEED* net.

it may be desirable for *YOU*, in *YOUR* situation, to add
depend() {
  need clock
  after net
}

or just use the way you suggested above.  either way,
this is specific to *YOUR* configuration.  

the default is fine.