commit: 913775cd6ecc99b306693ce1cd6f1758b2102663 parent 1239f9228424dbf35a442d02b55d168603bcf679 Author: Michael Forney <mforney@mforney.org> Date: Wed, 19 Aug 2020 22:57:21 -0700 Rename acpid2 to acpid This seems to be the more common name.Diffstat:
9 files changed, 3 insertions(+), 3 deletions(-)diff --git a/.gitmodules b/.gitmodules@@ -1,5 +1,5 @@ [submodule "pkg/acpid2/src"] - path = pkg/acpid2/src + path = pkg/acpid/src url = https://git.code.sf.net/p/acpid2/code ignore = all [submodule "pkg/alsa-lib/src"]diff --git a/pkg/acpid2/config.h b/pkg/acpid/config.hdiff --git a/pkg/acpid2/gen.lua b/pkg/acpid/gen.luadiff --git a/pkg/acpid2/patch/0001-Avoid-void-pointer-arithmetic.patch b/pkg/acpid/patch/0001-Avoid-void-pointer-arithmetic.patchdiff --git a/pkg/acpid2/patch/0002-Use-run-for-the-socket-and-pid-file.patch b/pkg/acpid/patch/0002-Use-run-for-the-socket-and-pid-file.patchdiff --git a/pkg/acpid/src b/pkg/acpid/src@@ -0,0 +1 @@ +Subproject commit 36c92da71ea407a87f1d0321f7d7cc49421bfb75diff --git a/pkg/acpid2/ver b/pkg/acpid/verdiff --git a/pkg/acpid2/src b/pkg/acpid2/src@@ -1 +0,0 @@ -Subproject commit 36c92da71ea407a87f1d0321f7d7cc49421bfb75diff --git a/pkg/gen.lua b/pkg/gen.lua@@ -1,5 +1,5 @@ subgen 'acme-client' -subgen 'acpid2' +subgen 'acpid' subgen 'adobe-source-fonts' subgen 'alsa-lib' subgen 'alsa-utils'