mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
src: remote: Makefile: properly format sysconfdir in virtproxyd.conf
Commit <5b816e16968ba02def56f067774ecd9a8c8d44d7> removed hard-coded sysconfdir path from *.conf files but missed virtproxyd. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
6d4e0b5c00
commit
e7fc35ec11
@ -275,6 +275,7 @@ remote/virtproxyd.conf: remote/libvirtd.conf.in
|
||||
$(AM_V_GEN)sed \
|
||||
-e '/[@]CUT_ENABLE_IP[@]/d' \
|
||||
-e '/[@]END[@]/d' \
|
||||
-e 's|[@]sysconfdir[@]|@sysconfdir@|' \
|
||||
-e 's|[@]runstatedir[@]|@runstatedir@|' \
|
||||
-e 's/[@]DAEMON_NAME[@]/virtproxyd/' \
|
||||
$< > $@
|
||||
@ -300,6 +301,7 @@ remote/virtproxyd.aug: remote/libvirtd.aug.in
|
||||
$(AM_V_GEN)$(SED) \
|
||||
-e '/[@]CUT_ENABLE_IP[@]/d' \
|
||||
-e '/[@]END[@]/d' \
|
||||
-e 's|[@]sysconfdir[@]|@sysconfdir@|' \
|
||||
-e 's/[@]DAEMON_NAME[@]/virtproxyd/' \
|
||||
-e 's/[@]DAEMON_NAME_UC[@]/Virtproxyd/' \
|
||||
$< > $@
|
||||
@ -324,6 +326,7 @@ remote/test_virtproxyd.aug: remote/test_libvirtd.aug.in \
|
||||
$(SED) \
|
||||
-e '/[@]CUT_ENABLE_IP[@]/d' \
|
||||
-e '/[@]END[@]/d' \
|
||||
-e 's|[@]sysconfdir[@]|@sysconfdir@|' \
|
||||
-e 's|[@]runstatedir[@]|@runstatedir@|' \
|
||||
-e 's/[@]DAEMON_NAME[@]/virtproxyd/' \
|
||||
-e 's/[@]DAEMON_NAME_UC[@]/Virtproxyd/' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user