summaryrefslogtreecommitdiffstats
path: root/abrt-ccpp.init
Commit message (Collapse)AuthorAgeFilesLines
* move code from ccpp initscript to abrt-install-ccpp-hookMiroslav Lichvar2011-06-091-82/+9
| | | | It will be used by systemd service.
* abrt-hook-ccpp: never pass %h corename spec and avoid passing %e if possibleDenys Vlasenko2011-06-071-1/+14
| | | | | | This closes bz#679720 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* remove support for old lock file in abrt service scriptDenys Vlasenko2011-04-201-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* abrt-hook-ccpp: simpler way to pass old core patternDenys Vlasenko2011-04-181-10/+2
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* make abrt-ccpp service set /proc/sys/kernel/core_pipe_limit to 4Denys Vlasenko2011-02-211-0/+22
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* move (de)installation of abrt-hook-ccpp into abrt-ccpp service.Denys Vlasenko2011-01-191-0/+129
Init script is packaged and installed with abrt-addon-ccpp package. In order to not install the hook twice, "old" plugin loading in abrtd is disabled (pending deletion of entire "old" plugin machinery). Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>