system: Do not export local-host-entries.
Unlike the deprecated 'local-host-aliases', there's no use for local-host-entries since it's used to set the default value for hosts-service-type. Given that this service-type is expected to be extended, one presumes that when they explicitly override the service default value they do not have much interest in the 'local-host-entries' procedure. * gnu/system.scm: Do not export local-host-entries. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
ce02b23bb9
commit
c742615b76
|
@ -171,7 +171,6 @@
|
||||||
boot-parameters->menu-entry
|
boot-parameters->menu-entry
|
||||||
|
|
||||||
local-host-aliases ;deprecated
|
local-host-aliases ;deprecated
|
||||||
local-host-entries
|
|
||||||
%root-account
|
%root-account
|
||||||
%setuid-programs
|
%setuid-programs
|
||||||
%sudoers-specification
|
%sudoers-specification
|
||||||
|
|
Reference in New Issue