Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker cleaning | Stew Benedict | 2003-05-13 | 1 | -10/+10 |
| | |||||
* | cleanups | Thierry Vignaud | 2003-05-13 | 1 | -64/+61 |
| | |||||
* | s/initrdrd/initrd/ (Arpad Biro) | Thierry Vignaud | 2003-04-02 | 1 | -1/+1 |
| | |||||
* | Fix IP pool range bug from gtk2 conversion. | Stew Benedict | 2003-03-13 | 1 | -2/+2 |
| | |||||
* | fixed text (missing '/') | Pablo Saratxaga | 2003-03-09 | 1 | -1/+1 |
| | |||||
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 1 | -1/+0 |
| | | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment | ||||
* | perl_checker | Stew Benedict | 2003-02-20 | 1 | -2/+2 |
| | |||||
* | Finish gtk2 port. | Stew Benedict | 2003-02-20 | 1 | -17/+23 |
| | |||||
* | Partial gtk2 update - still needs work on TreeViews | Stew Benedict | 2003-02-20 | 1 | -116/+152 |
| | |||||
* | English proofreading (first pass) | Pablo Saratxaga | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | "je n'en veux + de cette engeance" (c) pixel : | Thierry Vignaud | 2003-01-16 | 1 | -6/+6 |
| | | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad) | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -94/+102 |
| | |||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 1 | -11/+7 |
| | |||||
* | use gtkflush() | Thierry Vignaud | 2002-12-05 | 1 | -2/+2 |
| | |||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -274/+249 |
| | | | | | | - consolidate some code in text_view() - perl_checker fixes | ||||
* | switch latest tools that still manually handle embedding | Thierry Vignaud | 2002-11-21 | 1 | -18/+16 |
| | | | | | to use my_gtk | ||||
* | s/$x ne (0|'')/$x/ | Thierry Vignaud | 2002-11-20 | 1 | -7/+7 |
| | |||||
* | switch drakTermServ to new option scheme | Thierry Vignaud | 2002-11-18 | 1 | -14/+0 |
| | |||||
* | 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 |