From 1f2611a526a8fd85a8dc57f443f56487686408d6 Mon Sep 17 00:00:00 2001 From: joey <> Date: Sun, 23 Jan 2005 15:17:51 +0000 Subject: [PATCH] Inspired by Andreas Barth: Switched from explicit support for haydn/costa to generic support via the extra attribute [UNTRUSTED] --- ud-generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-generate b/ud-generate index 0ba6fa9..0d65457 100755 --- a/ud-generate +++ b/ud-generate @@ -576,7 +576,7 @@ while(1): GenPasswd(l,OutDir+"passwd",Split[1]); sys.stdout.flush(); GenGroup(l,OutDir+"group"); - if CurrentHost == "haydn.debian.org" or CurrentHost == "costa.debian.org": + if ExtraList.has_key("[UNTRUSTED]"): continue; GenShadow(l,OutDir+"shadow"); -- 2.20.1