diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/dhcpcd | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/dhcpcd')
| -rw-r--r-- | repos/extra/dhcpcd/.files | 32 | ||||
| -rw-r--r-- | repos/extra/dhcpcd/info | 8 | ||||
| -rwxr-xr-x | repos/extra/dhcpcd/run | 3 |
3 files changed, 43 insertions, 0 deletions
diff --git a/repos/extra/dhcpcd/.files b/repos/extra/dhcpcd/.files new file mode 100644 index 00000000..9b221dd5 --- /dev/null +++ b/repos/extra/dhcpcd/.files @@ -0,0 +1,32 @@ +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/info b/repos/extra/dhcpcd/info new file mode 100644 index 00000000..1a86b6e2 --- /dev/null +++ b/repos/extra/dhcpcd/info @@ -0,0 +1,8 @@ +name=dhcpcd +version=10.0.6 +release=1 +source="https://github.com/NetworkConfiguration/$name/releases/download/v$version/$name-$version.tar.xz + run" +sv="run" +build_opt="--without-udev" + diff --git a/repos/extra/dhcpcd/run b/repos/extra/dhcpcd/run new file mode 100755 index 00000000..42bcbd33 --- /dev/null +++ b/repos/extra/dhcpcd/run @@ -0,0 +1,3 @@ +#!/bin/sh +exec dhcpcd -BM 2>&1 + |