Subversion Repositories configs

Rev

Rev 8 | Rev 57 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 33
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
### BEGIN INIT INFO
2
### BEGIN INIT INFO
3
# Provides: kdump 
3
# Provides: kdump 
4
# Default-Start:  3 4 5
4
# Default-Start:  3 4 5
5
# Default-Stop: 0 1 6
5
# Default-Stop: 0 1 6
-
 
6
# Require-Start: $network $local_fs $remote_fs
6
# Short-Description: start and stop kdump crash recovery service 
7
# Short-Description: start and stop kdump crash recovery service 
7
# Description:  The kdump init script provides the support necessary for
8
# Description:  The kdump init script provides the support necessary for
8
#		loading a kdump kernel into memory at system bootup time,
9
#		loading a kdump kernel into memory at system bootup time,
9
#		and for copying away a vmcore at system panic time. 
10
#		and for copying away a vmcore at system panic time. 
10
### END INIT INFO
11
### END INIT INFO
11
#  Copyright 2005 Red Hat, Inc.
12
#  Copyright 2005 Red Hat, Inc.
12
#
-
 
13
#  chkconfig: - 20 80
-
 
14
#
13
#
15
#  Author:  Jeff Moyer <jmoyer@redhat.com>
14
#  Author:  Jeff Moyer <jmoyer@redhat.com>
16
 
15
 
17
 
16
 
18
# Source function library.
17
# Source function library.