aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-09only do the X lock stuff in /tmp so people can overload WIPE_TMP_DIRS for a ↵Mike Frysinger
general "wipe this directory" option. also force +t on /tmp and /var/tmp.
2007-09-09Allow people to specify a list of early mount points which will be mounted ↵Mike Frysinger
at the end of localmount so they can do tmpfs on things like /tmp #181527.
2007-09-09Allow people to specify a list of temp dirs to clean in bootmisc #191807.Mike Frysinger
2007-09-06Makefile in src now supports pmake as used on the BSDs.Roy Marples
2007-09-06strdup -> rc_xstrdupRoy Marples
2007-09-04start-stop-daemon now works with userids correctly when a pidfileRoy Marples
is not specified, #191206.
2007-09-03Add --quiet to mountinfoRoy Marples
2007-09-03Always attempt to mount /dev/pts when devpts is available as it may appear ↵Mike Frysinger
in some 2.4 setups.
2007-09-02Release rc4Roy Marples
2007-09-02RC_TTY_NUMBER now defaults to 12, #190996 thanks to Pacho Ramos.Roy Marples
2007-09-02Don't use local hereRoy Marples
2007-09-01We may not always add to the array, so re-count it afterwardsRoy Marples
2007-08-31Only generate dependencies for Gentoo scripts, #190547.Roy Marples
2007-08-31Don't add multiple entries to ld.so.confRoy Marples
2007-08-28More path fixes thanks to Thomas PaniRoy Marples
2007-08-28Use correct definesRoy Marples
2007-08-28Undocument pause action, fix --nodeps and --ifstarted, #190045.Roy Marples
2007-08-28#define shutdownRoy Marples
2007-08-28Move more stuff to #definesRoy Marples
2007-08-28Fix ksoftlevel handling, #190420.Roy Marples
2007-08-26Add /etc/gentoo-release to CONFIG_PROTECT_MASK.Mike Frysinger
2007-08-25Punt PAGER and EDITOR. People need to set this themselves now.Mike Frysinger
2007-08-25Make sure we list all config files in rc help output.Mike Frysinger
2007-08-23Setup wtmp for BSD tooRoy Marples
2007-08-22Only open /proc/cmdline if it exists, #189686 thanks to Christian AffolterRoy Marples
2007-08-21Fix pppd getting the interface metric.Roy Marples
2007-08-20rc3Roy Marples
2007-08-20As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes.Roy Marples
2007-08-20No point in having to lots of get the user code.Roy Marples
2007-08-17Mark the right service as failed and only output a new line if we outputted ↵Roy Marples
anything at all for /etc/init.d/foo needsme
2007-08-17needsme should always be valid tooRoy Marples
2007-08-17Stop un-needed services when changing runlevels, #189050.Roy Marples
2007-08-17When shutting down, stop the service even if dependants failed.Roy Marples
2007-08-17Intergrate our standard optionsRoy Marples
2007-08-17Allow --user and --group to also mean --chuid and --chgrpRoy Marples
2007-08-17Allow 'del' to work as a commandRoy Marples
2007-08-16Fully move esyslog into rcRoy Marples
2007-08-16Add esyslog supportRoy Marples
2007-08-15whitespaceRoy Marples
2007-08-15Add config to rc-help.shRoy Marples
2007-08-15`config /etc/fstab' can now be used in depend() functions to show thatRoy Marples
the deptree should be regenerated if /etc/fstab has changed.
2007-08-15Add bzr port 4155 to /etc/services, #188970 thanks to Andrew Cowie.Roy Marples
2007-08-10Need to specify table for busybox.Roy Marples
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to ↵Roy Marples
achieve the same goal (a loop + timeout). No longer put / at the end of directories, instead prefix like so RC_LIBDIR "/foo" to ensure more robust code.
2007-08-09getoptify and simply the code even more.Roy Marples
2007-08-08whitespaceRoy Marples
2007-08-08Add help to rc-update #188170 and tidy up the code a fair bit.Roy Marples
2007-08-08Use the right dir from fstabRoy Marples
2007-08-08Plug a leek for non selinux linux systemsRoy Marples
2007-08-08If given a pidfile, just match on that for seeing if we have crashedRoy Marples
or not, #186159.