summaryrefslogtreecommitdiff
path: root/removable-media.pl.in
AgeCommit message (Collapse)AuthorFilesLines
2003-09-142003-09-13 Eduardo Garcia Cebollero <kiwnix@yahoo.es>carlosg1-2/+2
* *.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
2003-03-13Many heavy cosmetic changes, inter alia renamed XST references in source ↵cneumair1-11/+11
code to GST.
2001-09-14Tue Sep 11 20:48:25 2001 Arturo Espinosa Aldama <arturo@ximian.com>unammx1-1/+1
* *.pl.in: changed SCRIPTSDIR that was broken in principle, although in practice didn't matter.
2001-08-24Wed Aug 22 22:16:03 2001 Arturo Espinosa Aldama <arturo@ximian.com>unammx1-3/+7
* *{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.
2001-08-24Wed Aug 22 22:16:03 2001 Arturo Espinosa Aldama <arturo@ximian.com>unammx1-2/+5
* *.pl.in: Ah, change had to go here too.
2001-07-042001-07-04 Arturo Espinosa Aldama <arturo@ximian.com>unammx1-0/+1
* 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.
2001-03-132001-03-12 Hans Petter Jansson <hpj@ximian.com>hansp1-2/+2
* 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.
2001-03-082001-03-08 Hans Petter Jansson <hpj@ximian.com>hansp1-2/+2
* 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_.
2001-02-09* *.in: indent-tabs-mode should be nil, not f.hansp1-1/+1
2001-02-09* *.in: Removed -*-perl-*- lines that were confusing Emacs.hansp1-1/+0
2001-02-08* be.pl.in, boot-conf.in disks-conf.in, file.pl.in, gen-reportcode-list.sh,hansp1-6/+6
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_
2001-02-082001-02-07 Hans Petter Jansson <hpj@ximian.com>hansp1-0/+19
* 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.
2001-02-05* media.pl.in: Added.hansp1-0/+43
* removable-media.pl.in: Added.