From 1ea920072c09c49c019188e7d30b7fca1e6e8391 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 5 Mar 2008 16:34:38 +0000 Subject: remove and don't install disabled wizards so that mcc doesn't offer to run them --- postfix_wizard/scripts/testlabel.pl | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 postfix_wizard/scripts/testlabel.pl (limited to 'postfix_wizard/scripts/testlabel.pl') diff --git a/postfix_wizard/scripts/testlabel.pl b/postfix_wizard/scripts/testlabel.pl deleted file mode 100644 index c61d3cb0..00000000 --- a/postfix_wizard/scripts/testlabel.pl +++ /dev/null @@ -1,15 +0,0 @@ -$toto = "tutu"; -$tata = "titi"; - -$file = "/home/logarno/toto"; -open(CANONICAL, "< $file"); -while () { - if (/\@$toto\s*\@$tata/){ - goto NOUPDATE; - } -} -close(CANONICAL); -open(CANONICAL, ">> $file"); -print CANONICAL "\n\@$toto \@$tata"; - NOUPDATE: - close(CANONICAL); -- cgit v1.2.1