From: Joerg Jaspert Date: Mon, 13 Dec 2010 23:33:05 +0000 (+0100) Subject: no more advisory X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61512330fd3e7c5525fae44d31fb2869bcab066e;p=dak no more advisory Signed-off-by: Joerg Jaspert --- diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 861c05d2..a408c1e3 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -78,7 +78,7 @@ def spawn(command): def sudo(arg, fn, exit): if Options["Sudo"]: os.spawnl(os.P_WAIT, "/usr/bin/sudo", "/usr/bin/sudo", "-u", "dak", "-H", - "/usr/local/bin/dak", "new-security-install", "-"+arg, "--", advisory) + "/usr/local/bin/dak", "new-security-install", "-"+arg) else: fn() if exit: