le1t0-deprec 2.1.6.038 → 2.1.6.039

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,5 +1,9 @@
1
1
  # deprec changelog
2
2
 
3
+ = 2.1.6.039 (Jul 23, 2010)
4
+
5
+ * Added facilities to f_daemons for syslog_ng
6
+
3
7
  = 2.1.6.038 (Jul 23, 2010)
4
8
 
5
9
  * Updated dependency for capistrano
@@ -77,7 +77,7 @@ Capistrano::Configuration.instance(:must_exist).load do
77
77
  :f_messages => "level(info,notice,warn) and not facility(auth,authpriv,cron,daemon,mail,news)",
78
78
  :f_emerg => "level(emerg)",
79
79
  :f_xconsole => "facility(daemon,mail) or level(debug,info,notice,warn) or (facility(news) and level(crit,err,notice))",
80
- :f_daemons => "program(\"(rails|apache|postfix|haproxy|mysql|keepalived|sphinx|firewall)-.*\")"
80
+ :f_daemons => "program(\"(rails|apache|postfix|haproxy|mysql|keepalived|sphinx|firewall)-.*\") or facility(user,local0,local1,local2,local3,local4,local5,local6,local7)"
81
81
  }
82
82
  set :syslog_ng_destinations, {
83
83
  :df_auth => "file(\"/var/log/auth.log\")",
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 2
7
7
  - 1
8
8
  - 6
9
- - 38
10
- version: 2.1.6.038
9
+ - 39
10
+ version: 2.1.6.039
11
11
  platform: ruby
12
12
  authors:
13
13
  - Le1t0