Age | Commit message (Collapse) | Author | Files | Lines |
|
* *.pl.in, *-conf.in, configure.in, Makefile.am, Makefile.in:
[build_system_switch] Update the sustitution system used in the
Makefiles for using Autoconf.
* system-tools-backends.pc.in : Added file (independant info for
use if you want to know data about the backends)
* autogen.sh: made it able to compile the backends independently of
the frontends
|
|
code to GST.
|
|
* *.pl.in: changed SCRIPTSDIR that was broken in principle,
although in practice didn't matter.
|
|
* *{pl,-conf}.in: Oops, forgot about the .in suffix of files
that haven't been processed. Put the prefix if the backend is
the .in version.
|
|
* *.pl.in: Ah, change had to go here too.
|
|
* network.pl.in (xst_network_lookup_address): Modified
function so it can resolve multiple addresses in
paralel.
(xst_network_fork_address_lookup): Abstracted this
process.
* *-conf.in: Put require instructions inside a BEGIN
block, which make it easier to start debugging the backends.
2001-07-03 Arturo Espinosa Aldama <arturo@ximian.com>
* network.pl.in (xst_network_lookup_address): A nice
address lookup routine, with timeout (using fork).
(xst_network_lookup_address_block): For those who have
a block fetish.
2001-07-02 Arturo Espinosa Aldama <arturo@ximian.com>
* shares-conf.in (xml_print): imports and exports tags
only appear if there is info to display. This allows me
to reuse it for network scanning.
2001-07-02 Arturo Espinosa Aldama <arturo@ximian.com>
* shares.xsd: imports and exports tags are now optional.
|
|
* xml.pl.in (xst_xml_indent): -> xst_xml_print_indent.
(xst_xml_vspace): -> xst_xml_print_vspace.
(xst_xml_print_string): Implement.
(xst_xml_print_line): Use xst_xml_print_string().
* boot-conf.in disks-conf.in hardware-conf.in
media.pl.in memory-conf.in network-conf.in
removable-media.pl.in time-conf.in users-conf.in:
xst_xml_indent -> xst_xml_print_indent.
xst_xml_vspace -> xst_xml_print_vspace.
|
|
* boot-conf.in disks-conf.in hardware-conf.in media.pl.in memory-conf.in
nameresolution-conf.in network-conf.in networking-conf.in
removable-media.pl.in time-conf.in users-conf.in xml.pl.in:
xst_xml_print -> xst_xml_print_line.
Doing this modification first, in a way that shouldn't affect the
handful of other functions starting with xst_xml_print_.
|
|
|
|
|
|
general.pl.in, guess_system.sh, hardware-conf.in, media.pl.in,
memory-conf.in, nameresolution-conf.in, network-conf.in, network.pl.in,
networking-conf.in, parse.pl.in, platform.pl.in, removable-media.pl.in,
replace.pl.in, report.pl.in, service.pl.in, shares-conf.in, time-conf.in,
users-conf.in, util.pl.in, xml.pl.in: be_ -> xst_
|
|
* be.pl.in: Refactored into obsoletion.
* file.pl.in, general.pl.in, platform.pl.in, report.pl.in,
service.pl.in, util.pl.in, xml.pl.in: Added.
* boot-conf.in, disks-conf.in, memory-conf.in,
network-conf.in, shares-conf.in, time-conf.in, users-conf.in,
media.pl.in, network.pl.in, parse.pl.in, replace.pl.in:
Removed dependency on be.pl. Added new dependencies.
* Makefile.am: Removed be.pl from distribution (but not
build). Added new targets.
* removable-media.pl.in: Added an XML skeleton. This file will
go away later, though.
|
|
* removable-media.pl.in: Added.
|