diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_apt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_apt.c b/plugins/check_apt.c index 26499ae..a1176cf 100644 --- a/plugins/check_apt.c +++ b/plugins/check_apt.c | |||
@@ -52,7 +52,7 @@ typedef enum { UPGRADE, DIST_UPGRADE, NO_UPGRADE } upgrade_type; | |||
52 | /* String found at the beginning of the apt output lines we're interested in */ | 52 | /* String found at the beginning of the apt output lines we're interested in */ |
53 | #define PKGINST_PREFIX "Inst " | 53 | #define PKGINST_PREFIX "Inst " |
54 | /* the RE that catches security updates */ | 54 | /* the RE that catches security updates */ |
55 | #define SECURITY_RE "^[^\\(]*\\([^ ]* (Debian-Security:|Ubuntu:[^/]*/[^-]*-security)" | 55 | #define SECURITY_RE "^[^\\(]*\\(.* (Debian-Security:|Ubuntu:[^/]*/[^-]*-security)" |
56 | 56 | ||
57 | /* some standard functions */ | 57 | /* some standard functions */ |
58 | int process_arguments(int, char **); | 58 | int process_arguments(int, char **); |