From 80385f7be49672ccb60c0c19f38f10f55518e214 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 30 Jul 2021 23:57:38 +0100 Subject: net-misc/openvswitch: [QA] call tmpfiles_process in pkg_postinst This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James --- net-misc/openvswitch/openvswitch-2.14.1.ebuild | 2 ++ net-misc/openvswitch/openvswitch-2.15.0.ebuild | 2 ++ 2 files changed, 4 insertions(+) (limited to 'net-misc') diff --git a/net-misc/openvswitch/openvswitch-2.14.1.ebuild b/net-misc/openvswitch/openvswitch-2.14.1.ebuild index cb44e1d8be7e..c873cc5a5478 100644 --- a/net-misc/openvswitch/openvswitch-2.14.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.14.1.ebuild @@ -123,6 +123,8 @@ src_install() { pkg_postinst() { use modules && linux-mod_pkg_postinst + tmpfiles_process openvswitch.conf + # only needed on non-systemd, but helps anyway elog "Use the following command to create an initial database for ovsdb-server:" elog " emerge --config =${CATEGORY}/${PF}" diff --git a/net-misc/openvswitch/openvswitch-2.15.0.ebuild b/net-misc/openvswitch/openvswitch-2.15.0.ebuild index 7f44d4ded567..83ea5328d7d0 100644 --- a/net-misc/openvswitch/openvswitch-2.15.0.ebuild +++ b/net-misc/openvswitch/openvswitch-2.15.0.ebuild @@ -122,6 +122,8 @@ src_install() { pkg_postinst() { use modules && linux-mod_pkg_postinst + tmpfiles_process openvswitch.conf + # only needed on non-systemd, but helps anyway elog "Use the following command to create an initial database for ovsdb-server:" elog " emerge --config =${CATEGORY}/${PF}" -- cgit v1.2.3-65-gdbad