logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 096bc8161c480e13d55b43c11c399d00d326a4d7
parent 78685881821b2dcd3d7b0dba7ec257453f2dc2ca
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 17 Feb 2023 21:48:37 -0800

hotplugd: Add ata_id

Diffstat:

Mpkg/hotplugd/gen.lua5+++--
Mpkg/hotplugd/ver2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pkg/hotplugd/gen.lua b/pkg/hotplugd/gen.lua @@ -6,7 +6,8 @@ cflags{ pkg.deps = {'pkg/linux-headers/headers'} -file('bin/hotplugd', '755', exe('hotplugd', {'hotplugd.c'})) -file('libexec/hotplugd-trigger', '755', exe('hotplugd-trigger', {'hotplugd-trigger.c'})) +file('bin/hotplugd', '755', exe('hotplugd', {'hotplugd.c'})) +file('libexec/hotplugd/ata_id', '755', exe('ata_id', {'ata_id.c'})) +file('libexec/hotplugd/trigger', '755', exe('trigger', {'trigger.c'})) fetch 'git' diff --git a/pkg/hotplugd/ver b/pkg/hotplugd/ver @@ -1 +1 @@ -6d19eb4871 r0 +c15eea9bde r0