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
build: use configfile mode in init script #6383
build: use configfile mode in init script #6383
Conversation
This only applies for split-config; the init script would create an empty config file with default permissions. Reported-by: Robert Scheck <robert@fedoraproject.org> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2e40fba
to
5c90637
Compare
|
(v2: fixed the old init script too. we should really remove that.) |
|
| _ | _ |
|---|---|
| Result | SUCCESS git merge/6383 5c90637 |
| Date | 05/11/2020 |
| Start | 16:32:43 |
| Finish | 16:58:38 |
| Run-Time | 25:55 |
| Total | 1815 |
| Pass | 1815 |
| Fail | 0 |
| Valgrind-Errors | 0 |
| Valgrind-Loss | 0 |
| Details | vncregress-2020-05-11-16:32:43.txt |
| Log | autoscript-2020-05-11-16:33:47.log.bz2 |
| Memory | 485 498 425 |
For details, please contact louberger
Continuous Integration Result: SUCCESSFULContinuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12253/ This is a comment from an automated CI system. Warnings Generated during build:Debian 10 amd64 build: Successful with additional warningsDebian Package lintian failed for Debian 10 amd64 build: |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-12254/ This is a comment from an automated CI system. Warnings Generated during build:Debian 10 amd64 build: Successful with additional warningsDebian Package lintian failed for Debian 10 amd64 build: |
This only applies for split-config; the init script would create an
empty config file with default permissions.