Posts: 75
tradetaxfree
Joined: 18 Jan 2012
#1
If you are trying to avoid systemd - I have managed to build networkmanager 1.0.0 / modemmanager
========= 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