aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/dhcpcd
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/dhcpcd')
-rw-r--r--repos/extra/dhcpcd/.checksum2
-rw-r--r--repos/extra/dhcpcd/.files32
-rw-r--r--repos/extra/dhcpcd/abuild14
-rwxr-xr-xrepos/extra/dhcpcd/run3
4 files changed, 0 insertions, 51 deletions
diff --git a/repos/extra/dhcpcd/.checksum b/repos/extra/dhcpcd/.checksum
deleted file mode 100644
index 8403473d..00000000
--- a/repos/extra/dhcpcd/.checksum
+++ /dev/null
@@ -1,2 +0,0 @@
-580990d5f79a97fcb7fa110ec06c07d1d3b787a69c2034b735f8d18f9894049e dhcpcd-10.3.2.tar.xz
-847d2e7af742d121dcbd8181609be45ab703daea4977fa4b8bea795a6fd907fe run
diff --git a/repos/extra/dhcpcd/.files b/repos/extra/dhcpcd/.files
deleted file mode 100644
index 9b221dd5..00000000
--- a/repos/extra/dhcpcd/.files
+++ /dev/null
@@ -1,32 +0,0 @@
-drwxr-xr-x root/root etc/
--rw-r--r-- root/root etc/dhcpcd.conf.new
-drwxr-xr-x root/root etc/sv/
-drwxr-xr-x root/root etc/sv/dhcpcd/
--rwxr-xr-x root/root etc/sv/dhcpcd/run.new
-lrwxrwxrwx root/root etc/sv/dhcpcd/supervise -> ../../../run/runit/supervise.dhcpcd
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/libexec/
-drwxr-xr-x root/root usr/libexec/dhcpcd-hooks/
--r--r--r-- root/root usr/libexec/dhcpcd-hooks/01-test
--r--r--r-- root/root usr/libexec/dhcpcd-hooks/20-resolv.conf
--r--r--r-- root/root usr/libexec/dhcpcd-hooks/30-hostname
--r--r--r-- root/root usr/libexec/dhcpcd-hooks/50-ntp.conf
--r-xr-xr-x root/root usr/libexec/dhcpcd-run-hooks
-drwxr-xr-x root/root usr/sbin/
--r-xr-xr-x root/root usr/sbin/dhcpcd
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/dhcpcd/
-drwxr-xr-x root/root usr/share/dhcpcd/hooks/
--r--r--r-- root/root usr/share/dhcpcd/hooks/10-wpa_supplicant
--r--r--r-- root/root usr/share/dhcpcd/hooks/15-timezone
--r--r--r-- root/root usr/share/dhcpcd/hooks/29-lookup-hostname
--r--r--r-- root/root usr/share/dhcpcd/hooks/50-yp.conf
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man5/
--r--r--r-- root/root usr/share/man/man5/dhcpcd.conf.5.gz
-drwxr-xr-x root/root usr/share/man/man8/
--r--r--r-- root/root usr/share/man/man8/dhcpcd-run-hooks.8.gz
--r--r--r-- root/root usr/share/man/man8/dhcpcd.8.gz
-drwxr-xr-x root/root var/
-drwxr-xr-x root/root var/db/
-drwxr-x--- root/root var/db/dhcpcd/
diff --git a/repos/extra/dhcpcd/abuild b/repos/extra/dhcpcd/abuild
deleted file mode 100644
index 4b591114..00000000
--- a/repos/extra/dhcpcd/abuild
+++ /dev/null
@@ -1,14 +0,0 @@
-name=dhcpcd
-version=10.3.2
-release=1
-source="https://github.com/NetworkConfiguration/$name/releases/download/v$version/$name-$version.tar.xz
- run"
-sv="run"
-build_opt="--without-udev"
-
-prebuild() {
- # fix when using libressl
- if [ -f $SPM_PKGDB/libressl ]; then
- sed -i 's/RAND_priv_bytes/RAND_pseudo_bytes/g' compat/arc4random.c
- fi
-}
diff --git a/repos/extra/dhcpcd/run b/repos/extra/dhcpcd/run
deleted file mode 100755
index 42bcbd33..00000000
--- a/repos/extra/dhcpcd/run
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-exec dhcpcd -BM 2>&1
-