summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* handle services with "-" as default chkconfig level in more places (by ↵Olivier Blin2008-03-271-2/+2
| | | | reusing _set_service wrapper)
* extract _set_service function that handles services with "-" as default ↵Olivier Blin2008-03-271-5/+10
| | | | chkconfig level
* factorize in a _run_action wrapperOlivier Blin2008-03-271-8/+11
|
* xfs is *not* mandatory for Xorg to run (#32846)Pascal Rigaux2007-08-271-1/+1
|
* typo fix (Dotan Kamber)Thierry Vignaud2007-08-091-1/+1
|
* typo fixThierry Vignaud2007-08-091-1/+1
|
* (description) describe a few more services (cups, dm, haldaemon,Thierry Vignaud2007-08-061-0/+9
| | | | | messagebus, ntpd, saned, smb, sshd & xinetd) (#18612)
* re-sync after the big svn lossPascal Rigaux2007-04-251-17/+6
|
* fill in missing titles for banners and specify iconsThierry Vignaud2005-08-271-2/+2
|
* create enable() and disable() out of set_status()Olivier Blin2005-06-101-4/+14
|
* don't need prefixing with current packagePascal Rigaux2005-06-091-4/+4
|
* - introduce set_status(), restart_or_start() and service_exists()Olivier Blin2005-05-241-18/+33
| | | | | - cleanups (use run_program success status)
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
|
* remove some unneeded ";", add some for normalization (as told by perl_checker)Pascal Rigaux2004-11-181-1/+1
|
* simplifyPascal Rigaux2004-10-141-3/+2
|
* simplifyPascal Rigaux2004-10-141-5/+4
|
* fixed encoding problem with the output of start/stop init scriptsPablo Saratxaga2004-10-051-1/+3
| | | | | (the output must be forced to utf-8 in order to have it displayed in gtk2)
* - Lete the function "start_not_running_service()" really start the specified ↵Till Kamppeter2004-09-011-0/+4
| | | | service if it is not running instead of being a copy of the function "is_service_running()".
* - Restored wrong upload.Till Kamppeter2004-09-011-41/+360
|
* - Lete the function "start_not_running_service()" really start the specified ↵Till Kamppeter2004-09-011-360/+41
| | | | service if it is not running instead of being a copy of the function "is_service_running()".
* aspell's typo fixesThierry Vignaud2004-08-231-2/+2
|
* replaced XFree86 and XFree with Xorg (bugzilla #10531)Pascal Rigaux2004-08-051-2/+2
|
* for install, a service is on if there is at least one runlevel for which thePascal Rigaux2004-02-101-1/+1
| | | | | service is on (esp. for service "dm") (bugzilla #7146)
* add a fam description (telling that GNOME & KDE uses it). closes part of ↵Pascal Rigaux2004-01-081-0/+2
| | | | bugzilla #1704
* perl_checker compliancePascal Rigaux2003-08-111-1/+0
|
* in drakxservices, display differently services handled by xinetd (bug #4516)Pascal Rigaux2003-08-061-23/+33
|
* create services_raw() which returns all the info out of "chkconfig --list"Pascal Rigaux2003-08-061-5/+18
|
* perl_checker compliancePascal Rigaux2003-08-061-1/+1
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-1/+1
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-1/+1
|
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-061-1/+1
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-2/+2
|
* - fix packing on standalone mode (no horizontal scrolling)Thierry Vignaud2003-03-101-1/+1
| | | | | - let show it all when embedded
* we do use $in !!!!Thierry Vignaud2003-03-061-1/+1
|
* in drakxservices, don't stop services if one is using the gtk frontend ↵Pascal Rigaux2003-03-041-1/+3
| | | | | | | (since it allows one to start/stop services) this allows to skip stopping service "dm" (bug #2664)
* perl_checker fixThierry Vignaud2003-02-271-1/+1
|
* in standalone mode, only display a service as enabled at boot timeThierry Vignaud2003-02-241-2/+8
| | | | | | | only if it's really enabled in current runlevel. what's more it's more coherent with other "only show current runlevel status" tools like ntsysv.
* (ask_standalone_gtk): ensure popup is not destroyed more than oncePascal Rigaux2003-02-211-1/+1
|
* Gtk2::Label::set is deprecatedGuillaume Cottenceau2003-02-201-1/+1
|
* fix rawdevices description (bug #1677)Pascal Rigaux2003-02-161-1/+1
|
* use $::prefixPascal Rigaux2003-02-141-22/+21
|
* - set_help is deprecatedPascal Rigaux2003-02-131-0/+1
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* (start_service_on_boot) prevent copying this styleThierry Vignaud2003-02-131-4/+2
|
* (do_not_start_service_on_boot) : simplify itThierry Vignaud2003-02-131-3/+1
|
* cleanup starts_on_boot()Pascal Rigaux2003-02-121-15/+3
|
* Scannerdrake vastly improvedTill Kamppeter2003-02-121-1/+8
| | | | | | | | | | | | - Use auto-detection methods of SANE - Do not ask the user to configure scanners which are already configured - Handle systems with more than one scanner correctly - Added ports of newer scanners (libusb, parallel, ...) to the port selector in manual setup - Main dialog showing all configured scanners - Full support for scanner sharing via SANE (server/client) - Support for USB scanner access via libusb
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
|
* fix prefix usageThierry Vignaud2003-01-201-15/+12
|
* fix embeddingThierry Vignaud2003-01-161-1/+1
|
* use wrap_text (instead of handcoding it)Pascal Rigaux2002-12-131-10/+1
|