diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-06 09:26:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-06 09:26:43 +0000 |
commit | dbfbb9b88abcc2522e8e46b6db218dca09771bb2 (patch) | |
tree | f72dbc18461422ea5e05027e9faa0133b6793faf /testing/syslog-ng/syslog-ng-destination.std | |
parent | ec0afeea4567c35a0eda0f664b4649b1ab006645 (diff) | |
download | aports-dbfbb9b88abcc2522e8e46b6db218dca09771bb2.tar.bz2 aports-dbfbb9b88abcc2522e8e46b6db218dca09771bb2.tar.xz |
main/syslog-ng: move from testing
Diffstat (limited to 'testing/syslog-ng/syslog-ng-destination.std')
-rw-r--r-- | testing/syslog-ng/syslog-ng-destination.std | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/testing/syslog-ng/syslog-ng-destination.std b/testing/syslog-ng/syslog-ng-destination.std deleted file mode 100644 index 93bc3030af..0000000000 --- a/testing/syslog-ng/syslog-ng-destination.std +++ /dev/null @@ -1,22 +0,0 @@ -# --------------------------------------------------------------------------------- -# Default syslog-ng standard log files; Do not edit this file! -# append log file entry with line on a file: syslog-ng-destination.<package> -# --------------------------------------------------------------------------------- - destination df_auth { file("/var/log/auth.log"); }; - destination df_kern { file("/var/log/kern.log"); }; - destination df_mail { file("/var/log/mail.log"); }; - destination df_error { file("/var/log/error.log"); }; -# these files are meant for the mail system log files -# and provide re-usable destinations for {mail,cron,...}.info, -# {mail,cron,...}.notice, etc. - destination df_facility_dot_info { file("/var/log/$FACILITY.info"); }; - destination df_facility_dot_notice { file("/var/log/$FACILITY.notice"); }; - destination df_facility_dot_warn { file("/var/log/$FACILITY.warn"); }; - destination df_facility_dot_err { file("/var/log/$FACILITY.err"); }; - destination df_facility_dot_crit { file("/var/log/$FACILITY.crit"); }; -# some more classical and useful files found in standard syslog configurations - destination df_debug { file("/var/log/debug"); }; - destination df_messages { file("/var/log/messages"); }; -# consoles -# this will send messages to everyone logged in - destination du_all { usertty("*"); }; |