From 7d930c4732c73238a8ee0b5df8cb163ae12f446c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 3 Jun 2005 07:09:44 +0000 Subject: drop unused code (and one should use append_to_file instead of this outpend) --- perl-install/standalone/drakpxe | 5 ----- 1 file changed, 5 deletions(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakpxe b/perl-install/standalone/drakpxe index 77f360372..a3a3f78bc 100755 --- a/perl-install/standalone/drakpxe +++ b/perl-install/standalone/drakpxe @@ -60,11 +60,6 @@ $::Wizard_title = N("PXE Server Configuration"); sub sys { system(@_) == 0 or log::l("[drakpxe] Warning, sys failed for $_[0]") } -sub outpend { - log::explanations("modified file $_[0]"); - my $f = shift; local *F; open F, ">>$f" or die "outpend in file $f failed: $!\n"; print F foreach @_; -} - sub start_daemons () { log::explanations("Starting daemons"); -- cgit v1.2.1