Univention Bugzilla – Attachment 7813 Details for
Bug 41815
Extend rsyslog.conf template to allow a more fine-grained UCR based configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for univention-base-files.univention-config-registry-variables
univention-base-files.univention-config-registry-variables.patch (text/plain), 8.11 KB, created by
Ingo Sieverdingbeck
on 2016-07-18 15:04:08 CEST
(
hide
)
Description:
Patch for univention-base-files.univention-config-registry-variables
Filename:
MIME Type:
Creator:
Ingo Sieverdingbeck
Created:
2016-07-18 15:04:08 CEST
Size:
8.11 KB
patch
obsolete
>diff --git a/univention-base-files/debian/univention-base-files.univention-config-registry-variables b/univention-base-files/debian/univention-base-files.univention-config-registry-variables >index 9215012..9f266e8 100644 >--- a/univention-base-files/debian/univention-base-files.univention-config-registry-variables >+++ b/univention-base-files/debian/univention-base-files.univention-config-registry-variables >@@ -560,12 +560,139 @@ Description[en]=If the option 'Password quality check' is activated for a user, > Type=str > Categories=system-password > >+[syslog/auth] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen der Syslog Facilities auth und authpriv in die Datei /var/log/auth.log geschrieben. >+Description[en]=If this option is activated, log messages belonging to the syslog facilities auth and authpriv are written to the file /var/log/auth.log. >+Type=bool >+Categories=system-base >+ >+[syslog/cron] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen der Syslog Facility cron in die Datei /var/log/cron.log geschrieben. >+Description[en]=If this option is activated, log messages belonging to the syslog facility cron are written to the file /var/log/cron.log. >+Type=bool >+Categories=system-base >+ >+[syslog/kern] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen der Syslog Facility kern in die Datei /var/log/kern.log geschrieben. >+Description[en]=If this option is activated, log messages belonging to the syslog facility kern are written to the file /var/log/kern.log. >+Type=bool >+Categories=system-base >+ >+[syslog/daemon] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen der Syslog Facility daemon in die Datei /var/log/daemon.log geschrieben. >+Description[en]=If this option is activated, log messages belonging to the syslog facility daemon are written to the file /var/log/daemon.log. >+Type=bool >+Categories=system-base >+ >+[syslog/user] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen der Syslog Facility user in die Datei /var/log/user.log geschrieben. >+Description[en]=If this option is activated, log messages belonging to the syslog facility user are written to the file /var/log/user.log. >+Type=bool >+Categories=system-base >+ >+[syslog/lpr] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen der Syslog Facility lpr in die Datei /var/log/lpr.log geschrieben. >+Description[en]=If this option is activated, log messages belonging to the syslog facility lpr are written to the file /var/log/lpr.log. >+Type=bool >+Categories=system-base >+ >+[syslog/mail] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen der Syslog Facility mail in die Dateien /var/log/mail.{log|info|warn|err} geschrieben. >+Description[en]=If this option is activated, log messages belonging to the syslog facility mail are written to the files /var/log/mail.{log|info|warn|err}. >+Type=bool >+Categories=system-base >+ >+[syslog/news] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen der Syslog Facility news in die Dateien /var/log/news.{crit|err|notice} geschrieben. >+Description[en]=If this option is activated, log messages belonging to the syslog facility news are written to the files /var/log/news.{crit|err|notice}. >+Type=bool >+Categories=system-base >+ >+[syslog/syslog] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen in die Datei /var/log/syslog geschrieben. >+Description[en]=If this option is activated, log messages are written to the file /var/log/syslog. >+Type=bool >+Categories=system-base >+ >+[syslog/syslog/rsyslog_selector] >+Description[de]=Diese Option kann genutzt werden, um manuell einen Selektors für die Auswahl von Logmeldung für die Datei /var/log/syslog zu konfigurieren. Diese Option hat Vorrang vor syslog/syslog/avoid_duplicate_messages. >+Description[en]=This option can be used to manually configure a selector for log messages to be written to /var/log/syslog. This option takes precedence over syslog/syslog/avoid_duplicate_message. >+Type=bool >+Categories=system-base >+ >+[syslog/syslog/syslog/syslog/avoid_duplicate_messages] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen, die bereits in andere Dateien geschrieben wurden, nicht in /var/log/syslog geschrieben. Dies betrifft nicht /var/log/debug und /var/log/messages. >+Description[en]=If this option is activated, log messages that have been already written to other files, will not be written to /var/log/syslog. This does not apply for /var/log/debug and /var/log/messages. >+Type=bool >+Categories=system-base >+ >+[syslog/debug] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen in die Datei /var/log/debug geschrieben. >+Description[en]=If this option is activated, log messages are written to the file /var/log/debug. >+Type=bool >+Categories=system-base >+ >+[syslog/debug/rsyslog_selector] >+Description[de]=Diese Option kann genutzt werden, um manuell einen Selektors für die Auswahl von Logmeldung für die Datei /var/log/debug zu konfigurieren. >+Description[en]=This option can be used to manually configure a selector for log messages to be written to /var/log/debug. >+Type=bool >+Categories=system-base >+ >+[syslog/messages] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen in die Datei /var/log/messages geschrieben. >+Description[en]=If this option is activated, log messages are written to the file /var/log/messages. >+Type=bool >+Categories=system-base >+ >+[syslog/messages/rsyslog_selector] >+Description[de]=Diese Option kann genutzt werden, um manuell einen Selektors für die Auswahl von Logmeldung für die Datei /var/log/messages zu konfigurieren. >+Description[en]=This option can be used to manually configure a selector for log messages to be written to /var/log/messages. >+Type=bool >+Categories=system-base >+ >+[syslog/xconsole] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen in das Device /dev/xconsole geschrieben. >+Description[en]=If this option is activated, log xconsole are written to the device /dev/xconsole. >+Type=bool >+Categories=system-base >+ >+[syslog/xconsole/rsyslog_selector] >+Description[de]=Diese Option kann genutzt werden, um manuell einen Selektors für die Auswahl von Logmeldung für das Device /dev/xconsole zu konfigurieren. >+Description[en]=This option can be used to manually configure a selector for log xconsole to be written to /dev/xconsole. >+Type=bool >+Categories=system-base >+ >+[syslog/syslog] >+Description[de]=Ist diese Option aktiviert, werden Logmeldungen in die Datei /var/log/syslog geschrieben. >+Description[en]=If this option is activated, log messages are written to the file /var/log/syslog. >+Type=bool >+Categories=system-base >+ >+[syslog/syslog/rsyslog_selector] >+Description[de]=Diese Option kann genutzt werden, um manuell einen Selektors für die Auswahl von Logmeldung für die Datei /var/log/syslog zu konfigurieren. Diese Option hat Vorrang vor syslog/syslog/avoid_duplicate_messages. >+Description[en]=This option can be used to manually configure a selector for log messages to be written to /var/log/syslog. This option takes precedence over syslog/syslog/avoid_duplicate_message. >+Type=bool >+Categories=system-base >+ >+ > [syslog/mail/mirrorto/syslog] > Description[de]=Ist diese Option aktiviert, werden Logdaten des Mail-Dienstes nicht nur in den Logdateien /var/log/mail*, sondern auch in /var/log/syslog gespeichert. > Description[en]=If this option is activated, log files of the mail service or not only logged in /var/log/mail*, but additionally in /var/log/syslog as well. > Type=bool > Categories=system-base > >+[syslog/maxmessagesize] >+Description[de]=Maximale Länge der Syslogmeldung >+Description[en]=Maximum length of a syslog message >+Type=str >+Categories=system-base >+ >+[syslog/defaulttemplate] >+Description[de]=Standard Logdateiformat. Standard: RSYSLOG_TraditionalFileFormat >+Description[en]=Default file format. Default: RSYSLOG_TraditionalFileFormat >+Type=str >+Categories=system-base >+ > [xorg/keyboard/options/XkbLayout] > Description[de]=Das verwendete Tastaturlayout. Eine Ãbersicht der möglichen Werte findet sich unter /usr/share/X11/xkb/rules/base.lst. Beispiel: 'de' für ein deutsches Layout. > Description[en]=The keyboard layout to be used. An overview of possible values can be found at /usr/share/X11/xkb/rules/base.lst. Example: 'de' for a German layout.
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 41815
:
7811
| 7813