~wwoods/apport/fedora

« back to all changes in this revision

Viewing changes to debian/apport.init

  • Committer: martin at piware
  • Date: 2006-07-24 11:07:21 UTC
  • Revision ID: martin@piware.de-20060724110721-9c868a01142c49b5
give this project a proper name: apport

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh -e
2
2
 
3
3
### BEGIN INIT INFO
4
 
# Provides:          crash-reporter
 
4
# Provides:          apport
5
5
# Required-Start:    $local_fs $remote_fs
6
6
# Required-Stop:     $local_fs $remote_fs
7
7
# Default-Start:     2 3 4 5
11
11
 
12
12
PATH=/bin
13
13
DESC="automatic crash report generation"
14
 
NAME=crash-reporter
15
 
AGENT=/usr/share/crash-reporter/crash-reporter
 
14
NAME=apport
 
15
AGENT=/usr/share/apport/apport
16
16
SCRIPTNAME=/etc/init.d/$NAME
17
17
PROCFILE=/proc/sys/kernel/crashdump-helper
18
18