aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2007-08-07Return the next available ifindex for BSD tooRoy Marples
2007-08-07Always give ppp a defaultmetricRoy Marples
2007-08-07Add a defaultmetric to ppp if we have metric_$IFACERoy Marples
2007-08-07More pppd fixesRoy Marples
2007-08-07Fix chat connects for pppdRoy Marples
2007-08-07Try and hide the terminal escape codes when they fail.Roy Marples
2007-08-04Boot properly when we cannot set an early font, #187628.Roy Marples
2007-08-04Fix rc-update, #187487 and release rc2.Roy Marples
2007-08-03Fix adding multiple IP addresses, #187526.Roy Marples
2007-08-03Fix static IPv6 routes, #187514.Roy Marples
2007-08-03Wups, these definitions need to be in rc.h reallyRoy Marples
2007-08-02rc1Roy Marples
2007-08-02Ensure that /var/log exists tooRoy Marples
2007-08-01Punt /dev/shm from default /etc/fstab as we handle it and add a helpful hint ↵Mike Frysinger
about the RC_USE_FSTAB option.
2007-08-01Fix up einfo output a littleRoy Marples
2007-07-31Remove baselayout-1 stuffRoy Marples
2007-07-31Wups, don't force those CFLAGSRoy Marples
2007-07-31Force some stuffRoy Marples
2007-07-31Fix building on uclibc thanks to SolarRoy Marples
2007-07-31Fix building on LinuxRoy Marples
2007-07-31Link the right objects against rcRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
a lot smaller.
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
a lot smaller.
2007-07-30Create needed dirs in bootmisc if they do not existRoy Marples
2007-07-27Duh, test itRoy Marples
2007-07-26Fix bootmisc stopping for pam_console and write halt record correctly.Roy Marples