[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/dhcpcd-scriptconfig/dhcpcd-scriptconfig.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A modified version of dhcpcd to use scripts [T] dhcpcd-scriptconfig is a modified version of dhcpcd designed to do all [T] configuration with scripts. The goals are to make a fully extensible [T] DHCP client, to simplify the code inside of the DHCP client itself, [T] and to improve platform independence [T] [T] based on http://www.phystech.com/download/dhcpcd.html [U] http://www.suspectclass.com/~sgifford/dhcpcd-scriptconfig/ [A] Scott Gifford [M] The T2 Project [C] extra/network [L] GPL [S] Stable [V] 0.1 [P] O [D] 1250468195 dhcpcd-scriptconfig-0.1.tar.gz http://www.suspectclass.com/~sgifford/dhcpcd-scriptconfig/files/ [D] 1857336182 dhcpcd-scripts-linux-0.1.tar.gz http://www.suspectclass.com/~sgifford/dhcpcd-scriptconfig/files/ dhcpcdscripts_samples() { echo "Installing sample scripts..." tar -C $docdir $taropt \ $base/download/mirror/d/dhcpcd-scripts-linux-0.1.tar.bz2 rm -rf $docdir/rc.d/init.d/RCS } hook_add postdoc 5 'dhcpcdscripts_samples'