aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-14Use realpath to resolve our service.Roy Marples
2007-11-14These files belong in baselayoutRoy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-11-14We should always give eend a message.Roy Marples
2007-11-14Really remove env-updateRoy Marples
2007-11-14If we have specified a pidfile then we only stop the pid listed,Roy Marples
regardless of other arguments.
2007-11-14Control of system defined env vars should not be done by us.Roy Marples
2007-11-14These files belong with baselayoutRoy Marples
2007-11-14set homedir of uucp to /var/spool/uucpMike Frysinger
2007-11-14Move mail user/group and postmaster user to the mailbase package.Mike Frysinger
2007-11-04initialize sNed Ludd
2007-11-02Fix up display for tab delimited fooRoy Marples
2007-11-02Fix exampleRoy Marples
2007-11-02Fix ppp config, #197775.Roy Marples
2007-11-02Fix an ifconfig calculation for shells that don't support the newer POSIX ↵Roy Marples
shell math expansion, #197856.
2007-11-02Fixor IP comment and logic thanks to vapierRoy Marples
2007-11-01Work cleanly with bridges on kernels without TCP, #197791.Roy Marples
2007-11-01Fix rmnlogin for parallel startupRoy Marples
2007-11-01Fix fallback, #197788.Roy Marples
2007-11-01Fix some more, #180888.Roy Marples
2007-11-01Document mdevRoy Marples
2007-10-31Release rc6Roy Marples
2007-10-31Fix starting state and clean some whitespaceRoy Marples
2007-10-31whitespaceRoy Marples
2007-10-31You can now log baselayout-2 again, through the RC_LOGGER conf.d/rcRoy Marples
setting. The log is temp stored in /lib/rc/init.d/rc.log and appended to /var/log/rc.log if it's writeable. sysinit cannot be logged in Linux as we rely on sysinit to bring the system up to a point where we can log. single user cannot be logged on FreeBSD due to waitpid(0,0,0) incorrectly waiting for the log daemon in another process group.
2007-10-30Use default IFS hereRoy Marples
2007-10-30Fix vconfig and remove debugRoy Marples
2007-10-30You can now spoof the source address for arping as the third parameter in ↵Roy Marples
gateways_eth0 if you have arping2 installed, #180888.
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-30Embed newlines in __IFS to save our identingRoy Marples
2007-10-29rc --override foo will override the runlevel to load after boot or single ↵Roy Marples
user runlevels to avoid rc recursion, #196338
2007-10-29Do an exact match on tmpfsRoy Marples
2007-10-29/etc/mtab is now a true reflection on /proc/mounts. The only exception is ↵Roy Marples
that we punt any / on tmpfs entry, #194615.
2007-10-29Network config arrays are now split by embedded new lines instead of being ↵Roy Marples
evaled into space separated values. This makes it easier to read, maintain and document as discussed on gentoo-dev.
2007-10-27Indent fixesRoy Marples
2007-10-26Fix the restarting of services depending on the script you're restartingRoy Marples
2007-10-25Format the script correctly, and fix ssids with spaces in hopefully once and ↵Roy Marples
for all
2007-10-25Fix BSD wireless scriptRoy Marples
2007-10-24Advise not syncing time when running ntp daemonsRoy Marples
2007-10-24Simply the clock script even more. This makes us very similar to Debians nowRoy Marples
2007-10-23clock init script now works with busybox.Roy Marples
2007-10-23Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCERoy Marples
2007-10-23Stop using asprintfRoy Marples
2007-10-23clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted ↵Roy Marples
that it could change the location of /etc/adjtime. This is not the case.
2007-10-23interupt -> interruptRoy Marples
2007-10-23We can still update deptree if needed services are missingRoy Marples
2007-10-23Fix tmp cleaningRoy Marples
2007-10-23Allow half a second for a working pidfile to be created and a tenth of a ↵Roy Marples
second for a daemon to bail.
2007-10-22Fix init.sh for shm againRoy Marples