summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-03 07:09:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-03 07:09:44 +0000
commit7d930c4732c73238a8ee0b5df8cb163ae12f446c (patch)
treed12f1a01bb48c100eb5ed82c211c03f0b46c7b67
parente842236c2abecc1bdb069a9fa9e96fe89849e36c (diff)
downloaddrakx-backup-do-not-use-7d930c4732c73238a8ee0b5df8cb163ae12f446c.tar
drakx-backup-do-not-use-7d930c4732c73238a8ee0b5df8cb163ae12f446c.tar.gz
drakx-backup-do-not-use-7d930c4732c73238a8ee0b5df8cb163ae12f446c.tar.bz2
drakx-backup-do-not-use-7d930c4732c73238a8ee0b5df8cb163ae12f446c.tar.xz
drakx-backup-do-not-use-7d930c4732c73238a8ee0b5df8cb163ae12f446c.zip
drop unused code (and one should use append_to_file instead of this outpend)
-rwxr-xr-xperl-install/standalone/drakpxe5
1 files changed, 0 insertions, 5 deletions
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");