summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakTermServ
Commit message (Collapse)AuthorAgeFilesLines
* English proofreading (first pass)Pablo Saratxaga2003-01-211-1/+1
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-6/+6
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* perl_checker fixesThierry Vignaud2002-12-101-94/+102
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-101-11/+7
|
* use gtkflush()Thierry Vignaud2002-12-051-2/+2
|
* - gtk2 portThierry Vignaud2002-12-021-274/+249
| | | | | | - consolidate some code in text_view() - perl_checker fixes
* switch latest tools that still manually handle embeddingThierry Vignaud2002-11-211-18/+16
| | | | | to use my_gtk
* s/$x ne (0|'')/$x/Thierry Vignaud2002-11-201-7/+7
|
* switch drakTermServ to new option schemeThierry Vignaud2002-11-181-14/+0
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-58/+58
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* typo in comments: Josep L. Guallar-Esteve <jlguallar@computer.org>Stew Benedict2002-10-281-2/+2
|
* Finish thin client setup option.Stew Benedict2002-10-141-2/+93
|
* Read/Write thin client configuration.Stew Benedict2002-10-121-66/+183
| | | | | | Add draktermserv config to enable/disable thin clients. Update documentation.
* Dynamic IP pool for client machines.Stew Benedict2002-10-111-72/+110
| | | | | | Don't require image for PCI clients. Perl_checker fixes.
* Correct typo in create boot ISO codeStew Benedict2002-10-101-2/+3
| | | | | Add note in help about optional net boot image entry for PCI cards
* Correct help notes on \$\$IP=IP-ADDRESS\$\$.Stew Benedict2002-09-211-2/+2
|
* Catch non-existant config files on copy.Stew Benedict2002-09-191-2/+2
|
* small i18n changePablo Saratxaga2002-09-101-4/+2
|
* Display issues in other locales.Stew Benedict2002-09-101-7/+4
|
* QA BugSummer90 fixesStew Benedict2002-09-061-13/+23
|
* Fix empty subnet in /etc/exports /home entry.Stew Benedict2002-09-031-27/+48
|
* typo, change /etc/exports explanation in helpStew Benedict2002-08-061-1/+4
|
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-2/+2
| | | | | (so that 'use strict' works)
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* Check for/install terminal-server and friends. More intelligent error ↵Stew Benedict2002-07-281-19/+33
| | | | | | | message when mkisofs fails. Cleanup code for use strict. Fix crash when no backup dhcpd.conf.
* fix "$" in translated stringPascal Rigaux2002-07-161-1/+1
|
* Add drakTermServ application and icon.Stew Benedict2002-06-271-0/+1288