index
:
openrc.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init.d
/
bootmisc
Age
Commit message (
Expand
)
Author
2007-11-14
relicense as 2-clause BSD, with the kind permission of Gentoo
Roy Marples
2007-11-14
Control of system defined env vars should not be done by us.
Roy Marples
2007-10-27
Indent fixes
Roy Marples
2007-10-23
Fix tmp cleaning
Roy Marples
2007-09-24
Use mkdir to test. Also, quote for robustness
Roy Marples
2007-09-09
only do the X lock stuff in /tmp so people can overload WIPE_TMP_DIRS for a g...
Mike Frysinger
2007-09-09
Allow people to specify a list of temp dirs to clean in bootmisc #191807.
Mike Frysinger
2007-08-23
Setup wtmp for BSD too
Roy Marples
2007-08-02
Ensure that /var/log exists too
Roy Marples
2007-07-30
Create needed dirs in bootmisc if they do not exist
Roy Marples
2007-07-27
Duh, test it
Roy Marples
2007-07-26
Fix bootmisc stopping for pam_console and write halt record correctly.
Roy Marples
2007-07-25
Merge some of reb's OpenBSD fixes in
Roy Marples
2007-07-16
Use printf so we don't put blank lines at the top of new files and fix mounti...
Roy Marples
2007-07-13
Use echo instead of touch - saves on forking
Roy Marples
2007-07-09
Take no chances with PATH, use our env-update
Roy Marples
2007-07-09
Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...
Roy Marples
2007-05-16
busybox sysctl does not support -q
Roy Marples
2007-04-26
Don't dmesg for VPS systems
Roy Marples
2007-04-26
Don't sysctl for VPS systems
Roy Marples
2007-04-10
Apply sysctl if we don't have an init script
Roy Marples
2007-04-06
Punt the rc-depend man page as it's been moved out of /usr/local/bin:/usr/bin...
Roy Marples
2007-04-05
Rewrite the core parts in C. We now provide librc so other programs can
Roy Marples