summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchema <chema>2001-05-25 01:19:22 +0000
committerchema <chema>2001-05-25 01:19:22 +0000
commit3ff6e6edf629373cb591324ee8bb4b49768cf59f (patch)
tree0be46cce88d4b60a8e07c4c74e7906ab405d2066
parenta49407996b527783d7f41e80f600549257cc7e82 (diff)
2001-05-24 Chema Celorio <chema@celorio.com>XST_0_5_1
* configure.in: bump to 0.5.0 (XIMIAN_ARCHIVER_INCLUDEDIR): add variables for ximian_archiverConf.sh.in 2001-05-24 Chema Celorio <chema@celorio.com> * Makefile.am (libximian_archiver_la_SOURCES): add config- manger-dialog so that distcheck would pass (SUBDIRS): add the . dir because the capplet depends on the archiver and we need to build the archiver first (libximian_archiver_la_SOURCES): add location-list & create-location-dialog (ximian_archiverConf.sh): change to XIMIAN_ARVHIER_FOO 2001-05-24 Chema Celorio <chema@celorio.com> * Makefile.am (Applicationsdir): added checked/unchecked.xpm so that distcheck will show me a little love 2001-05-24 Chema Celorio <chema@celorio.com> * rollback-location-management.glade.in: move from archiver
-rw-r--r--boot-conf.in1
-rw-r--r--boot.pl.in5
2 files changed, 6 insertions, 0 deletions
diff --git a/boot-conf.in b/boot-conf.in
index 38a6f53..f185010 100644
--- a/boot-conf.in
+++ b/boot-conf.in
@@ -155,6 +155,7 @@ sub xml_print_global_kws
while ($i = shift @tags)
{
+ print "$i\n";
&xst_xml_print_line ("<$i/>\n") if exists $$h{$i};
}
}
diff --git a/boot.pl.in b/boot.pl.in
index cb573b5..b4dae94 100644
--- a/boot.pl.in
+++ b/boot.pl.in
@@ -62,13 +62,18 @@ sub xst_boot_parse_global
my ($fd, @line, $re);
$re = "[ \t]*=[ \t]*";
+ print "$file\n";
$fd = &xst_file_open_read_from_names ($file);
while (($line = <$fd>))
{
+ print "1-$line\n";
chomp $line;
+ print "1-$line\n";
$line =~ s/^[ \t]+//;
+ print "1-$line\n";
$line = &xst_parse_process_sh_line ($line);
+ print "1-$line\n";
next if ($line eq "");
last if ($line =~ /^(image|other)/);