diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-06-03 07:09:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-06-03 07:09:44 +0000 |
commit | 7d930c4732c73238a8ee0b5df8cb163ae12f446c (patch) | |
tree | d12f1a01bb48c100eb5ed82c211c03f0b46c7b67 /perl-install/standalone | |
parent | e842236c2abecc1bdb069a9fa9e96fe89849e36c (diff) | |
download | drakx-7d930c4732c73238a8ee0b5df8cb163ae12f446c.tar drakx-7d930c4732c73238a8ee0b5df8cb163ae12f446c.tar.gz drakx-7d930c4732c73238a8ee0b5df8cb163ae12f446c.tar.bz2 drakx-7d930c4732c73238a8ee0b5df8cb163ae12f446c.tar.xz drakx-7d930c4732c73238a8ee0b5df8cb163ae12f446c.zip |
drop unused code (and one should use append_to_file instead of this outpend)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakpxe | 5 |
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"); |