[root]/baselayout/files/rc.d/init.d

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 84 (100.0%) | 93 (100.0%) | 1.1 |
| achim | 19 (22.6%) | 44 (47.3%) | 2.3 |
| drobbins | 57 (67.9%) | 31 (33.3%) | 0.5 |
| lamer | 1 (1.2%) | 7 (7.5%) | 7.0 |
| blutgens | 2 (2.4%) | 6 (6.5%) | 3.0 |
| danarmak | 1 (1.2%) | 5 (5.4%) | 5.0 |
| robbat2 | 2 (2.4%) | 0 (0.0%) | 0.0 |
| pete | 2 (2.4%) | 0 (0.0%) | 0.0 |
removing lockfile
0 lines of code changed in 1 file:
Add frozen lock support
0 lines of code changed in 1 file:
cleanup
0 lines of code changed in 26 files:
fixed: previous version called /sbin/isapnp while we install into /usr/sbin
5 lines of code changed in 1 file:
*** empty log message ***
0 lines of code changed in 2 files:
Added this to rc.d/init.d/mountall
. /etc/rc.d/config/basic
if [ ${LVM} ]; then
ebegin "Initializing LVM"
vgscan
vgchange -ay
eend $? "Problem Initializing LVM"
fi
and this to rc.d/config/basic
#LVM="y" # Set this if you would like to use LVM, will only work for
# simple setups (i.e. not as / and not modular)
This will make sure LVM gets started at boot time
7 lines of code changed in 1 file:
Sebastian's fix for devfs (position 05 -> 07)
1 lines of code changed in 1 file:
oops
1 lines of code changed in 1 file:
Added some more stuff to bootmisc init script
This line to get rid of X's lockfiles.
( cd /tmp && find . -type f -name ".X*" --exec rm -f -- {} \; 1>&2 )
And I added this line commented out so if people don't care about keeping
thier workdirs between reboots.
#( cd /tmp/portage && find . -exec rm -f -- {} \; 1>&2 )
5 lines of code changed in 1 file:
*** empty log message ***
2 lines of code changed in 1 file:
*** empty log message ***
1 lines of code changed in 1 file:
*** empty log message ***
2 lines of code changed in 1 file:
*** empty log message ***
2 lines of code changed in 1 file:
now part of the sysklogd package
0 lines of code changed in 1 file:
modules rc script now handles module arguments
1 lines of code changed in 1 file:
*** empty log message ***
1 lines of code changed in 1 file:
*** empty log message ***
2 lines of code changed in 2 files:
conversion from /etc/svc.d to /etc/supervise and /var/supervise
2 lines of code changed in 1 file:
updated to handle the new inet.security file
10 lines of code changed in 1 file:
*** empty log message ***
1 lines of code changed in 2 files:
(11 more)