summaryrefslogtreecommitdiff
path: root/sh
Commit message (Collapse)AuthorAge
...
* Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples2008-02-27
|
* keywords -> keywordRoy Marples2008-02-19
|
* Add the nojail keyword which excludes services marked as such from the ↵Roy Marples2008-02-19
| | | | dependency tree when in a jail, #bug 22
* Ignore resolvconf error messages if the interface does not exist.Roy Marples2008-02-11
|
* Tidy up some code and remove the redundant single_user function as we now ↵Roy Marples2008-01-31
| | | | use exit codes.
* Allow rc_need to work with net scripts, and allow for loopback also.Roy Marples2008-01-30
|
* Fix unmounting shared and bind mounts, Gentoo bug #207611.Roy Marples2008-01-30
|
* Only allow .sh files to be used as net modules.Roy Marples2008-01-29
|
* Fix restart --nodeps again.Roy Marples2008-01-26
|
* No need to specify SVCNAME anymore.Roy Marples2008-01-23
|
* We need to shift here.Roy Marples2008-01-22
|
* Allow stop start to work when stop is not defined.Roy Marples2008-01-22
|
* Allow things after the /32 for host routes.Roy Marples2008-01-15
|
* Ignore functions.sh and rc-functions.sh as these are now created by make.Roy Marples2008-01-14
|
* INSTALLAFTER needs to be defined before we include our mk's to work.Roy Marples2008-01-13
|
* Change lib name during make, not install.Roy Marples2008-01-13
|
* Don't print an extra eend on failure.Roy Marples2008-01-11
|
* Update copyrights, my email and license.Roy Marples2008-01-11
|
* Adopt a more C style for scripts and remove vim settings.Roy Marples2008-01-11
|
* Remove full license text from shell cripts.Roy Marples2008-01-11
|
* Add /usr/pkg to the PATH for NetBSD packages.Roy Marples2008-01-10
|
* dhcpcd could be anywhere, so allow this.Roy Marples2008-01-10
|
* massage netmask to cidr for buggy shells.Roy Marples2008-01-10
|
* More make fixesRoy Marples2008-01-10
|
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples2008-01-10
| | | | keeping BSD for all BSD's.
* Add net config's to have their own depend function per interface.Roy Marples2008-01-06
|
* Use LIBNAME for multilib so as not to conflict with LIBRoy Marples2008-01-05
|
* Juggle the Makefiles so that sh knows about NET_LORoy Marples2008-01-03
|
* Move the linking of files in /etc/init.d into the sh/Makefile so that ↵Roy Marples2008-01-03
| | | | install -jN works.
* Allow rc_$service_$deptype in rc.confRoy Marples2008-01-02
|
* Move _shell_var shell function to shell_var C appletRoy Marples2008-01-02
|
* Fix the adding of default routesRoy Marples2007-12-31
|
* Fix metric_$IFVARRoy Marples2007-12-31
|
* We should export SVCNAME so service_* functions work in dependRoy Marples2007-12-30
|
* Remove rc-help.sh and replace with a man page for runscript 8.Roy Marples2007-12-20
|
* Describe extra_started_commands also.Roy Marples2007-12-17
|
* Remove the try and check_statedir functionsRoy Marples2007-12-14
|
* Remove Gentoo copyright from all files that I know I have writtenRoy Marples2007-12-14
|
* Allow services to be in /usr/local/etc/init.d, but disallow them being added ↵Roy Marples2007-12-14
| | | | to the boot runlevel.
* Default to correct init dir and preserve depconfigRoy Marples2007-12-14
|
* We should only do colours if fd1 is a terminal by defaultRoy Marples2007-12-14
|
* Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples2007-12-06
|
* Remove rc_service_wait as runscript.c should do the waiting. ↵Roy Marples2007-12-05
| | | | rc_deptree_depend now returns the exact depends as listed. This is so we can support a new 'keywords' directive. We can add whatever here, like 'notimeout' which means that an init script doesn't timeout. This removes the hardcoded check on checkfs and checkroot.
* Our default start command should correctly recover on failed re-entrant servicesRoy Marples2007-12-04
|
* Preserve IFS correctlyRoy Marples2007-12-04
|
* rc-help.sh should use standard ecolours vs its internal ideasRoy Marples2007-12-03
|
* fix last stupid errorRoy Marples2007-11-30
|
* Ensure that lo0 gets 127.0.0.1/8 with a space separated configRoy Marples2007-11-30
|
* Allow services to define which extra commands require the service to be startedRoy Marples2007-11-29
|
* Use shorthand for loopsRoy Marples2007-11-29
|