aboutsummaryrefslogtreecommitdiffstats
path: root/mandriva
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken backspace bindings on csh shells (mga#5007)Dan Fandrich2013-07-311-11/+0
| | | | Originally by Colin Guthrie, but rewritten by me.
* mdv-network-event: use mageia.org instead of mandriva.com in dbus eventsOlivier Blin2013-05-081-2/+2
| | | | | | drakx-net is listening for events coming from mageia.org This should fix detection of connection success/failure in net_applet, draknetcenter and drakroam.
* Don't hide modprobe errors when handling modprobe.preloadColin Guthrie2013-01-061-2/+2
| | | | | | | | | Also no need to shell out to logger as this is typically started by systemd and thus any stderr output will end up in the journal (and by extension syslog if it's installed). Might help avoid numerous reports of the service 'failing' as indicated in mga#8472.
* Update variable name in-line with upstream changesColin Guthrie2012-10-281-2/+2
|
* inputrc: remove now unused inputrc.sh profile scriptOlivier Blin2012-07-131-1/+0
|
* inputrc: do not export INPUTRC, readline defaults to the same files alreadyOlivier Blin2012-07-132-4/+0
|
* inputrc: do not export LESSKEY, less defaults to the same files alreadyOlivier Blin2012-07-132-3/+0
|
* inputrc: do not export LESS=-MM anymoreOlivier Blin2012-07-132-2/+0
| | | | | | | | LESS=-MM breaks colorized output of git, and maybe perl-doc as well (Mdv #57143). It seems no other distro is shipping this as default, should be safe to remove.
* Do not leak the exit status of the test a return status.Colin Guthrie2012-04-241-4/+4
|
* network: Deal with ifcfg-* file that have spaces in them.Colin Guthrie2012-04-101-19/+20
| | | | | | This can happen on the ifcfg-Auto* files created by NM. It may be more sensible overall to just skip such files, but incase any other invalid files are found, they are now simply skipped to avoid errors.
* harddrake: Hopefully solve the cpufreq stall on first boot.Colin Guthrie2012-04-031-1/+1
| | | | | | | | | | | As harddrake is run by mandrake_everytime (which starts Before=basic.target) and it, in turn may try to start cpufreq (which starts After=basic.target) a deadlock can occur. To work around this, we pass the --no-block option to systemctl to return flow and allow us to continue. Hopefully solves mga#4772
* network-up: Let NM do more work when waiting for network to be up.Colin Guthrie2012-04-021-17/+35
| | | | | | | Trust link detection to Network Manager rather than doing more work ourselves. Also ensure we wait for resolvconf even when we are using NM as this is still needed.
* Ensure network-auth holds up user logins under systemdColin Guthrie2012-04-011-1/+2
| | | | | | | | This change ensures that systemd will wait until this script completes (and thus network is up) before we allow any logins. Also provide $named such that this translates to nss-lookup.target in systemd.
* Ignore TYPE=Wireless in network-up too.Colin Guthrie2012-03-261-0/+5
|
* Make network and network-up start after NetworkManager should it be enabled.Colin Guthrie2012-03-261-1/+1
| | | | | | | | | | Both scripts will check to see if NetworkManager is running before deciding to ignore interfaces. This directive will ensure that systemd starts NetworkManager before running these scripts and thus any checks and probes will be valid. This should prevent the double running of wpa_supplicant if the network script was run before NetworkManager which can cause constant disconnects.
* network-up: do per-device connection check for NetworkManagerOlivier Blin2012-03-241-7/+6
| | | | Also do not wait for NM devices with no link.
* network: assume NetworkManager is used if NM_CONTROLLED is not setOlivier Blin2012-03-241-2/+2
| | | | Like done upstream in commit 300aaee62cd7a3166969e795b53b065c510e09c1
* Reduce unneeded differences to prefdmColin Guthrie2011-11-041-1/+1
|
* Replace LANG with LC_ALLThomas Backlund2011-10-221-3/+3
| | | | https://bugs.mageia.org/show_bug.cgi?id=1216
* Remove trailing slash in TMP/TMPDIR.Colin Guthrie2011-10-211-4/+4
| | | | | | | When building gcc/ecj1, TMP/TMPDIR is used and this results in debugedit being unhappy. (patch originally from svn: 77112 rtp - Remove trailing whitespace at the end of TMPDIR/TMP)
* A few more Mageia branding changes.Colin Guthrie2011-10-213-3/+3
|
* Apply Mageia branding patchColin Guthrie2011-10-213-6/+6
|
* Add the mdkconf patchColin Guthrie2011-10-21109-0/+614905