]> git.pld-linux.org Git - packages/apport.git/commitdiff
- pldize
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 24 Apr 2008 11:01:33 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apport.init -> 1.4

apport.init

index 60b154157984754fbbbd247dfdc46462121bd6ba..8a3e692821a9852ae7646281c0279b4146beaed5 100644 (file)
@@ -1,14 +1,14 @@
-#!/bin/bash
+#!/bin/sh
 #
 # apport    Script to control apport handling of core dumps
 #
-# Author:   Will Woods <wwoods@redhat.com>
-#
 # chkconfig: 2345 90 10
 # description:  Starts and stops apport crash handling
 
+# $Id$
+
 # Source function library.
-. /etc/init.d/functions
+. /etc/rc.d/init.d/functions
 
 # The location of the core pattern file
 PATFILE=/proc/sys/kernel/core_pattern
This page took 0.064746 seconds and 4 git commands to generate.