summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-01-09 15:13:37 -0700
committerChristof Schmitt <cs@samba.org>2015-03-23 21:22:11 +0100
commit409b5433d24e69a03d8638d4c65c8098539f078d (patch)
tree12bf8ca4a588003da51c6fd86d1baaf7ed0ca102 /lib
parentf1f3804f6c9d835d30a4a1c6ddb3b1a47b26a7ae (diff)
downloadsamba-409b5433d24e69a03d8638d4c65c8098539f078d.tar.gz
param: Mark syslog and syslog_only as deprecated
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/param/param_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 464a7c98e15..d78b4d1f664 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1185,7 +1185,7 @@ struct parm_struct parm_table[] = {
.offset = GLOBAL_VAR(syslog),
.special = NULL,
.enum_list = NULL,
- .flags = FLAG_ADVANCED,
+ .flags = FLAG_ADVANCED | FLAG_DEPRECATED,
},
{
.label = "syslog only",
@@ -1194,7 +1194,7 @@ struct parm_struct parm_table[] = {
.offset = GLOBAL_VAR(syslog_only),
.special = NULL,
.enum_list = NULL,
- .flags = FLAG_ADVANCED,
+ .flags = FLAG_ADVANCED | FLAG_DEPRECATED,
},
{
.label = "log file",