diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2024-01-25 20:29:14 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2024-01-27 19:02:52 +0100 |
commit | bbd858935fad9a469b5b339948e1215b347b05c0 (patch) | |
tree | 3d6cff23ed9c13ea15f6fd37775dd3e9c8f8477a /pkgsrc/ospf6d.sh.in | |
parent | babeld: remove bogus config path print (diff) | |
download | frr-bbd858935fad9a469b5b339948e1215b347b05c0.tar.xz frr-bbd858935fad9a469b5b339948e1215b347b05c0.zip |
build: homologize path handling
Use consistent `e_somepath` names for expanded versions of `somepath`.
Also remove all paths from `config.h` and put them into
`lib/config_paths.h` - this is to make more obvious when someone is
doing something probably not quite properly structured.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pkgsrc/ospf6d.sh.in')
-rw-r--r-- | pkgsrc/ospf6d.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgsrc/ospf6d.sh.in b/pkgsrc/ospf6d.sh.in index bdd348ee7..c9854ed79 100644 --- a/pkgsrc/ospf6d.sh.in +++ b/pkgsrc/ospf6d.sh.in @@ -16,7 +16,7 @@ fi name="ospf6d" rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf" command="@prefix@/sbin/${name}" command_args="-d" |