le1t0-deprec 2.1.6.041 → 2.1.6.042
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +4 -0
- data/lib/deprec/recipes/syslog/syslog_ng.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
@@ -67,7 +67,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
67
67
|
:f_mail => "facility(mail)",
|
68
68
|
:f_news => "facility(news)",
|
69
69
|
:f_user => "facility(user)",
|
70
|
-
:f_local => "facility(local0,local1,local2,local3,local4,local5,local6,local7)"
|
70
|
+
:f_local => "facility(local0,local1,local2,local3,local4,local5,local6,local7)",
|
71
71
|
:f_local0 => "facility(local0)",
|
72
72
|
:f_local1 => "facility(local1)",
|
73
73
|
:f_local2 => "facility(local2)",
|