From 376c9bb80bfd8baf4aa400080666f7d5650aae2e Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Wed, 27 Oct 2010 16:22:29 +0000 Subject: [PATCH] py-i2phosts-injector: by default add hosts as NOT activated --- py-i2phosts-injector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-i2phosts-injector b/py-i2phosts-injector index f5eb38b..919852a 100755 --- a/py-i2phosts-injector +++ b/py-i2phosts-injector @@ -57,7 +57,7 @@ for line in f: print 'Adding %s' % hostname host = i2phost(name=hostname, b64hash=base64, description=args.description, - activated=True, external=True) + activated=False, external=True) host.save() else: if not args.supress: