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 305780 Details for
Bug 444410
bootsequence haldaemon failure
[?]
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.
init.d Head *
init.d_head.txt (text/plain), 23.24 KB, created by
Tom Gutwin
on 2008-05-17 02:43:27 UTC
(
hide
)
Description:
init.d Head *
Filename:
MIME Type:
Creator:
Tom Gutwin
Created:
2008-05-17 02:43:27 UTC
Size:
23.24 KB
patch
obsolete
>==> acpid <== >#!/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 > > >==> anacron <== >#!/bin/sh ># Startup script for anacron ># ># chkconfig: 2345 99 05 ># description: Run cron jobs that were left out due to downtime ># pidfile: /var/run/anacron.pid ># ># Source function library. >. /etc/rc.d/init.d/functions > > >==> apcupsd <== >#! /bin/sh ># ># apcupsd This shell script takes care of starting and stopping ># the apcupsd UPS monitoring daemon. ># ># chkconfig: - 60 99 ># description: apcupsd monitors power and takes action if necessary ># >APCPID=/var/run/apcupsd.pid > > >==> atd <== >#!/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. > >==> auditd <== >#!/bin/bash ># ># auditd This starts and stops auditd ># ># chkconfig: 2345 11 88 ># description: This starts the Linux Auditing System Daemon, \ ># which collects security related events in a dedicated \ ># audit log. If this daemon is turned off, audit events \ ># will be sent to syslog. ># > >==> autofs <== >#!/bin/bash ># ># rc file for automount using a Sun-style "master map". ># ># chkconfig: 345 28 72 ># processname: /usr/sbin/automount ># config: /etc/auto.master ># description: Automounts filesystems on demand > ># > >==> avahi-daemon <== >#! /bin/sh ># ># avahi-daemon: Starts the Avahi Daemon ># ># chkconfig: 345 96 02 ># description: This is a daemon which runs on client machines to perform \ ># Zeroconf service discovery on a network. avahi-daemon must be \ ># running on systems that use Avahi for service discovery. \ ># Avahi-daemon should not be running otherwise. ># processname: avahi-daemon > >==> backuppc <== >#!/bin/sh ># ># DESCRIPTION ># ># Startup init script for BackupPC on Redhat linux. ># ># Distributed with BackupPC version 3.1.0, released 25 Nov 2007. ># ># chkconfig: - 91 35 ># description: Starts and stops the BackupPC server > >==> bluetooth <== >#!/bin/sh > >### BEGIN INIT INFO ># Required-Start: $syslog messagebus ># Default-Start: 2 3 4 5 ># Short-Description: Bluetooth services ># Description: Bluetooth services for service discovery, authentication, ># Human Interface Devices, etc. >### END INIT INFO > > >==> btseed <== >#!/bin/bash ># ># chkconfig: - 16 84 ># description: Start up seed clients for BitTorrent ># ># processname: btseed ># config: /etc/sysconfig/bittorrent > ># source function library >. /etc/rc.d/init.d/functions > >==> bttrack <== >#!/bin/bash ># ># chkconfig: - 16 84 ># description: Start up tracker for BitTorrent ># ># processname: bttrack ># config: /etc/sysconfig/bittorrent > ># source function library >. /etc/rc.d/init.d/functions > >==> capi <== >#! /bin/bash ># ># chkconfig: 2345 9 91 ># description: start and stop capi services for passive ISDN cards ># > >PATH=/bin:/sbin:/usr/bin:/usr/sbin > ># Source function library. >if [ -f /etc/init.d/functions ]; then > >==> cpuspeed <== >#!/bin/sh ># Startup script for cpuspeed ># ># chkconfig: 12345 06 99 ># description: Run dynamic CPU speed daemon and/or load appropriate ># cpu frequency scaling kernel modules and/or governors > ># Source function library. >. /etc/rc.d/init.d/functions > > >==> crond <== >#! /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 > >==> cups <== >#!/bin/sh ># ># "$Id: cups.sh,v 1.10 2000/03/30 05:19:16 mike Exp $" ># ># Startup/shutdown script for the Common UNIX Printing System (CUPS). ># ># Linux chkconfig stuff: ># ># chkconfig: 2345 98 10 ># description: Startup/shutdown script for the Common UNIX \ > >==> cups-config-daemon <== >#!/bin/sh ># ># cups-config-daemon: Cups configuration daemon (obsolete) ># ># chkconfig: - 98 02 ># description: cups-config-daemon is obsolete\ ># This script just avoids that the postun script\ ># of hal-cups-utils < 0.6.0 fails > >echo cups-config-daemon is obsolete > >==> dund <== >#!/bin/sh > ># chkconfig: - 26 89 > >### BEGIN INIT INFO ># Required-Start: bluetooth ># Default-Start: ># Short-Description: Bluetooth Dial-Up-Networking Daemon. ># Description: Bluetooth Dial-Up-Networking Daemon. Provides PPP over RFCOMM ># services. > >==> firstboot <== >#!/bin/bash >## BEGIN INIT INFO ># Provides: firstboot ># Default-Start: 3 5 ># Default-Stop: 0 1 2 4 6 ># Required-Start: ># Should-Start: $network ># Short-Description: Starts the firstboot configuration program ># Description: Firstboot runs the first time a machine is booted after ># installation. It checks for the existance of an > >==> functions <== ># -*-Shell-script-*- ># ># functions This file contains functions to be used by most or all ># shell scripts in the /etc/init.d directory. ># > >TEXTDOMAIN=initscripts > ># Make sure umask is sane >umask 022 > >==> gpm <== >#!/bin/bash ># ># chkconfig: 234 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 > >==> haldaemon <== >#!/bin/sh ># ># haldaemon: HAL daemon ># ># chkconfig: 345 26 74 ># description: This is a daemon for collecting and maintaing information \ ># about hardware from several sources. \ ># See http://www.freedesktop.org/Software/hal ># ># processname: hald > >==> halt <== >#!/bin/bash ># ># halt This file is executed by init when it goes into runlevel ># 0 (halt) or runlevel 6 (reboot). It kills all processes, ># unmounts file systems and then either halts or reboots. ># ># Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> ># Modified for RHS Linux by Damien Neil ># > > >==> hsqldb <== >#!/bin/sh ># For boot-up and system shutdown, most UNIXes explicitly run a shell ># interpreter. In that case, the interpreter line above is ignored. ># There are a few UNIXes (notably Darwin) that require the interpreter line. > ># Copyright (c) 2001-2004, The HSQL Development Group ># All rights reserved. ># ># Redistribution and use in source and binary forms, with or without ># modification, are permitted provided that the following conditions are met: > >==> httpd <== >#!/bin/bash ># ># httpd Startup script for the Apache HTTP Server ># ># chkconfig: - 85 15 ># description: The Apache HTTP Server is an efficient and extensible \ ># server implementing the current HTTP standards. ># processname: httpd ># config: /etc/httpd/conf/httpd.conf ># config: /etc/sysconfig/httpd > >==> ip6tables <== >#!/bin/sh ># ># ip6tables Start ip6tables firewall ># ># chkconfig: 2345 08 92 ># description: Starts, stops and saves ip6tables firewall ># ># config: /etc/sysconfig/ip6tables ># config: /etc/sysconfig/ip6tables-config ># > >==> iptables <== >#!/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 ># > >==> irda <== >#!/bin/sh ># ># irda This shell script takes care of starting and stopping ># IrDA support ># ># chkconfig: - 45 24 ># description: IrDA(TM) (Infrared Data Association) is an industry standard \ ># for wireless, infrared communication between devices. IrDA speeds range \ ># from 9600 bps to 4 Mbps, and IrDA can be used by many modern devices \ ># including laptops, LAN adapters, PDAs, printers, and mobile phones. > >==> irqbalance <== >#! /bin/sh >### BEGIN INIT INFO ># Provides: irqbalance ># Default-Start: 3 4 5 ># Default-Stop: 0 1 6 ># Short-Description: start and stop irqbalance daemon ># Description: The irqbalance daemon will distribute interrupts across ># the cpus on a multiprocessor system with the purpose of ># spreading the load ># > >==> isdn <== >#! /bin/bash ># ># chkconfig: 2345 9 91 ># description: start and stop ISDN services ># > >PATH=/bin:/sbin:/usr/bin:/usr/sbin > >if [ -f /etc/init.d/functions ]; then > . /etc/init.d/functions > >==> kerneloops <== >#!/bin/bash ># ># kerneloops ># ># chkconfig: 345 90 88 ># description: A tool that collects and submits kernel crash \ ># signatures to the kerneloops.org website for use by the Linux \ ># kernel developers. ># processname: kerneloops ># config: /etc/kerneloops.conf > >==> killall <== >#! /bin/bash > ># Bring down all unneeded services that are still running (there shouldn't ># be any, so this is just a sanity check) > >case "$1" in > *start) > ;; > *) > echo $"Usage: $0 {start}" > >==> lm_sensors <== >#!/bin/sh ># ># chkconfig: - 26 74 ># description: sensors is used for monitoring motherboard sensor values. ># config: /etc/sysconfig/lm_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. > >==> mdmonitor <== >#!/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. > >==> messagebus <== >#!/bin/sh ># ># messagebus: The D-BUS systemwide message bus ># ># chkconfig: 345 22 85 ># description: This is a daemon which broadcasts notifications of system events \ ># and other messages. See http://www.freedesktop.org/software/dbus/ ># ># processname: dbus-daemon ># pidfile: /var/run/messagebus.pid > >==> microcode_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 > >==> multipathd <== >#!/bin/bash > ># ># /etc/rc.d/init.d/multipathd ># ># Starts the multipath daemon ># ># chkconfig: - 13 87 ># description: Manage device-mapper multipath devices ># processname: multipathd > >==> nasd <== >#!/bin/bash >### BEGIN INIT INFO ># Provides: nasd ># Default-Start: 5 ># Default-Stop: 0 1 2 3 4 6 ># Short-Description: start the nas daemon ># Description: Network transparent audio server >### END INIT INFO ># Only for Fedora ># chkconfig: 345 88 88 > >==> netconsole <== >#!/bin/bash ># ># netconsole This loads the netconsole module with the configured parameters. ># ># chkconfig: - 50 50 ># description: Initializes network console logging ># config: /etc/sysconfig/netconsole ># ># Copyright 2002 Red Hat, Inc. ># > >==> netfs <== >#!/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), \ > >==> netplugd <== >#!/bin/sh ># ># netplugd This shell script takes care of starting and stopping ># the network plug management daemon. ># ># chkconfig: - 11 89 ># description: netplugd is a daemon for managing non-static network \ ># interfaces. ># processname: netplugd ># pidfile: /var/run/netplugd.pid > >==> network <== >#! /bin/bash ># ># network Bring up/down networking ># ># chkconfig: - 10 90 ># description: Activates/Deactivates all network interfaces configured to \ ># start at boot time. ># >### BEGIN INIT INFO ># Provides: $network > >==> NetworkManager <== >#!/bin/sh ># ># NetworkManager: NetworkManager daemon ># ># chkconfig: - 27 73 ># description: This is a daemon for automatically switching network \ ># connections to the best available connection. ># ># processname: NetworkManager ># pidfile: /var/run/NetworkManager/NetworkManager.pid > >==> nfs <== >#!/bin/sh ># ># nfs This shell script takes care of starting and stopping ># the NFS services. ># ># chkconfig: - 60 20 ># description: NFS is a popular protocol for file sharing across TCP/IP \ ># networks. This service provides NFS server functionality, \ ># which is configured via the /etc/exports file. ># probe: true > >==> nfslock <== >#!/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 > >==> nmb <== >#!/bin/sh ># ># chkconfig: - 91 35 ># description: Starts and stops the Samba smbd and nmbd daemons \ ># used to provide SMB network services. ># ># pidfile: /var/run/samba/nmbd.pid ># config: /etc/samba/smb.conf > > > >==> nscd <== >#!/bin/bash ># ># nscd: Starts the Name Switch Cache Daemon ># ># chkconfig: - 30 74 ># description: This is a daemon which handles passwd and group lookups \ ># for running programs and cache the results for the next \ ># query. You should start this daemon if you use \ ># slow naming services like NIS, NIS+, LDAP, or hesiod. ># processname: /usr/sbin/nscd > >==> ntpd <== >#!/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. > >==> ntpdate <== >#!/bin/bash ># ># chkconfig: - 57 75 ># description: set the date and time via NTP > >### BEGIN INIT INFO ># Provides: ntpdate ># Required-Start: $network $local_fs $remote_fs ># Should-Start: $syslog $named ># Short-Description: set the date and time via NTP > >==> openvpn <== >#!/bin/sh ># ># openvpn This shell script takes care of starting and stopping ># openvpn on RedHat or other chkconfig-based system. ># ># chkconfig: - 24 76 ># ># processname: openvpn ># description: OpenVPN is a robust and highly flexible tunneling \ ># application that uses all of the encryption, \ > >==> pand <== >#!/bin/sh > ># chkconfig: - 26 89 > >### BEGIN INIT INFO ># Required-Start: bluetooth ># Default-Start: ># Short-Description: Bluetooth Personal Area Networking Daemon. ># Description: Bluetooth Personal Area Networking Daemon. Provides network ># services over Bluetooth. > >==> pcscd <== >#!/bin/sh ># ># pcscd Starts the pcscd Daemon ># ># chkconfig: 2345 25 88 ># description: The PC/SC smart card daemon is a resource manager for the \ ># PC/SC lite and Musclecard frameworks. It coordinates \ ># communications with smart card readers, smart cards, and \ ># cryptographic tokens that are connected to the system. ># > >==> postgresql <== >#!/bin/sh ># postgresql This is the init script for starting up the PostgreSQL ># server ># ># chkconfig: - 64 36 ># description: Starts and stops the PostgreSQL backend daemon that handles \ ># all database requests. ># processname: postmaster ># pidfile: /var/run/postmaster.pid > > >==> psacct <== >#!/bin/bash ># ># psacct Script to control kernel process accounting ># ># Author: Mike A. Harris <mharris@redhat.com> ># ># chkconfig: - 90 10 ># description: Starts and stops process accounting ># short-description: Starts and stops process accounting > > >==> racoon <== >#!/bin/sh ># ># chkconfig: - 15 85 ># description: racoon is an IKE (ISAKMP/Oakley) key management daemon ># processname: racoon ># config: /etc/racoon/racoon.conf ># > ># Source function library. >. /etc/init.d/functions > >==> rdisc <== >#!/bin/bash ># ># $Id: rdisc,v 1.5 2005/04/05 10:06:01 bastian Exp $ ># >### BEGIN INIT INFO ># Provides: rdisc ># Short-Description: This is a daemon which discovers routers on the local subnet. ># Description: This is a daemon which discovers routers on the local subnet. >### END INIT INFO > > >==> restorecond <== >#!/bin/sh ># ># restorecond: Daemon used to maintain path file context ># ># chkconfig: 2345 12 87 ># description: restorecond uses inotify to look for creation of new files \ ># listed in the /etc/selinux/restorecond.conf file, and restores the \ ># correct security context. ># ># processname: /usr/sbin/restorecond > >==> rpcbind <== >#! /bin/sh ># ># rpcbind Start/Stop RPCbind ># ># chkconfig: 2345 13 87 ># description: The rpcbind utility is a server that converts RPC program \ ># numbers into universal addresses. It must be running on the \ ># host to be able to make RPC calls on a server on that machine. ># ># processname: rpcbind > >==> rpcgssd <== >#!/bin/bash ># ># rpcgssd Start up and shut down RPCSEC GSS daemon ># ># Authors: Chuck Lever <cel@netapp.com> ># ># chkconfig: 345 19 85 ># description: Starts user-level daemon that manages RPCSEC GSS contexts \ ># for the NFSv4 client. > > >==> rpcidmapd <== >#!/bin/bash ># ># rpcidmapd Start up and shut down RPC name to UID/GID mapper ># ># Authors: Chuck Lever <cel@netapp.com> ># ># chkconfig: 345 18 85 ># description: Starts user-level daemon for NFSv4 that maps user \ ># names to UID and GID numbers. > > >==> rpcsvcgssd <== >#!/bin/bash ># ># rpcsvcgssd Start up and shut down RPCSEC GSS daemon ># ># Authors: Chuck Lever <cel@netapp.com> ># ># chkconfig: - 19 69 ># description: Starts user-level daemon that manages RPCSEC GSS contexts \ ># for the NFSv4 server. > > >==> rsyslog <== >#!/bin/bash ># ># rsyslog Starts rsyslogd/rklogd. ># ># ># 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 rsyslog. >### BEGIN INIT INFO > >==> saslauthd <== >#! /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 > ># Source function library. > >==> sendmail <== >#!/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 > >==> setroubleshoot <== >#!/bin/bash ># ># setroubleshoot This starts and stops setroubleshoot daemon ># ># chkconfig: 345 13 87 ># description: This starts the SELinux Troubleshooting Daemon ># ># processname: /usr/sbin/setroubleshootd ># config: /etc/setroubleshoot/setroubleshoot.cfg ># pidfile: /var/run/setroubleshoot.pid > >==> smartd <== >#! /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: - 99 01 ># description: Self Monitoring and Reporting Technology (SMART) Daemon ># processname: smartd > >==> smb <== >#!/bin/sh ># ># chkconfig: - 91 35 ># description: Starts and stops the Samba smbd daemon \ ># used to provide SMB network services. ># ># pidfile: /var/run/samba/smbd.pid ># config: /etc/samba/smb.conf > > > >==> smolt <== >#!/bin/bash ># ># yum This shell script enables automated checkins with Smolt ># ># Author: Seth Vidal <skvidal@phy.duke.edu> ># Mike McGrath <mmcgrath@redhat.com> ># ># chkconfig: - 90 01 ># ># description: Enable monthly update of Smolt > >==> snmpd <== >#!/bin/bash ># ucd-snmp init file for snmpd ># ># chkconfig: - 50 50 ># description: Simple Network Management Protocol (SNMP) Daemon ># ># processname: /usr/sbin/snmpd ># config: /etc/snmp/snmpd.conf ># config: /usr/share/snmp/snmpd.conf ># pidfile: /var/run/snmpd.pid > >==> snmptrapd <== >#!/bin/bash > ># ucd-snmp init file for snmptrapd ># ># chkconfig: - 50 50 ># description: Simple Network Management Protocol (SNMP) Trap Daemon ># ># processname: /usr/sbin/snmptrapd ># config: /etc/snmp/snmptrapd.conf ># config: /usr/share/snmp/snmptrapd.conf > >==> sshd <== >#!/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 > >==> udev-post <== >#!/bin/bash ># ># udev-post Post script for udev, after all filesystems are mounted ># ># Authors: Harald Hoyer <harald@redhat.com> ># ># chkconfig: 12345 26 75 ># description: Moves the generated persistent udev rules to /etc/udev/rules.d ># >### BEGIN INIT INFO > >==> vncserver <== >#!/bin/bash ># ># chkconfig: - 91 35 ># description: Starts and stops vncserver. \ ># used to provide remote X administration services. > >### BEGIN INIT INFO ># Provides: vncserver ># Required-Start: $network $named ># Required-Stop: $network $named > >==> vsftpd <== >#!/bin/bash ># >### BEGIN INIT INFO ># Provides: vsftpd ># Required-Start: $local_fs $network $named $remote_fs $syslog ># Required-Stop: $local_fs $network $named $remote_fs $syslog ># Short-Description: Very Secure Ftp Daemon ># Description: vsftpd is a Very Secure FTP daemon. It was written completely from ># scratch >### END INIT INFO > >==> winbind <== >#!/bin/sh ># ># chkconfig: - 27 73 ># description: Starts and stops the Samba winbind daemon ># # ># pidfile: /var/run/winbindd.pid ># config: /etc/samba/smb.conf > > ># Source function library. > >==> wine <== >#!/bin/sh ># ># wine Allow users to run Windows(tm) applications by just clicking on them ># (or typing ./file.exe) ># ># chkconfig: 35 98 10 ># description: Allow users to run Windows(tm) applications by just clicking \ ># on them (or typing ./file.exe) >### BEGIN INIT INFO ># Default-Start: 2 3 4 5 > >==> wpa_supplicant <== >#!/bin/bash ># ># wpa_supplicant ># ># chkconfig: - 23 88 ># description: wpa_supplicant is a WPA Supplicant for Linux, BSD and \ ># Windows with support for WPA and WPA2 (IEEE 802.11i / RSN). Supplicant \ ># is the IEEE 802.1X/WPA component that is used in the client stations. \ ># It implements key negotiation with a WPA Authenticator and it controls \ ># the roaming and IEEE 802.11 authentication/association of the wlan driver. > >==> xinetd <== >#!/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, \ > >==> ypbind <== >#!/bin/bash ># ># ypbind: Starts the ypbind Daemon ># ># Version: @(#) /etc/init.d/ypbind.init 1.3 ># ># chkconfig: - 27 73 ># description: This is a daemon which runs on NIS/YP clients and binds them \ ># to a NIS domain. It must be running for systems based on glibc \ ># to work as NIS clients, but it should not be enabled on systems \ > >==> yum-updatesd <== >#!/bin/bash ># ># yum Update notification daemon ># ># Author: Jeremy Katz <katzj@redhat.com> ># ># chkconfig: 345 97 03 ># ># description: This is a daemon which periodically checks for updates \ ># and can send notifications via mail, dbus or syslog.
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 444410
: 305780 |
305781
|
306575