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

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 49 (100.0%) | 231 (100.0%) | 4.7 |
| drobbins | 29 (59.2%) | 156 (67.5%) | 5.3 |
| achim | 13 (26.5%) | 57 (24.7%) | 4.3 |
| lamer | 3 (6.1%) | 10 (4.3%) | 3.3 |
| pete | 2 (4.1%) | 8 (3.5%) | 4.0 |
| robbat2 | 2 (4.1%) | 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 9 files:
Moved apache-ssl/apache-ssl-1.3.20.2.4.0.ebuild package into
apache/apache-1.3.20 and made it check USE for the presence of "ssl" and
act accordingly. Also updated the REDEPENDS of needed files.
5 lines of code changed in 1 file:
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
3 lines of code changed in 1 file:
Added HTTPD_OPTS
3 lines of code changed in 1 file:
added oftpd a anonymous only ftp daemon that is quite secure, it uses
chroot() and lots of other sweet stuff. Please add these two lines
FTPUSER="ftp" # User to run oftpd as
FTPROOT="/home/ftp" # Set this to your ftproot for oftpd
to your /etc/rc.d/config/basic and tune them to your needs to use oftpd
2 lines of code changed in 1 file:
dhclient -> dhcpcd (as per jano)
1 lines of code changed in 1 file:
added wine-20010418, with winesetuptk which provides a simple tcl/tk based setup interface for wine; also added new tcl/tk package plus itcl which is required for winesetuptk. now I can play starcraft! :)
1 lines of code changed in 1 file:
*** empty log message ***
7 lines of code changed in 1 file:
Added gdm support
1 lines of code changed in 1 file:
A template for a dhcp client script
1 lines of code changed in 1 file:
new fixes
5 lines of code changed in 1 file:
removed ipchains stuff, replaced with rp_filter goodies
1 lines of code changed in 1 file:
inet.security fix
1 lines of code changed in 1 file:
*** empty log message ***
2 lines of code changed in 2 files:
new doservice function (no more explicit supervise support, function simplified
and now takes multiple arguments; i.e. "./inet stop start")
49 lines of code changed in 1 file:
fixed a long-standing silly error
3 lines of code changed in 1 file:
removed supervise, syslog and klog environment variables
0 lines of code changed in 1 file:
*** empty log message ***
1 lines of code changed in 1 file:
(12 more)