Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What should the configuration semantics be for overwriting? #116

Open
PerilousApricot opened this issue Aug 8, 2016 · 0 comments
Open

Comments

@PerilousApricot
Copy link
Member

When writing an update for lfs_service_manager.sh, I ran across the following. If you set a configuration value more than once, toolbox will use the FIRST version, and not anything afterwards.

This configuration will use the output file from lio-fuse.cfg

%include /etc/lio/lio-fuse.cfg                                                                         
[log_level]                                                                                            
output = $FUSE_LOG                                                                                     
EOF

But this one will use FUSE_LOG

[log_level]                                                                                            
output = $FUSE_LOG                                                     
%include /etc/lio/lio-fuse.cfg                                                                                                                                                        
EOF

This feels backwards to me. What's the right way to handle this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant