aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
AgeCommit message (Collapse)AuthorFiles
2011-05-22network: deprecate net-tools, add iproute2 supportDave Reisner1
Provide large warnings when net-tools functionality is used. Add documentation in rc.conf for the new iproute2 based config. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-04-23Use Makefile to replace install.shDave Reisner1
If we're going to use a Makefile for minilogd, we might as well use it for everything. This has some moving pieces: * fix minilogd rule: minilogd.o is a target dep not a build rule * rename adjtime.cron => adjtime * fixup PKGBUILD to account for changes Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-03-16PKGBUILD: remove unnecessary dependsDave Reisner1
* sed and awk are no longer used * ncurses is indirectly provided by readline, but readline might not be compiled against ncurses Close FS#22966 Signed-off-by: Dave Reisner <d@falconindy.com> Signed-off-by: Seblu <seblu@seblu.net>
2010-07-23Add a PKGBUILD for building initscripts-git for testing.Victor Lowther1
This builds straight out of a git checkout. Add generated packages to .gitignore