summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2012-10-05Follow archlinux.7 -> parabola.7 conversionHEADmasterNicolás Reynolds
2012-08-12update .gitignoreTom Gundersen
Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-31man: add hostname(5)Tom Gundersen
Also fix typo in Makefile making the install of the other manpages fail. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-31man: add Arch-specific man page for locale.conf and vconsole.confTom Gundersen
Taken from systemd, but adapted to be Arch-specific. Some things left commented out as we might want to implement them. Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-12-30.gitignore: add manpagesTom Gundersen
2011-10-29minilogd: killTom Gundersen
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-04-21release: automate and documentTom Gundersen
Add a brief description of how to release initscripts. Also automate the creation of the tarball using "make release". Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-04-21Use a Makefile and clean up install fileDan McGee
Use a Makefile to compile, rather than a call to gcc in install.sh. This allows make's implict rules to take care of CFLAGS, LDFLAGS, CC, etc. Use `set -e` in the install file rather than needing '|| exit 1' on every single operation. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Tom Gundersen <teg@jklm.no>
2010-07-23Add a PKGBUILD for building initscripts-git for testing.Victor Lowther
This builds straight out of a git checkout. Add generated packages to .gitignore
2009-08-22Add minilogd to gitignoreDan McGee
Signed-off-by: Dan McGee <dan@archlinux.org>