From 359a85fc6b746046c5f23109d7df3d251809b5a5 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 3 Jan 2009 01:13:45 +0100 Subject: [PATCH] dm-monitor fixup the "Packages DM may update" listing a little. Signed-off-by: Joerg Jaspert --- scripts/debian/dm-monitor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/debian/dm-monitor b/scripts/debian/dm-monitor index bf8e34b1..93e36472 100755 --- a/scripts/debian/dm-monitor +++ b/scripts/debian/dm-monitor @@ -31,13 +31,13 @@ EOF echo "Packages debian maintainers may update:" psql --html projectb <' OR - m.name LIKE '% <' || substring(u.uid FROM 4) || '>') - WHERE s.dm_upload_allowed = 't' + m.name LIKE '% <' || substring(u.uid FROM 4) || '>') + WHERE s.dm_upload_allowed = 't' GROUP BY s.source, s.version, u.uid ORDER BY u.uid, s.source, s.version; EOF -- 2.39.5