summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* - fix duplication of sec level setting:Thierry Vignaud2002-11-191-7/+0
| | | | | | | | | | | | | merge any::get_secure_level() with secure::msec::get_secure_level() - move security level functions from secure::msec to secure::level - uses secure::level in install_steps - fix duplication of security level labels - draksec: use same strings in drakx, got nice translations - get_default_checks(): make it more readable
* rename modparm as modules::parametersThierry Vignaud2002-11-181-2/+2
|
* s/wantarray/wantarray()/Pascal Rigaux2002-11-151-1/+1
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-141-1/+1
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-6/+6
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-139/+139
| | | | | | | | | | | | | | | | | | | 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!
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-171-1/+1
|
* do not allow to create user "root" (thanks to Eric Fernandez)Pascal Rigaux2002-09-251-1/+1
|
* change load_category__prompt_for_more dying 'already displayed' in returnDamien Chaumette2002-09-241-1/+2
|
* do something with "Security Administrator (login or email)"Pascal Rigaux2002-09-121-1/+1
|
* when "password" or "restricted" is set, propose the entries to change themPascal Rigaux2002-09-091-1/+1
| | | | | (thanks to Aleksander Adamowski)
* fix detection of mixed_kind_of_disks (eg: hde with hda)Pascal Rigaux2002-09-091-2/+3
|
* (ask_window_manager_to_logout): do not su into user before doing dcop ifPascal Rigaux2002-09-051-2/+4
| | | | | | we are not root (otherwise localedrake in user ask for user's password before login out) (thanks to H. Narfi Stefansson for reporting it)
* - set GRP_TOGGLE to '' when no GRP_TOGGLE are usedPascal Rigaux2002-08-301-7/+9
| | | | | - defaults to previous GRP_TOGGLE if one is available
* - use $::prefix in any::get_secure_level()Pascal Rigaux2002-08-281-5/+3
| | | | | - fix any::get_secure_level() not using prefix when it should
* (selectLanguage): fix the ugly use of focus_out for setting langs. Was ↵Pascal Rigaux2002-08-281-1/+2
| | | | completly rubbish in newt.
* :xPascal Rigaux2002-08-271-1/+0
|
* set password2 to password so that upgrading bootloader with an existing ↵Pascal Rigaux2002-08-271-0/+1
| | | | password works (thanks to Aleksander Adamowski)
* add ntools and ctools in %high_security_groupsPascal Rigaux2002-08-271-0/+2
|
* (devfssymlinkf): use "mksymlink" instead of "symlink" so that devfsd doesn't ↵Pascal Rigaux2002-08-171-2/+2
| | | | give an error when the symlink already exists
* fix "Security Administrator (login or email)" missing fieldPascal Rigaux2002-08-161-1/+1
|
* use setExportedVarsInSh for setting /etc/profile.d/proxy.sh so that http_proxyPascal Rigaux2002-08-121-4/+3
| | | | | and ftp_proxy are exported (thanks to Pascal <pascal@vmfacility.fr>)
* - fix module parameter dialog box handlingPascal Rigaux2002-08-091-10/+12
| | | | | - enable the cancel on load_module__ask_options
* - write_passwd_user: ensure {pw} is set (at least '')Pascal Rigaux2002-08-081-11/+1
| | | | | - cleanup dead code
* (ask_window_manager_to_logout): adapt to new gnomePascal Rigaux2002-08-081-1/+1
|
* sort security level descriptionsPascal Rigaux2002-08-081-1/+1
|
* (ddcxinfos): use the new run_program::raw with a 20s timeout to workaround ↵Pascal Rigaux2002-08-061-1/+2
| | | | ddcxinfos going wild using 100% system CPU
* Put _() around two strings in security level choosingPablo Saratxaga2002-08-061-2/+2
|
* do the job of devfsd in case devfsd doesn't do itPascal Rigaux2002-08-051-13/+19
|
* - the old $o->{keyboard} is now $o->{keyboard}{KEYBOARD}Pascal Rigaux2002-08-011-0/+16
| | | | | | | | - KBCHARSET is $o->{keyboard}{KBCHARSET} - isNotDelete is $o->{keyboard}{BACKSPACE} (as written in sysconfig/keyboard) - add GRP_TOGGLE which gives XkbOptions "grp:GRP_TOGGLE" - add dialog box to choose GRP_TOGGLE
* get rid of some $prefix parameter passing (using $::prefix where needed instead)Pascal Rigaux2002-08-011-3/+3
|
* (devfssymlinkf): when creating a symlink on the system, use devfs name if ↵Pascal Rigaux2002-07-311-0/+3
| | | | devfs is mounted
* replace "$foo" with $fooPascal Rigaux2002-07-311-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-6/+2
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-7/+6
|
* (running_window_manager): return the pids found if wantedPascal Rigaux2002-07-281-2/+5
| | | | | (ddcxinfos): ensure no probe is done when $::noauto
* use run_program::rooted_get_stdout instead of `chroot $prefix ...`Pascal Rigaux2002-07-261-2/+1
|
* use fuzzy_pidofs (to detect if kwin is running)Pascal Rigaux2002-07-231-6/+4
|
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-3/+3
|
* when $::noauto, hardwire no probing in detect_devices::probeall to ensure no ↵Pascal Rigaux2002-07-221-1/+1
| | | | probing is never done
* try very hard to make rdvd work:Pascal Rigaux2002-07-201-10/+30
| | | | | | | | | | | - if not using devfs, it worked so keeping things unchanged - if using devfs, using the new dynamic rawdevice.script script to bind a rawdevice on demand pb: can't have both a devfs and a non-devfs config, the /etc/sysconfig/rawdevices solution gives errors with devfs (since the dvd is not REGISTERed yet)
* please perl_checkerPascal Rigaux2002-07-201-0/+1
|
* fix typoPascal Rigaux2002-07-201-2/+2
|
* (devfssymlinkf): use devfs names for devfs/conf.d/xxx.conf, but not for thePascal Rigaux2002-07-201-5/+6
| | | | | symlink in /dev (which is used when devfs is not)
* devfssymlinkf doesn't have any return value, so don't check itPascal Rigaux2002-07-201-3/+1
|
* (devfssymlinkf): try devices::to_devfs when devfs_device is not providedPascal Rigaux2002-07-191-1/+5
|
* (devfssymlinkf): use devfs_device instead of device when availablePascal Rigaux2002-07-191-4/+5
|
* revert changes so that DrakX work again.Francois Pons2002-07-191-0/+70
|
* - remove any msec related functionsChristian Belisle2002-07-191-70/+0
| | | | | - remove 'use security::msec'
* move the "if !$::testing" for not modifying inittab in function runlevel()Pascal Rigaux2002-07-171-1/+1
| | | | | (was in install_steps.pm)