aboutsummaryrefslogtreecommitdiffstats
path: root/mandriva
Commit message (Collapse)AuthorAgeFilesLines
* network-up: fix most shellcheck issues (usually quoting)Olav Vitters2020-07-281-11/+11
|
* network-up: make use of is_true and is_false in our customizationsOlav Vitters2020-07-281-3/+3
|
* Merge tag '10.04' into distro/mgaOlav Vitters2020-07-261-27/+0
| | | | 10.04 release
* mandrake/Makefile: remove every unused functionality which has been broken ↵Olav Vitters2020-07-261-39/+0
| | | | since ~2011
* remove alpha arch specific change (ancient arch and not supported by Mageia)Olav Vitters2020-07-261-4/+0
|
* mandriva/ChangeLog: remove, not needed due to git logOlav Vitters2020-07-261-18909/+0
|
* (rapsys): Fix tmout warning (patch from initscripts package)Olav Vitters2020-07-251-1/+2
|
* mdv-network-event: fix shell quoting issuesOlav Vitters2020-07-251-2/+2
|
* kheader: remove, was not used since 2011+, likely 20+ yearsOlav Vitters2020-07-251-110/+0
| | | | | | | It was added in commit be75c98a06d569fbaa2d86f92676af961795d094 as part of a big 'Mageia patch' commit. At least since the commit (2011) this script was never installed or packaged. Further, the bootloader-utils spec file has scripts to remove this file!
* align with /etc/login.defsOlav Vitters2020-07-251-1/+1
|
* remove leftover file from when this repository used CVSOlav Vitters2020-07-251-1/+0
|
* mandriva/import_rh.sh: remove, too outdated to be usefulOlav Vitters2020-07-251-46/+0
| | | | | | | This script was used to make it easier to merge our initscripts fork with upstream. script is heavily outdated and as a result, unusable. It e.g. assumes upstream uses SVN and we're using SVN. The instructions within README.md are way more useful.
* Kill off prefdm/lookupdmColin Guthrie2017-12-302-38/+1
| | | | | | | | These are no longer appropriate and display managers should be started by the appropriate systemd unit. We should have code that enables the appropriate unit automatically on install now that /etc/sysconfig/desktop has been deprecated.
* Split out dkms module (re)build from mandrake_everytimedoktor50002015-11-241-5/+2
| | | | | | | | | | | | | | | | | | The rebuild of the dkms modules should not be triggered by mandrake_everytime which is itself triggered via mandriva-everytime.service, as people might want to disable this service, as harddrake often takes a lot of time to run and hence blocks the boot. This has been split out into a separate script into the dkms package, /usr/sbin/dkms-autorebuild.sh including a systemd service that calls this on every boot and some documentation was added to the script on how to disable the dkms module rebuild. Overall the same should be done for all the other parts of mandrake_everytime to split them out into separate scripts to msec, harddrake and other affected packages after reviewing them to be able to kill mandrake_everytime legacy. mga#17194
* Check correct msec config file for SECURE_TMP config.Colin Guthrie2015-04-282-4/+4
| | | | | | | | | | | | | | | | | Note: I think this is bogus. It doesn't deal properly with homedirs on NFS with SECURE_TMP set as many programs require filesystem behaviour that NFS cannot honour. If anything, the tmp folder should be mounted as tmpfs. Ultimately however this is what XDG_RUNTIME_DIR is meant to do and programs should generally move away from it. I'd suggest even that TMP and TMPDIR point to /run/user/603/tmp if you want a really secure TMPDIR system. Or at least something along those lines. mga#14778
* Kill off supermount.Colin Guthrie2014-09-113-190/+0
| | | | | | This has been dead for some time I believe. All desktops these days utilise udisks for automounting and such like with proper ACL and access control to the active user of the seat that the device/port belongs to.
* Remove last vestiges of speedboot.Colin Guthrie2014-09-113-29/+0
| | | | This has been obsolete for a while, so this is just housekeeping.
* Kill off the 'dm' initscript.Colin Guthrie2014-09-112-75/+0
| | | | | This is no longer called as it is masked by a prefdm systemd unit but even that will die soon enough.
* Move remain bits to /usrColin Guthrie2014-08-301-4/+4
| | | | | The previous merge pulled in this for all the upstream stuff, so we should follow suit
* vpn: Ensure the VPN name is properly quoted (mga#10873)Colin Guthrie2013-12-281-1/+1
|
* Remove cleaning /tmp support as /tmp is on tmpfs by defaultOlav Vitters2013-10-151-19/+0
|
* Drop the 'Required-Start/Stop: network' from network-up LSB headers.Colin Guthrie2013-07-311-2/+0
| | | | | | | | | | | | | | | systemd sometime after 195 changed the behaviour of LSB sysvinit compatibility. Previously a require name of 'network' would be mapped to network.service, but now it will map to 'network.target' due to 'network' being a common name used in initscripts with a special meaning. The initscript has a 'Provides: $network' header which maps to a systemd unit directive of 'Before=network.target', with the Required-Start header it also got a 'After=network.target' which obviously creates an ordering loop. In actual fact we pull in the network.target which in turn pulls in network.service anyway, so there is little harm in dropping this.
* 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