From b4ab56c86125ee342523bc4fedf65c76f6f0d2cd Mon Sep 17 00:00:00 2001 From: joey <> Date: Wed, 27 Oct 2004 11:25:50 +0000 Subject: [PATCH] Hardcode an exception for costa, which acts as alioth NG. Since it'll be hosting alioth, don't generate password filed for Debian accounts. --- ud-generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ud-generate b/ud-generate index b27ceac..0ba6fa9 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": + if CurrentHost == "haydn.debian.org" or CurrentHost == "costa.debian.org": continue; GenShadow(l,OutDir+"shadow"); -- 2.20.1