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
2008-01-25
Hack around busybox find / rm not handling -- correctly.
Roy Marples
2008-01-14
Don't special case innd.pid and handle files in run that start with -
Roy Marples
2008-01-11
Update copyrights, my email and license.
Roy Marples
2008-01-11
Adopt a more C style for scripts and remove vim settings.
Roy Marples
2008-01-11
Remove full license text from shell cripts.
Roy Marples
2008-01-10
Loads of NetBSD tweaks here.
Roy Marples
2007-12-14
Remove Gentoo copyright from all files that I know I have written
Roy Marples
2007-12-09
Use yesno more
Roy Marples
2007-12-05
Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depen...
Roy Marples
2007-11-23
Move /etc/conf.d/rc to /etc/rc.conf.
Roy Marples
2007-11-20
We no longer support pam_console directly. Also, we cannot use chgrp due to s...
Roy Marples
2007-11-20
We don't use /var/lock anymore
Roy Marples
2007-11-20
Move sysctl into it's own init script
Roy Marples
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