aboutsummaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Expand)Author
2008-01-11Don't print an extra eend on failure.Roy Marples
2008-01-11Update copyrights, my email and license.Roy Marples
2008-01-11Adopt a more C style for scripts and remove vim settings.Roy Marples
2008-01-11Remove full license text from shell cripts.Roy Marples
2008-01-10Add /usr/pkg to the PATH for NetBSD packages.Roy Marples
2008-01-10dhcpcd could be anywhere, so allow this.Roy Marples
2008-01-10massage netmask to cidr for buggy shells.Roy Marples
2008-01-10More make fixesRoy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...Roy Marples
2008-01-06Add net config's to have their own depend function per interface.Roy Marples
2008-01-05Use LIBNAME for multilib so as not to conflict with LIBRoy Marples
2008-01-03Juggle the Makefiles so that sh knows about NET_LORoy Marples
2008-01-03Move the linking of files in /etc/init.d into the sh/Makefile so that install...Roy Marples
2008-01-02Allow rc_$service_$deptype in rc.confRoy Marples
2008-01-02Move _shell_var shell function to shell_var C appletRoy Marples
2007-12-31Fix the adding of default routesRoy Marples
2007-12-31Fix metric_$IFVARRoy Marples
2007-12-30We should export SVCNAME so service_* functions work in dependRoy Marples
2007-12-20Remove rc-help.sh and replace with a man page for runscript 8.Roy Marples
2007-12-17Describe extra_started_commands also.Roy Marples
2007-12-14Remove the try and check_statedir functionsRoy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-14Allow services to be in /usr/local/etc/init.d, but disallow them being added ...Roy Marples
2007-12-14Default to correct init dir and preserve depconfigRoy Marples
2007-12-14We should only do colours if fd1 is a terminal by defaultRoy Marples
2007-12-06Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples
2007-12-05Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depen...Roy Marples
2007-12-04Our default start command should correctly recover on failed re-entrant servicesRoy Marples
2007-12-04Preserve IFS correctlyRoy Marples
2007-12-03rc-help.sh should use standard ecolours vs its internal ideasRoy Marples
2007-11-30fix last stupid errorRoy Marples
2007-11-30Ensure that lo0 gets 127.0.0.1/8 with a space separated configRoy Marples
2007-11-29Allow services to define which extra commands require the service to be startedRoy Marples
2007-11-29Use shorthand for loopsRoy Marples
2007-11-29Allow space separated configs to work for CIDR address stylesRoy Marples
2007-11-29Fix whitespace in configsRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-28resolvconf may not be in /sbinRoy Marples
2007-11-28Sanitize our PATH a bit better, and terminate it correctly in start-stop-daemon.Roy Marples
2007-11-28Support required_dirs and required_files. Allow services to mark inactive if ...Roy Marples
2007-11-28Allow whitespace in routing commands, Gentoo bug #200458.Roy Marples
2007-11-26Don't rely on sed being available when calculating depsRoy Marples
2007-11-23this is still an env varRoy Marples
2007-11-23grep isn't always in /binRoy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
2007-11-22Use yesno for more robustnessRoy Marples
2007-11-22Use yesno for more robustnessRoy Marples
2007-11-22Use yesnoRoy Marples
2007-11-22Add a yesno function to check the boolean value of a variableRoy Marples
2007-11-21The BSD's don't need to umount cleanly when shuttind down, as they have a spe...Roy Marples