From 351040d84035249bcb81f31a2d0371e0201e6e33 Mon Sep 17 00:00:00 2001 From: joey <> Date: Wed, 27 Oct 2004 11:24:14 +0000 Subject: [PATCH] Import from samosa: Hardcode an exception for haydn. Since it's hosting alioth, don't generate password filed for Debian accounts. --- ud-generate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ud-generate b/ud-generate index 2673b1d..b27ceac 100755 --- a/ud-generate +++ b/ud-generate @@ -576,6 +576,8 @@ while(1): GenPasswd(l,OutDir+"passwd",Split[1]); sys.stdout.flush(); GenGroup(l,OutDir+"group"); + if CurrentHost == "haydn.debian.org": + continue; GenShadow(l,OutDir+"shadow"); # Link in global things -- 2.20.1