aboutsummaryrefslogtreecommitdiff
path: root/sh
AgeCommit message (Expand)Author
2008-03-04Don't rely on fuser being presentRoy Marples
2008-03-03Split VPS into VSERVER and OPENVZRoy Marples
2008-03-03Add a gitignore make target.Roy Marples
2008-03-03Use exlicit make targets, not directory contents.Roy Marples
2008-03-03Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples
2008-03-03Fix prefixed net.shRoy Marples
2008-03-02Ensure that our scripts call prefixed runscript.Roy Marples
2008-03-01Fix installing into PREFIX.Roy Marples
2008-02-28ignore more stuffRoy Marples
2008-02-28TypoRoy Marples
2008-02-28Support the use of PREFIX and PKG_PREFIX.Roy Marples
2008-02-27Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples
2008-02-19keywords -> keywordRoy Marples
2008-02-19Add the nojail keyword which excludes services marked as such from the depend...Roy Marples
2008-02-11Ignore resolvconf error messages if the interface does not exist.Roy Marples
2008-01-31Tidy up some code and remove the redundant single_user function as we now use...Roy Marples
2008-01-30Allow rc_need to work with net scripts, and allow for loopback also.Roy Marples
2008-01-30Fix unmounting shared and bind mounts, Gentoo bug #207611.Roy Marples
2008-01-29Only allow .sh files to be used as net modules.Roy Marples
2008-01-26Fix restart --nodeps again.Roy Marples
2008-01-23No need to specify SVCNAME anymore.Roy Marples
2008-01-22We need to shift here.Roy Marples
2008-01-22Allow stop start to work when stop is not defined.Roy Marples
2008-01-15Allow things after the /32 for host routes.Roy Marples
2008-01-14Ignore functions.sh and rc-functions.sh as these are now created by make.Roy Marples
2008-01-13INSTALLAFTER needs to be defined before we include our mk's to work.Roy Marples
2008-01-13Change lib name during make, not install.Roy Marples
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