Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 Benedict | 2002-10-28 | 1 | -2/+2 |
| | |||||
* | Finish thin client setup option. | Stew Benedict | 2002-10-14 | 1 | -2/+93 |
| | |||||
* | Read/Write thin client configuration. | Stew Benedict | 2002-10-12 | 1 | -66/+183 |
| | | | | | | Add draktermserv config to enable/disable thin clients. Update documentation. | ||||
* | Dynamic IP pool for client machines. | Stew Benedict | 2002-10-11 | 1 | -72/+110 |
| | | | | | | Don't require image for PCI clients. Perl_checker fixes. | ||||
* | Correct typo in create boot ISO code | Stew Benedict | 2002-10-10 | 1 | -2/+3 |
| | | | | | Add note in help about optional net boot image entry for PCI cards | ||||
* | Correct help notes on \$\$IP=IP-ADDRESS\$\$. | Stew Benedict | 2002-09-21 | 1 | -2/+2 |
| | |||||
* | Catch non-existant config files on copy. | Stew Benedict | 2002-09-19 | 1 | -2/+2 |
| | |||||
* | small i18n change | Pablo Saratxaga | 2002-09-10 | 1 | -4/+2 |
| | |||||
* | Display issues in other locales. | Stew Benedict | 2002-09-10 | 1 | -7/+4 |
| | |||||
* | QA BugSummer90 fixes | Stew Benedict | 2002-09-06 | 1 | -13/+23 |
| | |||||
* | Fix empty subnet in /etc/exports /home entry. | Stew Benedict | 2002-09-03 | 1 | -27/+48 |
| | |||||
* | typo, change /etc/exports explanation in help | Stew Benedict | 2002-08-06 | 1 | -1/+4 |
| | |||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -2/+2 |
| | | | | | (so that 'use strict' works) | ||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -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 Benedict | 2002-07-28 | 1 | -19/+33 |
| | | | | | | | message when mkisofs fails. Cleanup code for use strict. Fix crash when no backup dhcpd.conf. | ||||
* | fix "$" in translated string | Pascal Rigaux | 2002-07-16 | 1 | -1/+1 |
| | |||||
* | Add drakTermServ application and icon. | Stew Benedict | 2002-06-27 | 1 | -0/+1288 |