Age | Commit message (Expand) | Author |
2008-02-11 | Ignore resolvconf error messages if the interface does not exist. | Roy Marples |
2008-01-31 | Tidy up some code and remove the redundant single_user function as we now use... | Roy Marples |
2008-01-30 | Allow rc_need to work with net scripts, and allow for loopback also. | Roy Marples |
2008-01-30 | Fix unmounting shared and bind mounts, Gentoo bug #207611. | Roy Marples |
2008-01-29 | Only allow .sh files to be used as net modules. | Roy Marples |
2008-01-26 | Fix restart --nodeps again. | Roy Marples |
2008-01-23 | No need to specify SVCNAME anymore. | Roy Marples |
2008-01-22 | We need to shift here. | Roy Marples |
2008-01-22 | Allow stop start to work when stop is not defined. | Roy Marples |
2008-01-15 | Allow things after the /32 for host routes. | Roy Marples |
2008-01-14 | Ignore functions.sh and rc-functions.sh as these are now created by make. | Roy Marples |
2008-01-13 | INSTALLAFTER needs to be defined before we include our mk's to work. | Roy Marples |
2008-01-13 | Change lib name during make, not install. | Roy Marples |
2008-01-11 | Don't print an extra eend on failure. | Roy Marples |
2008-01-11 | Update copyrights, my email and license. | Roy Marples |
2008-01-11 | Adopt a more C style for scripts and remove vim settings. | Roy Marples |
2008-01-11 | Remove full license text from shell cripts. | Roy Marples |
2008-01-10 | Add /usr/pkg to the PATH for NetBSD packages. | Roy Marples |
2008-01-10 | dhcpcd could be anywhere, so allow this. | Roy Marples |
2008-01-10 | massage netmask to cidr for buggy shells. | Roy Marples |
2008-01-10 | More make fixes | Roy Marples |
2008-01-10 | Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep... | Roy Marples |
2008-01-06 | Add net config's to have their own depend function per interface. | Roy Marples |
2008-01-05 | Use LIBNAME for multilib so as not to conflict with LIB | Roy Marples |
2008-01-03 | Juggle the Makefiles so that sh knows about NET_LO | Roy Marples |
2008-01-03 | Move the linking of files in /etc/init.d into the sh/Makefile so that install... | Roy Marples |
2008-01-02 | Allow rc_$service_$deptype in rc.conf | Roy Marples |
2008-01-02 | Move _shell_var shell function to shell_var C applet | Roy Marples |
2007-12-31 | Fix the adding of default routes | Roy Marples |
2007-12-31 | Fix metric_$IFVAR | Roy Marples |
2007-12-30 | We should export SVCNAME so service_* functions work in depend | Roy Marples |
2007-12-20 | Remove rc-help.sh and replace with a man page for runscript 8. | Roy Marples |
2007-12-17 | Describe extra_started_commands also. | Roy Marples |
2007-12-14 | Remove the try and check_statedir functions | Roy Marples |
2007-12-14 | Remove Gentoo copyright from all files that I know I have written | Roy Marples |
2007-12-14 | Allow services to be in /usr/local/etc/init.d, but disallow them being added ... | Roy Marples |
2007-12-14 | Default to correct init dir and preserve depconfig | Roy Marples |
2007-12-14 | We should only do colours if fd1 is a terminal by default | Roy Marples |
2007-12-06 | Move RC_ to EINFO_ for all env vars related to einfo. | Roy Marples |
2007-12-05 | Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depen... | Roy Marples |
2007-12-04 | Our default start command should correctly recover on failed re-entrant services | Roy Marples |
2007-12-04 | Preserve IFS correctly | Roy Marples |
2007-12-03 | rc-help.sh should use standard ecolours vs its internal ideas | Roy Marples |
2007-11-30 | fix last stupid error | Roy Marples |
2007-11-30 | Ensure that lo0 gets 127.0.0.1/8 with a space separated config | Roy Marples |
2007-11-29 | Allow services to define which extra commands require the service to be started | Roy Marples |
2007-11-29 | Use shorthand for loops | Roy Marples |
2007-11-29 | Allow space separated configs to work for CIDR address styles | Roy Marples |
2007-11-29 | Fix whitespace in configs | Roy Marples |
2007-11-28 | Massive whitespace cleanup | Roy Marples |