commit: c6f680a6aff351e85375cdf9a98592d13e8802b5
parent adfc19c759066dfb2649f2fe5882541c22e6093d
Author: Michael Forney <mforney@mforney.org>
Date: Tue, 23 Jun 2020 12:23:16 -0700
Rename devd to hotplugd
Diffstat:
9 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/.gitmodules b/.gitmodules
@@ -39,9 +39,6 @@
[submodule "pkg/cproc/src"]
path = pkg/cproc/src
url = https://git.sr.ht/~mcf/cproc
-[submodule "pkg/devd/src"]
- path = pkg/devd/src
- url = https://github.com/oasislinux/devd.git
[submodule "pkg/dmenu/src"]
path = pkg/dmenu/src
url = git://git.suckless.org/dmenu
@@ -103,6 +100,9 @@
path = pkg/hostap/src
url = git://w1.fi/hostap.git
ignore = all
+[submodule "pkg/hotplugd/src"]
+ path = pkg/hotplugd/src
+ url = https://github.com/oasislinux/hotplugd.git
[submodule "pkg/ii/src"]
path = pkg/ii/src
url = git://git.suckless.org/ii
diff --git a/pkg/devd/gen.lua b/pkg/devd/gen.lua
@@ -1,12 +0,0 @@
-cflags{
- '-std=c11', '-Wall', '-Wextra', '-Wpedantic',
- ([[-D 'PREFIX="%s"']]):format(config.prefix),
- '-isystem $builddir/pkg/linux-headers/include',
-}
-
-pkg.deps = {'pkg/linux-headers/headers'}
-
-file('bin/devd', '755', exe('devd', {'devd.c'}))
-file('libexec/devd-trigger', '755', exe('devd-trigger', {'devd-trigger.c'}))
-
-fetch 'git'
diff --git a/pkg/devd/src b/pkg/devd/src
@@ -1 +0,0 @@
-Subproject commit 4c1cac5c68cb09ef1233615468894e1064614f79
diff --git a/pkg/devd/ver b/pkg/devd/ver
@@ -1 +0,0 @@
-4c1cac5c68 r0
diff --git a/pkg/gen.lua b/pkg/gen.lua
@@ -16,7 +16,6 @@ subgen 'catgirl'
subgen 'cmark'
subgen 'cproc'
subgen 'curl'
-subgen 'devd'
subgen 'dosfstools'
subgen 'dmenu'
subgen 'dnssec-rr'
@@ -37,6 +36,7 @@ subgen 'fspec-sync'
subgen 'fuse'
subgen 'git'
subgen 'hostap'
+subgen 'hotplugd'
subgen 'ii'
subgen 'iproute2'
subgen 'jbig2dec'
diff --git a/pkg/hotplugd/gen.lua b/pkg/hotplugd/gen.lua
@@ -0,0 +1,12 @@
+cflags{
+ '-std=c11', '-Wall', '-Wextra', '-Wpedantic',
+ ([[-D 'PREFIX="%s"']]):format(config.prefix),
+ '-isystem $builddir/pkg/linux-headers/include',
+}
+
+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'}))
+
+fetch 'git'
diff --git a/pkg/hotplugd/src b/pkg/hotplugd/src
@@ -0,0 +1 @@
+Subproject commit ef763a029fb8a1f31151159668e54fa17c690e6c
diff --git a/pkg/hotplugd/ver b/pkg/hotplugd/ver
@@ -0,0 +1 @@
+ef763a029f r0
diff --git a/sets.lua b/sets.lua
@@ -6,9 +6,9 @@ return {
'bzip2',
'cacert',
'curl',
- 'devd',
'e2fsprogs',
'git',
+ 'hotplugd',
'iproute2',
'kbd',
'lua',