Skip to content
Snippets Groups Projects
Commit 7ff757ef authored by Russ Allbery's avatar Russ Allbery
Browse files

Fix another inherited variable in base::newsyslog::messages::sa

The ::override subclass was also using the class variable.
parent f433a547
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ class base::newsyslog::messages::sa::override (
Base::Newsyslog::Config["messages"] {
frequency => "daily",
directory => "/var/log",
restart => "hup $messagesPIDFile",
restart => "hup ${pid_file}",
archive => "/afs/ir/service/clients/$clientdir/logs",
log_owner => "root",
log_group => $group,
......@@ -19,4 +19,4 @@ class base::newsyslog::messages::sa::override (
analyze => "/usr/bin/filter-syslog",
save_num => $save_num,
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment