Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 307236 Details for
Bug 449164
Issues with newer chkconfig
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Header of every S* in rc3.d
headers.txt (text/plain), 17.30 KB, created by
Tuc
on 2008-05-30 20:19:01 UTC
(
hide
)
Description:
Header of every S* in rc3.d
Filename:
MIME Type:
Creator:
Tuc
Created:
2008-05-30 20:19:01 UTC
Size:
17.30 KB
patch
obsolete
>==> S00microcode_ctl <== >#!/bin/bash ># chkconfig: 2345 0 99 ># description: script to apply cpu microcode > ># vars: ># ># START distribution specific way of kicking programs ># END distribution specific way of checking return status ># PROGRAM the executable to run ># ARGUMENTS the argument we're going to call PROGRAM with > >==> S05kudzu <== >#!/bin/bash ># ># kudzu This scripts runs the kudzu hardware probe. ># ># chkconfig: 345 05 95 ># description: This runs the hardware probe, and optionally configures \ ># changed hardware. > >==> S06cpuspeed <== >#!/bin/sh ># Startup script for cpuspeed ># ># chkconfig: 12345 06 99 ># description: Run dynamic CPU speed daemon > >==> S08iptables <== >#!/bin/sh ># ># iptables Start iptables firewall ># ># chkconfig: 2345 08 92 ># description: Starts, stops and saves iptables firewall ># ># config: /etc/sysconfig/iptables ># config: /etc/sysconfig/iptables-config > >==> S09isdn <== >#! /bin/bash ># ># chkconfig: 2345 9 91 ># description: start and stop ISDN services ># > >==> S09pcmcia <== >#!/bin/sh > ># rc.pcmcia 1.45 2002/08/08 06:43:43 (David Hinds) ># ># This is designed to work in BSD as well as SysV init setups. See ># the HOWTO for customization instructions. > ># Tags for Red Hat init configuration tools ># ># chkconfig: 2345 09 96 ># processname: cardmgr ># pidfile: /var/run/cardmgr.pid ># config: /etc/pcmcia/config ># config: /etc/pcmcia/config.opts ># description: PCMCIA support is usually to support things like ethernet \ ># and modems in laptops. It won't get started unless \ ># configured so it is safe to have it installed on machines \ ># that don't need it. > >==> S10network <== >#! /bin/bash ># ># network Bring up/down networking ># ># chkconfig: 2345 10 90 ># description: Activates/Deactivates all network interfaces configured to \ ># start at boot time. ># >### BEGIN INIT INFO ># Provides: $network >### END INIT INFO > >==> S12syslog <== >#!/bin/bash ># ># syslog Starts syslogd/klogd. ># ># ># chkconfig: 2345 12 88 ># description: Syslog is the facility by which many daemons use to log \ ># messages to various system log files. It is a good idea to always \ ># run syslog. >### BEGIN INIT INFO ># Provides: $syslog >### END INIT INFO > >==> S13irqbalance <== >#! /bin/sh ># ># irqbalance Start/Stop irq balancing daemon ># ># chkconfig: 345 13 87 ># description: The irqbalance daemon will distribute interrupts across \ ># the cpus on a multiprocessor system with the purpose of \ ># spreading the load. \ ># processname: irqbalance > > >==> S13named <== >#!/bin/bash ># ># named This shell script takes care of starting and stopping ># named (BIND DNS server). ># ># chkconfig: - 13 87 ># description: named (BIND) is a Domain Name Server (DNS) \ ># that is used to resolve host names to IP addresses. ># probe: true > >==> S13portmap <== >#! /bin/sh ># ># portmap Start/Stop RPC portmapper ># ># chkconfig: 345 13 87 ># description: The portmapper manages RPC connections, which are used by \ ># protocols such as NFS and NIS. The portmap server must be \ ># running on machines which act as servers for protocols which \ ># make use of the RPC mechanism. ># processname: portmap > >==> S14nfslock <== >#!/bin/sh ># ># nfslock This shell script takes care of starting and stopping ># the NFS file locking service. ># ># chkconfig: 345 14 86 ># description: NFS is a popular protocol for file sharing across \ ># TCP/IP networks. This service provides NFS file \ ># locking functionality. ># probe: true > >==> S15mdmonitor <== >#!/bin/bash ># ># mdmonitor This starts, stops, and reloads the mdadm-based ># software RAID monitoring and management facility ># ># chkconfig: 2345 15 85 ># description: software RAID monitoring and management ># config: /etc/mdadm.conf ># > ># Copyright 2002 Red Hat, Inc. > >==> S18rpcidmapd <== >#!/bin/bash ># ># rpcidmapd Start up and shut down RPC name to UID/GID mapper ># ># Authors: Chuck Lever <cel@netapp.com> ># ># chkconfig: 345 18 68 ># description: Starts user-level daemon for NFSv4 that maps user \ ># names to UID and GID numbers. > >==> S19rpcgssd <== >#!/bin/bash ># ># rpcgssd Start up and shut down RPCSEC GSS daemon ># ># Authors: Chuck Lever <cel@netapp.com> ># ># chkconfig: 345 19 69 ># description: Starts user-level daemon that manages RPCSEC GSS contexts \ ># for the NFSv4 client. > > >==> S25netfs <== >#!/bin/bash ># ># netfs Mount network filesystems. ># ># Authors: Bill Nottingham <notting@redhat.com> ># AJ Lewis <alewis@redhat.com> ># Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> ># ># chkconfig: 345 25 75 ># description: Mounts and unmounts all Network File System (NFS), \ ># SMB/CIFS (Lan Manager/Windows), and NCP (NetWare) mount points. >### BEGIN INIT INFO ># Provides: $local_fs $remote_fs >### END INIT INFO > >==> S26lm_sensors <== >#!/bin/sh ># ># chkconfig: 2345 26 74 ># description: sensors is used for monitoring motherboard sensor values. ># config: /etc/sysconfig/sensors ># ># This program is free software; you can redistribute it and/or modify ># it under the terms of the GNU General Public License as published by ># the Free Software Foundation; either version 2 of the License, or ># (at your option) any later version. ># ># This program is distributed in the hope that it will be useful, ># but WITHOUT ANY WARRANTY; without even the implied warranty of ># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ># GNU General Public License for more details. ># ># You should have received a copy of the GNU General Public License ># along with this program; if not, write to the Free Software ># Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. > > >==> S28autofs <== >#!/bin/bash ># ># $Id: rc.autofs.in,v 1.15 2004/05/10 13:57:14 raven Exp $ ># ># rc file for automount using a Sun-style "master map". ># We first look for a local /etc/auto.master, then a YP ># map with that name ># ># On most distributions, this file should be called: ># /etc/rc.d/init.d/autofs or /etc/init.d/autofs ># > ># For Redhat-ish systems ># ># chkconfig: 345 28 72 ># processname: /usr/sbin/automount ># config: /etc/auto.master ># description: Automounts filesystems on demand > >==> S40smartd <== >#! /bin/sh > ># smartmontools init file for smartd ># Copyright (C) 2002-4 Bruce Allen <smartmontools-support@lists.sourceforge.net> ># $Id: smartd.initd,v 1.2 2004/09/17 11:55:28 arjanv Exp $ > ># For RedHat and cousins: ># chkconfig: 2345 40 40 ># description: Self Monitoring and Reporting Technology (SMART) Daemon ># processname: smartd > ># This program is free software; you can redistribute it and/or modify it ># under the terms of the GNU General Public License as published by the Free ># Software Foundation; either version 2, or (at your option) any later ># version. ># You should have received a copy of the GNU General Public License (for ># example COPYING); if not, write to the Free Software Foundation, Inc., 675 ># Mass Ave, Cambridge, MA 02139, USA. ># This code was originally developed as a Senior Thesis by Michael Cornwell ># at the Concurrent Systems Laboratory (now part of the Storage Systems ># Research Center), Jack Baskin School of Engineering, University of ># California, Santa Cruz. http://ssrc.soe.ucsc.edu/. > > >==> S44acpid <== >#!/bin/bash ># ># /etc/rc.d/init.d/acpid ># ># Starts the acpi daemon ># ># chkconfig: 345 44 56 ># description: Listen and dispatch ACPI events from the kernel ># processname: acpid > >==> S55sshd <== >#!/bin/bash ># ># Init file for OpenSSH server daemon ># ># chkconfig: 2345 55 25 ># description: OpenSSH server daemon ># ># processname: sshd ># config: /etc/ssh/ssh_host_key ># config: /etc/ssh/ssh_host_key.pub ># config: /etc/ssh/ssh_random_seed ># config: /etc/ssh/sshd_config ># pidfile: /var/run/sshd.pid > > >==> S56rawdevices <== >#!/bin/bash ># ># rawdevices This shell script assignes rawdevices to block devices ># ># chkconfig: 345 56 44 ># description: This scripts assignes raw devices to block devices \ ># (such as hard drive partitions). This is for the use \ ># of applications such as Oracle. You can set up the \ ># raw device to block device mapping by editing \ ># the file /etc/sysconfig/rawdevices. Note that the use \ ># of raw devices is deprecated, and applications should \ ># open regular block devices with O_DIRECT instead. ># ># config: /etc/sysconfig/rawdevices > >==> S56xinetd <== >#!/bin/bash ># ># xinetd This starts and stops xinetd. ># ># chkconfig: 345 56 50 ># description: xinetd is a powerful replacement for inetd. \ ># xinetd has access control mechanisms, extensive \ ># logging capabilities, the ability to make services \ ># available based on time, and can place \ ># limits on the number of servers that can be started, \ ># among other things. ># ># processname: /usr/sbin/xinetd ># config: /etc/sysconfig/network ># config: /etc/xinetd.conf ># pidfile: /var/run/xinetd.pid > > >==> S58ntpd <== >#!/bin/bash ># ># ntpd This shell script takes care of starting and stopping ># ntpd (NTPv4 daemon). ># ># chkconfig: - 58 74 ># description: ntpd is the NTPv4 daemon. \ ># The Network Time Protocol (NTP) is used to synchronize the time of \ ># a computer client or server to another server or reference time source, \ ># such as a radio or satellite receiver or modem. > >==> S65dovecot <== >#!/bin/bash ># ># /etc/rc.d/init.d/dovecot ># ># Starts the dovecot daemon ># ># chkconfig: - 65 35 ># description: Dovecot Imap Server ># processname: dovecot > >==> S80sendmail <== >#!/bin/bash ># ># sendmail This shell script takes care of starting and stopping ># sendmail. ># ># chkconfig: 2345 80 30 ># description: Sendmail is a Mail Transport Agent, which is the program \ ># that moves mail from one machine to another. ># processname: sendmail ># config: /etc/mail/sendmail.cf ># pidfile: /var/run/sendmail.pid > >==> S85gpm <== >#!/bin/bash ># ># chkconfig: 2345 85 15 ># description: GPM adds mouse support to text-based Linux applications such \ ># as the Midnight Commander. It also allows mouse-based console \ ># cut-and-paste operations, and includes support for pop-up \ ># menus on the console. ># processname: gpm ># pidfile: /var/run/gpm.pid ># config: /etc/sysconfig/mouse > > >==> S85httpd <== >#!/bin/bash ># ># httpd Startup script for the Apache HTTP Server ># ># chkconfig: - 85 15 ># description: Apache is a World Wide Web server. It is used to serve \ ># HTML files and CGI. ># processname: httpd ># config: /etc/httpd/conf/httpd.conf ># config: /etc/sysconfig/httpd ># pidfile: /var/run/httpd.pid > >==> S88radiusd <== >#!/bin/sh ># ># chkconfig: - 88 10 ># description: Start/Stop the RADIUS server daemon ># ># This program is free software; you can redistribute it and/or modify ># it under the terms of the GNU General Public License as published by ># the Free Software Foundation; either version 2 of the License, or ># (at your option) any later version. ># ># This program is distributed in the hope that it will be useful, ># but WITHOUT ANY WARRANTY; without even the implied warranty of ># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ># GNU General Public License for more details. ># ># You should have received a copy of the GNU General Public License ># along with this program; if not, write to the Free Software ># Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ># ># Copyright (C) 2001 The FreeRADIUS Project http://www.freeradius.org ># > >==> S90crond <== >#! /bin/bash ># ># crond Start/Stop the cron clock daemon. ># ># chkconfig: 2345 90 60 ># description: cron is a standard UNIX program that runs user-specified \ ># programs at periodic scheduled times. vixie cron adds a \ ># number of features to the basic UNIX cron, including better \ ># security and more powerful configuration options. ># processname: crond ># config: /etc/crontab ># pidfile: /var/run/crond.pid > > >==> S95anacron <== >#!/bin/sh ># Startup script for anacron ># ># chkconfig: 2345 95 05 ># description: Run cron jobs that were left out due to downtime > >==> S95atd <== >#!/bin/bash ># ># /etc/rc.d/init.d/atd ># ># Starts the at daemon ># ># chkconfig: 345 95 5 ># description: Runs commands scheduled by the at command at the time \ ># specified when at was run, and runs batch commands when the load \ ># average is low enough. ># processname: atd > >==> S95saslauthd <== >#! /bin/bash ># ># saslauthd Start/Stop the SASL authentication daemon. ># ># chkconfig: - 95 05 ># description: saslauthd is a server process which handles plaintext \ ># authentication requests on behalf of the cyrus-sasl library. ># processname: saslauthd > > >==> S97messagebus <== >#!/bin/sh ># ># messagebus: The D-BUS systemwide message bus ># ># chkconfig: 345 97 03 ># description: This is a daemon which broadcasts notifications of system events \ ># and other messages. See http://www.freedesktop.org/software/dbus/ ># ># processname: dbus-daemon-1 ># pidfile: /var/run/messagebus.pid ># > > >==> S98haldaemon <== >#!/bin/sh ># ># haldaemon: HAL daemon ># ># chkconfig: 345 98 02 ># description: This is a daemon for collecting and maintaing information \ ># about hardware from several sources. \ ># See http://www.freedesktop.org/Software/hal ># ># processname: hald ># pidfile: /var/run/haldaemon.pid ># > > >==> S98mailman <== >#!/bin/sh ># ># mailman This shell script starts and stops GNU Mailman. ># ># Copyright (C) 2001-2003 by the Free Software Foundation, Inc. ># ># This program is free software; you can redistribute it and/or ># modify it under the terms of the GNU General Public License ># as published by the Free Software Foundation; either version 2 ># of the License, or (at your option) any later version. ># ># This program is distributed in the hope that it will be useful, ># but WITHOUT ANY WARRANTY; without even the implied warranty of ># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ># GNU General Public License for more details. ># ># You should have received a copy of the GNU General Public License ># along with this program; if not, write to the Free Software ># Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ># ># Copy this file to /etc/init.d/ (or /etc/rc.d/init.d/ depending on ># your system) and activate it as such: ># ># On Debian, type "update-rc.d mailman defaults" ># On RedHat, and derivatives, install with "chkconfig --add mailman" ># ># chkconfig: 2345 98 12 ># description: Mailman is the GNU Mailing List Manager, a program that \ ># manages electronic mail discussion groups. For more \ ># on GNU Mailman see http://www.list.org ># processname: mailmanctl ># config: /usr/local/etc/mailman/Mailman/mm_cfg.py ># pidfile: /usr/local/etc/mailman/data/master-qrunner.pid > > >==> S99boinc <== >#!/bin/sh ># ># BOINC - start and stop the BOINC client daemon on Unix ># ># Unix start/stop script to run the BOINC client as a daemon at ># system startup, as the 'boinc' user (not root!). ># ># This version works on Red Hat Linux, Fedora Core, Mandrake, Debian, ># and Slackware Linux, and should work on generic Linux systems ># provided that they have 'pidof' (most do). ># Metadata for chkconfig and the SUSE equivalent INIT info are included below. ># ># Usage: boinc { start | stop | status | restart } ># >### ># chkconfig: 345 98 03 ># description: This script starts the local BOINC client as a daemon ># For more information about BOINC (the Berkeley Open Infrastructure ># for Network Computing) see http://boinc.berkeley.edu ># processname: boinc ># config: /etc/sysconfig/boinc ># >### BEGIN INIT INFO ># Provides: boinc ># Required-Start: $network ># Required-Stop: $network ># Default-Start: 3 4 5 ># Default-Stop: 0 1 2 6 ># Description: This script starts the local BOINC client as a daemon ># For more information about BOINC (the Berkeley Open Infrastructure ># for Network Computing) see http://boinc.berkeley.edu >### END INIT INFO ># ># Eric Myers <myers@vassar.edu> - 27 July 2004 ># Department of Physics and Astronomy, Vassar College, Poughkeepsie NY ># Eric Myers <myers@spy-hill.net> ># Spy Hill Research, Poughkeepsie, New York ># @(#) $Id: boinc,v 1.8 2007/09/02 01:05:35 myers Exp $ >######################################################################## > >==> S99local <== >#!/bin/sh ># ># This script will be executed *after* all the other init scripts. ># You can put your own initialization stuff in here if you don't ># want to do the full Sys V style init stuff. > >touch /var/lock/subsys/local > >==> S99mysql <== >#!/bin/sh ># Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB ># This file is public domain and comes with NO WARRANTY of any kind > ># MySQL daemon start/stop script. > ># Usually this is put in /etc/init.d (at least on machines SYSV R4 based ># systems) and linked to /etc/rc3.d/S99mysql and /etc/rc0.d/K01mysql. ># When this is done the mysql server will be started when the machine is ># started and shut down when the systems goes down. > ># Comments to support chkconfig on RedHat Linux ># chkconfig: 2345 64 36 ># description: A very fast and reliable SQL database engine. > ># Comments to support LSB init script conventions >### BEGIN INIT INFO ># Provides: mysql ># Required-Start: $local_fs $network $remote_fs ># Should-Start: ypbind nscd ldap ntpd xntpd ># Required-Stop: $local_fs $network $remote_fs ># Default-Start: 2 3 4 5 ># Default-Stop: 0 1 6 ># Short-Description: start and stop MySQL ># Description: MySQL is a very fast and reliable SQL database engine. >### END INIT INFO
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 449164
: 307236