========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://lists.alpinelinux.org/alpine-aports/0376.html"
linktext was:"without systemd on Alpine Linux"
====================================
with everything enabled but WIMAX.
From within the top level of the sources:
Code: Select all
# Remove systemd functionality.
local f= files=$(find src/dhcp-manager/systemd-dhcp -type f)
files="$files $(find src/dhcp-manager -maxdepth 1 -type f -name"*-systemd.*")"
for f in $files; do
printf"" > $f
done