Skip to content

Commit

Permalink
ncm-sysctl: Deprecate compat-v1 as having no effect
Browse files Browse the repository at this point in the history
The code was removed pre-2008
  • Loading branch information
jrha committed Sep 12, 2024
1 parent b28d4d9 commit 2854250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-sysctl/src/main/pan/components/sysctl/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type component_sysctl_structure = {
include structure_component

'command' : string = '/sbin/sysctl' with match(SELF, '^/.+')
'compat-v1' : boolean = false
'compat-v1' ? boolean with deprecated(0, 'compat-v1 has no effect and will be removed in a future release')
'confFile' : string = '/etc/sysctl.conf' with match(SELF, '^(/.+|[^/]+)\.conf$') # disallow / unless an absolute path is supplied.
'variables' ? string{}
};
Expand Down

0 comments on commit 2854250

Please sign in to comment.