Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 180235 Details for
Bug 256894
Syslog-NG 3.0.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
version 3 compliant default config
syslog-ng.conf.gentoo (text/plain), 1.08 KB, created by
Oliver Schmidt
on 2009-01-30 08:16:31 UTC
(
hide
)
Description:
version 3 compliant default config
Filename:
MIME Type:
Creator:
Oliver Schmidt
Created:
2009-01-30 08:16:31 UTC
Size:
1.08 KB
patch
obsolete
>@version:3.0 > ># Copyright 2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/syslog-ng.conf.gentoo.hardened,v 1.5 2007/10/30 17:16:15 solar Exp $ > ># ># Syslog-ng configuration file, compatible with default hardened installations. ># > >options { > chain_hostnames(no); > flush_lines(0); > stats_freq(43200); >}; > >#options { ># chain_hostnames(off); ># sync(0); ># stats(43200); ># long_hostnames(off); ># use_dns(no); ># create_dirs(yes); >#}; > >source src { > unix-stream("/dev/log"); > internal(); > file("/proc/kmsg"); > }; > >destination messages { file("/var/log/messages"); }; > ># By default messages are logged to tty12... >destination console_all { file("/dev/tty12"); }; ># ...if you intend to use /dev/console for programs like xconsole ># you can comment out the destination line above that references /dev/tty12 ># and uncomment the line below. >#destination console_all { file("/dev/console"); }; > >log { source(src); destination(messages); }; >log { source(src); destination(console_all); }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 256894
:
180234
| 180235 |
180237
|
180239
|
180241