summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* draksec: drakbackup seems dead.Colin Guthrie2013-11-211-1/+1
| | | | Remove it from the list, but keep the i18n bits just in case it returns.
* draksec: Rename binaries for new policy file nameColin Guthrie2013-11-211-9/+9
|
* draksec: Use 'Administrator password' rather than 'Root password'.Colin Guthrie2013-11-2172-72/+72
| | | | | | | | This is more accurate as you can override polkit configuration such that any user in the wheel group will acceptable rather than the 'root' user specifically. Keep existing translations however to avoid unnecessary churn.
* polkit: Add support to draksec for writing polkit policy override rules.Colin Guthrie2013-11-213-16/+52
| | | | This allows draksec to override things properly under polkit.
* Fix string comparison in chrony supportColin Guthrie2013-11-171-1/+1
| | | | My bad, not David's
* Add chrony support to drakclock mga#11092David Walser2013-11-172-20/+25
| | | | | | | | | | | v2 (by Colin Guthrie) * Fix external variable reference (my -> our + $ when using it) * Drop systemd cgroup filesystem check as the path has changed now (prefer "systemctl is-active foo.service" instead) * Add iburst to chrony config server definitions (triggers sync at startup) * Don't use ntpdate with chrony - rather chronyc waitsync * Don't bother checking for ntp in finish-install - just use chrony
* polkit: fix wrappers to properly escape arguments when calling the binaryColin Guthrie2013-11-121-1/+1
|
* Fix Tamil PO-fileYuri Chornoivan2013-11-111-1/+1
|
* properly escape 5096UIDThomas Backlund2013-11-111-1/+1
|
* use 500 instead of 500Thomas Backlund2013-11-101-1/+1
|
* fix typo in last Makefile changeThomas Backlund2013-11-091-1/+1
|
* use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)Thomas Backlund2013-11-091-1/+1
|
* Updated turkish translationtarakbumba2013-11-051-30/+41
|
* small fix in Slovenian translationfilip2013-10-241-2/+3
|
* Update Russian translationYuri Chornoivan2013-10-241-420/+440
|
* fixed typo in Slovenian translationfilip2013-10-241-2/+2
|
* Slovenian translation updatedfilip2013-10-241-39/+29
|
* More fixes to Ukrainian translationYuri Chornoivan2013-10-161-3/+3
|
* Fix Ukrainian translationYuri Chornoivan2013-10-161-3/+3
|
* Update Ukrainian translationYuri Chornoivan2013-10-141-26/+16
|
* polkit: Use exec in wrapper scriptsColin Guthrie2013-10-121-1/+1
|
* i18n: Update poColin Guthrie2013-10-1170-1050/+4914
|
* i18n: Update potColin Guthrie2013-10-111-15/+65
|
* polkit: Handle some more binaries missed in the polkit conversion.Colin Guthrie2013-10-116-0/+132
| | | | mga#11125 mga#11418
* polkit: Shuffle around folders a bitColin Guthrie2013-10-119-2/+2
|
* polkit: Generate wrapper scripts automatically from policy files.Colin Guthrie2013-10-118-20/+14
| | | | | | | This relies on the name of the policy files but that's fine. We no longer need to write lots of boiler plate wrapper scripts. mga#11125
* Update Ukrainian translationYuri Chornoivan2013-10-101-15/+19
|
* i18n: Do not version POTFILES.inColin Guthrie2013-10-012-11/+1
|
* i18n: 'merge' also depends on pot file.Colin Guthrie2013-10-011-1/+1
|
* sync with codeThierry Vignaud2013-09-3070-8907/+13220
|
* i18n: Update pot fileColin Guthrie2013-09-291-95/+151
|
* polkit: Allow polkit policy messages to be translatedColin Guthrie2013-09-2910-16/+39
|
* polkit: Move policy files into standalone directory.Colin Guthrie2013-09-2914-0/+168
| | | | This will be needed to be able to translate the policy files.
* Fix GettextYuri Chornoivan2013-06-1917-17/+17
|
* SVN_SILENT Ukrainian translation updateYuri Chornoivan2013-06-091-1/+1
|
* logdrake: fix rsyslog<->syslog-ng install loop (mga#10086)Colin Guthrie2013-05-151-1/+1
|
* finish-install: remove incorrect comments added for debuggingOlivier Blin2013-05-091-12/+12
|
* finish-install: make urpmi comment more accurate about online mediaOlivier Blin2013-05-091-13/+13
|
* harddrake service: install ethernet/wireless packages when a newOlivier Blin2013-05-071-1/+3
| | | | | device is detected, this shoud help for Broadcom devices
* harddrake: move ethernet config in harddrake::autoconf::network_confOlivier Blin2013-05-071-9/+1
|
* typo fixesThierry Vignaud2013-05-011-65/+65
|
* recycle object earlierThierry Vignaud2013-04-281-2/+1
| | | | also we do now that we're not in installer
* logdrake: ensure syslog-daemon is installed (stopgap to full journal support)Colin Guthrie2013-04-281-0/+4
|
* merge translations from mccThierry Vignaud2013-04-2048-152/+152
|
* drakups: do not rely on legacy initscript for install test (mga#9474)Colin Guthrie2013-04-151-1/+1
|
* finish-install: configure urpmi media even if local media are configured, ↵Olivier Blin2013-04-081-1/+3
| | | | and only if online media are not setup (for live)
* updated Romanian translationFlorin Catalin Russen2013-04-051-321/+119
|
* fix finding translated help (mga#9619)Thierry Vignaud2013-04-051-0/+2
| | | | | regression introduced in commit r7467 on 2013-04-04: "fork displaying help, thus workarounding a webkit segfault (mga#9124)"
* try harder to lookup / partition y looking at mounted points (mga#8717)Thierry Vignaud2013-04-041-0/+1
|
* fix adding bogues bootloader entries (root=/dev/)Thierry Vignaud2013-04-041-1/+1
| | | | | | We were silently failing to lookup / partition (mga#8717) It was actually broken since Pixel introduced the check in commit r208774 on 2004-08-17 ("better error handling")