summaryrefslogtreecommitdiffstats
path: root/perl-install/c/stuff.pm
Commit message (Expand)AuthorAgeFilesLines
* i18n kdmrcPascal Rigaux2001-09-151-0/+1
* added support for epoch (serial).Francois Pons2001-06-271-0/+1
* - c::iconv replace c::from_utf8 and c::to_utf8Pascal Rigaux2001-06-081-0/+2
* (headerGetEntry): use from_utf8 on group, summary and descriptionPascal Rigaux2001-03-161-3/+3
* no_commentPascal Rigaux2000-09-141-1/+1
* no_commentPascal Rigaux2000-03-051-1/+1
* *** empty log message ***Francois Pons1999-12-081-0/+1
* no_commentPascal Rigaux1999-11-281-0/+1
* no_commentPascal Rigaux1999-11-121-2/+1
* no_commentPascal Rigaux1999-10-101-1/+1
* no_commentPascal Rigaux1999-10-101-0/+29
@ -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");