aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
AgeCommit message (Collapse)AuthorFiles
2012-01-12/dev: remove non-devtmpfs supportTom Gundersen1
Udev requires devtmpfs to work, so no point in pretending that the system will work without it. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-11-06PKGBUILD: use %Y%m%d format instead of %s2011.11.1Dave Reisner1
Using seconds from epoch will cause 'makepkg -i' to fail. Lame. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
2011-10-29minilogd: killTom Gundersen1
This is not very useful, is not maintained, has open serious bugs. Better to admit that it does not work and just remove it. Someone could easily make an AUR package with a hook, if they want it and can make it work as expected. The only case where this would be useful is in case lvm monitoring is in use and dmeventd sends out a message to syslog before syslog-ng is started (there is a very small window). However, not even this works atm (as far as I know) due to bugs in minilogd. Signed-off-by: Tom Gundersen <teg@jklm.no> Signed-off-by: Dan McGee <dan@archlinux.org>
2011-10-29udev: binary moved, require 174Tom Gundersen1
2011-10-18PKGBUILD: updateTom Gundersen1
We now require udev 173, and the manpages use asciidoc.
2011-10-18Add rc.d manual page2011.10.1Sebastien Luttringer1
Thanks to Elvis Stansvik <elvstone@gmail.com> for its template. Fix bug: FS#25269 Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
2011-07-07Remove usage of head in PKGBUILDSebastien Luttringer1
Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
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