diff options
Diffstat (limited to 'src/Hooks')
| -rw-r--r-- | src/Hooks/abrt-hook-ccpp.cpp | 2 | ||||
| -rw-r--r-- | src/Hooks/abrt-hook-python.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Hooks/abrt-hook-ccpp.cpp b/src/Hooks/abrt-hook-ccpp.cpp index 951bea9d..aca64385 100644 --- a/src/Hooks/abrt-hook-ccpp.cpp +++ b/src/Hooks/abrt-hook-ccpp.cpp @@ -147,7 +147,7 @@ int main(int argc, char** argv) char path[PATH_MAX]; - /* Check /var/cache/abrt/last-ccpp marker, do not dump repeated crashes + /* Check /var/spool/abrt/last-ccpp marker, do not dump repeated crashes * if they happen too often. Else, write new marker value. */ snprintf(path, sizeof(path), "%s/last-ccpp", dddir); diff --git a/src/Hooks/abrt-hook-python.cpp b/src/Hooks/abrt-hook-python.cpp index 972f1176..27a02134 100644 --- a/src/Hooks/abrt-hook-python.cpp +++ b/src/Hooks/abrt-hook-python.cpp @@ -1,5 +1,5 @@ /* - abrt-hook-python.cpp - writes data to the /var/cache/abrt directory + abrt-hook-python.cpp - writes data to the /var/spool/abrt directory with SUID bit Copyright (C) 2009 RedHat inc. |
