summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-11-25 19:48:54 +0000
committerFrancois Pons <fpons@mandriva.com>2002-11-25 19:48:54 +0000
commitc951a971ac367304c301be7a2839e7a023bfaa04 (patch)
tree47f0dbcfe0a485336c3daf7c5af10e4c485f29d8 /kernel
parentff9275601b61d925814f9da7d625fe5c885421ca (diff)
downloaddrakx-c951a971ac367304c301be7a2839e7a023bfaa04.tar
drakx-c951a971ac367304c301be7a2839e7a023bfaa04.tar.gz
drakx-c951a971ac367304c301be7a2839e7a023bfaa04.tar.bz2
drakx-c951a971ac367304c301be7a2839e7a023bfaa04.tar.xz
drakx-c951a971ac367304c301be7a2839e7a023bfaa04.zip
fixed too many modules removed (but untested if still buildable, pixel can do
the changes now or gégé ?).
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index b4e5fedf9..1ba25c217 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -18,7 +18,7 @@ our %l = (
if_(arch() =~ /^sparc/, qw(myri_sbus sunbmac sunhme sunqe)),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
qw(3c501 3c503 3c505 3c507 3c509 3c515), # 3c90x
- qw(82596), #abyss ac3200 acenic aironet4500_card at1700 atp com20020-pci
+ qw(82596 abyss ac3200 acenic aironet4500_card at1700 atp com20020-pci),
qw(cs89x0 de600 de620 r8169),
#qw(defxx orinoco_plx), # most unused
#qw(dmfe e100 e1000 e2100 eepro eepro100 eexpress epic100 eth16i), # depca dgrs
@@ -36,7 +36,7 @@ our %l = (
qw(iph5526), #- fibre channel
),
- qw(3c59x 8139too ), #rtl8139 sundance dl2k
+ qw(3c59x 8139too sundance dl2k), #rtl8139
],
raw => [
qw(8390 mii),
@@ -62,10 +62,10 @@ our %l = (
if_(arch() =~ /ppc/, qw(mesh mac53c94)),
if_(arch() =~ /^sparc/, qw(qlogicpti)),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
- qw(3w-xxxx AM53C974 BusLogic NCR53c406a a100u2w advansys), # aha152x aha1542 aha1740
- qw(atp870u dc395x_trm dtc g_NCR5380 in2000 initio), # pas16 pci2220i psi240i fdomain
+ qw(3w-xxxx AM53C974 BusLogic NCR53c406a a100u2w advansys aha152x aha1542 aha1740),
+ qw(atp870u dc395x_trm dtc g_NCR5380 in2000 initio pas16 pci2220i psi240i fdomain),
qw(qla1280 qla2x00 qlogicfas qlogicfc),
- qw(seagate), # wd7000 sim710 sym53c416 t128 tmscsim u14-34f ultrastor
+ qw(seagate wd7000 sim710 sym53c416 t128 tmscsim u14-34f ultrastor),
qw(eata eata_pio eata_dma),
),
'53c7,8xx',
@@ -75,7 +75,7 @@ our %l = (
if_(arch() =~ /^sparc/, qw(pluto)),
if_(arch() !~ /alpha/ && arch() !~ /sparc/,
qw(DAC960 dpt_i2o megaraid aacraid ataraid cciss cpqarray gdth i2o_block),
- qw(cpqfc), # qla2200 qla2300
+ qw(cpqfc qla2200 qla2300),
qw(ips ppa imm),
),
],
d to daemon(). --user <username>: Run command as user <username> killproc program [signal] Sends a signal to the program; by default it sends a SIGTERM, and if the process doesn't die, it sends a SIGKILL a few seconds later. It also tries to remove the pidfile, if it finds one. pidofproc program Tries to find the pid of a program; checking likely pidfiles, and using the pidof program. Used mainly from within other functions in this file, but also available to scripts. status program Prints status information. Assumes that the program name is the same as the servicename. Tags ==== # chkconfig: <startlevellist> <startpriority> <endpriority> Required. <startlevellist> is a list of levels in which the service should be started by default. <startpriority> and <endpriority> are priority numbers. For example: # chkconfig: 2345 20 80 Read 'man chkconfig' for more information. Unless there is a VERY GOOD, EXPLICIT reason to the contrary, the <endpriority> should be equal to 100 - <startpriority> # description: <multi-line description of service> Required. Several lines of description, continued with '\' characters. The initial comment and following whitespace on the following lines is ignored. # description[ln]: <multi-line description of service in the language \ # ln, whatever that is> Optional. Should be the description translated into the specified language. # processname: Optional, multiple entries allowed. For each process name started by the script, there should be a processname entry. For example, the samba service starts two daemons: # processname: smdb # processname: nmdb # config: Optional, multiple entries allowed. For each static config file used by the daemon, use a single entry. For example: # config: /etc/httpd/conf/httpd.conf # config: /etc/httpd/conf/srm.conf Optionally, if the server will automatically reload the config file if it is changed, you can append the word "autoreload" to the line: # config: /etc/foobar.conf autoreload # pidfile: Optional, multiple entries allowed. Use just like the config entry, except that it points at pidfiles. It is assumed that the pidfiles are only updated at process creation time, and not later. The first line of this file should be the ASCII representation of the PID; a terminating newline is optional. Any lines other than the first line are not examined. # probe: true Optional, used IN PLACE of processname, config, and pidfile. If it exists, then a proper reload-if-necessary cycle may be acheived by running these commands: command=$(/etc/rc.d/init.d/SCRIPT probe) [ -n "$command" ] && /etc/rc.d/init.d/SCRIPT $command where SCRIPT is the name of the service's sysv init script. Scripts that need to do complex processing could, as an example, return "run /var/tmp/<servicename.probe.$$" and implement a "run" command which would execute the named script and then remove it. Note that the probe command should simply "exit 0" if nothing needs to be done to bring the service into sync with its configuration files. Copyright (c) 2000 Red Hat Software, Inc.