From 61512330fd3e7c5525fae44d31fb2869bcab066e Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Tue, 14 Dec 2010 00:33:05 +0100 Subject: [PATCH] no more advisory Signed-off-by: Joerg Jaspert --- dak/new_security_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5