summaryrefslogtreecommitdiffstats
path: root/contrib/PKGBUILD.in
AgeCommit message (Collapse)AuthorFilesLines
2015-01-13Minor documentation fixesJouke Witteveen1-1/+2
2014-03-01port bonding from ifenslave to iproute2ajs124_desk1-1/+0
Ifenslave is deprecated according to the kernel documentation: https://www.kernel.org/doc/Documentation/networking/bonding.txt It also added an additional, unnecessary dependency. I tried to update the documentation to reflect this change.
2013-07-24Use iproute2 for bridging (FS#36165)Jouke Witteveen1-1/+0
This sheds the dependency on the old bridge-utils (brctl).
2013-07-16PKGBUILD: Add systemd to dependsFlorian Pritz1-1/+1
systemd is required at runtime and we also need it at build time. New chroots created by Arch's devtools no longer include all base packages and systemd won't be installed unless we depend on it. Without systemd the makefile won't find the unit dir and will install the service files into /. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-05-05Use pkg-config to obtain the systemd system unit directoryJouke Witteveen1-0/+36
This ensures the units are installed correctly if systemd is installed in an alternate location like /lib/systemd. Idem for the location of profile-based units. Based on a proposal by: Mike Gilbert <floppym@gentoo.org>