[systemd-devel] [PATCH] install: Do not enable systemd-networkd by default
Holger Schurig
holgerschurig at gmail.com
Fri Feb 21 08:34:49 PST 2014
> True, but this requires manual patching and fixing up of `make
> install`, which is a bummer.
Why?
Your debian/rules or rpmspec %build can simply do something like this:
make install
rm -f ${DEST}/etc/systemd/system/FOOO.BAR
that is much easier than quilt patches that modify Makefile.am. Also,
those patches tend to not apply from time to time (if the area around
the patch got changed upstream).
More information about the systemd-devel
mailing list