Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-29 | Rename runscript to openrc-run | William Hubbs | |
This was requested by Debian, because the minicom software, which is available on Debian and other distros, has a binary named runscript. We are keeping a backward compatibility symlink for now, but this allows Debian or any other distro to safely remove the symlink. X-Gentoo-Bug: 494220 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=494220 | |||
2013-12-13 | add openrc binary to ignore patterns | William Hubbs | |
2013-09-23 | rc: add service to ignore patterns | William Hubbs | |
2011-06-03 | clean up gitignore files | Mike Frysinger | |
Rather than listing explicit object files, ignore all of them in the whole tree. Also ignore patch/gdb related files throughout. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-10-13 | Add new utility and init script swclock that sets the system time based on | Roy Marples | |
the mtime of a file. It saves the shutdown time to this file also. This is handy for systems without a working RTC chip. Based on an idea by Michael A. Smith <michael@smith-li.com>. Fixes Gentoo #272073. | |||
2009-04-30 | Go back to git | Roy Marples | |
2008-12-04 | Punt .gitignore files. | Roy Marples | |
2008-10-30 | We should show hotplugged services, needed services and manually started ↵ | Roy Marples | |
services in rc-status. | |||
2008-07-09 | Ignore core files | Roy Marples | |
2008-06-30 | Ignore ewaitfile. | Roy Marples | |
2008-03-21 | Add --list to rc-service to list all available services. | Roy Marples | |
2008-03-19 | gitignore | Roy Marples | |
2008-03-16 | Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ↵ | Roy Marples | |
from queue(3). Refactor code style around the BSD KNF. | |||
2008-03-03 | Fix ignore files some more. | Roy Marples | |
2008-03-03 | Add a gitignore make target. | Roy Marples | |