X-Git-Url: http://git.hcoop.net/clinton/scripts.git/blobdiff_plain/2639c68fc88f5804503ed6556a88e25acf040c25..719a1db950a950713b410243566b5b482f51859b:/freeze diff --git a/freeze b/freeze index 5e2ff8b..2fb6ccd 100755 --- a/freeze +++ b/freeze @@ -274,11 +274,15 @@ sub domtool { for (@domains) { push @{ $$store{$u}{domains} }, $_; - if (!DRY) { - system("domtool-admin rmdom $_") - } else { - warn qq|system("domtool-admin rmdom $_")\n| - } + + # As per adamc's suggestion, I should not be + # running rmdom explicitly. + # https://bugzilla.hcoop.net/show_bug.cgi?id=555 + #if (!DRY) { + # system("domtool-admin rmdom $_") + #} else { + # warn qq|system("domtool-admin rmdom $_")\n| + #} } if (!DRY) {