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-02 | remove type command | William Hubbs | |
The posix equivalent of the type command is "command -v", so now we use that. Thanks to Jonathan Callen <jcallen@gentoo.org> for informing me wrt the fix. | |||
2013-02-23 | Fix shebangs in services to point to the correct location of runscript | Andrew Gregory | |
SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> | |||
2011-10-20 | further clean up OS differences in makefiles | Mike Frysinger | |
No need for if() logic. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-10-18 | consolodate Makefiles | William Hubbs | |
The tree contained many operating system specific Makefiles which were being included in other Makefiles. This commit removes those and adds the code to the makefiles which included them using make's conditional processing. X-Gentoo-Bug: 387441 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=387441 | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-01-17 | more whitespace cleanup | Mike Frysinger | |
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-07-01 | Fix wpa_supplicant to find wireless interfaces on newer kernels. | Roy Marples | |
Fixes #176. | |||
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples | |
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178. | |||
2009-05-06 | Enable wpa_supplicant for >1 wireless interface if found. | Roy Marples | |
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-27 | Although the noshutdown keyword is nice, we shouldn't use it for network or ↵ | Roy Marples | |
dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network. | |||
2009-04-27 | Set correct prefix | Roy Marples | |
2009-04-27 | Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style. | Roy Marples | |
2009-04-18 | Support BSDs | Roy Marples | |
2009-04-16 | Add net dependency | Roy Marples | |
2009-03-05 | Add scripts for dhcpcd and wpa_supplicant. | Roy Marples | |
2008-12-04 | Punt .gitignore files. | Roy Marples | |
2008-04-28 | Fix multi platform a little. | Roy Marples | |
2008-03-23 | fix broken whitespace -- no functional changes | Mike Frysinger | |
2008-03-19 | SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat. | Roy Marples | |
2008-03-05 | Add tunable SYSCONFDIR | Roy Marples | |
2008-03-03 | Fix ignore files some more. | Roy Marples | |
2008-03-03 | Use exlicit make targets, not directory contents. | Roy Marples | |
2008-03-02 | Ensure that our scripts call prefixed runscript. | Roy Marples | |
2008-01-23 | openvpn needs localmount | Roy Marples | |
2008-01-12 | /var/empty isn't a fixed requirement for sshd | Roy Marples | |
2008-01-11 | Fix some syslogd pidfile and installing support scripts. | Roy Marples | |
2008-01-11 | Update copyrights, my email and license. | Roy Marples | |
2008-01-11 | Remove vim settings. | Roy Marples | |
2008-01-11 | Remove full license text from shell cripts. | Roy Marples | |
2008-01-11 | Allow OS to define default package locations. | Roy Marples | |
2007-12-14 | udev requires try function and the modules-update program should take care ↵ | Roy Marples | |
of any 2.4 vs 2.6 kernel issues. Also add vim instructions to a few files. | |||
2007-12-14 | Add some avahi scripts | Roy Marples | |
2007-12-14 | Remove Gentoo copyright from all files that I know I have written | Roy Marples | |
2007-12-06 | Don't exit in functions. | Roy Marples | |
2007-11-29 | Allow services to define which extra commands require the service to be started | Roy Marples | |
2007-11-28 | Load the tun/tap modules on BSD | Roy Marples | |
2007-11-28 | Massive whitespace cleanup | Roy Marples | |
2007-11-28 | Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon. | Roy Marples | |
2007-11-23 | Fix version and depend on ntpdate too | Roy Marples | |
2007-11-23 | Add polkitd init script | Roy Marples | |
2007-11-23 | Add hald init script | Roy Marples | |
2007-11-23 | Add dbus init script | Roy Marples | |
2007-11-23 | Add sshd init script | Roy Marples | |
2007-11-23 | Add dnsmasq init script | Roy Marples | |
2007-11-23 | Move /etc/conf.d/rc to /etc/rc.conf. | Roy Marples | |
Lowercase all configurable variables, non configurations remain uppercase. Replace rc_env_bool with rc_yesno. Split localmount info procfs (Linux) and dumpon, savecore (BSD) |