Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Minor updates on po/ files + it.po update
|
|
|
|
|
|
Snapshots were never useful or used for anything. Many systemd
developers that I spoke to at systemd.conf2015, didn't even know they
existed, so it is fairly safe to assume that this type can be deleted
without harm.
The fundamental problem with snapshots is that the state of the system
is dynamic, devices come and go, users log in and out, timers fire...
and restoring all units to some state from the past would "undo"
those changes, which isn't really possible.
Tested by creating a snapshot, running the new binary, and checking
that the transition did not cause errors, and the snapshot is gone,
and snapshots cannot be created anymore.
New systemctl says:
Unknown operation snapshot.
Old systemctl says:
Failed to create snapshot: Support for snapshots has been removed.
IgnoreOnSnaphost settings are warned about and ignored:
Support for option IgnoreOnSnapshot= has been removed and it is ignored
http://lists.freedesktop.org/archives/systemd-devel/2015-November/034872.html
|
|
update Korean translation for better understanding.
Reference: https://github.com/systemd/systemd/pull/1388
|
|
|
|
|
|
po: added danish translation
|
|
po: added danish translation for systemd
Update da.po
fixed syntax errors
|
|
|
|
|
|
|
|
[l10n] Added Turkish translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following details are passed:
- unit: the primary name of the unit upon which the action was
invoked (i.e. after resolving any aliases);
- verb: one of 'start', 'stop', 'reload', 'restart', 'try-restart',
'reload-or-restart', 'reload-or-try-restart', 'kill',
'reset-failed', or 'set-property', corresponding to the
systemctl verb used to invoke the action.
Typical use of these details in a polkit policy rule might be:
// Allow alice to manage example.service;
// fall back to implicit authorization otherwise.
polkit.addRule(function(action, subject) {
if (action.id == "org.freedesktop.systemd1.manage-units" &&
action.lookup("unit") == "example.service" &&
subject.user == "alice") {
return polkit.Result.YES;
}
});
We also supply a custom polkit message that includes the unit's name and
the requested operation.
|
|
|
|
|
|
Italian .po updates
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In spanish the % sign is supposed to be separated from the number [1 and 2 both in spanish] so I separated the %% that draw the percentage sign from the number.
[1] http://www.fundeu.es/recomendacion/el-se-escribe-separado-de-la-cifra-a-la-que-acompana-802/
[2] http://aplica.rae.es/orweb/cgi-bin/v.cgi?i=QGkHLBzKcEgZrQyD
PD: I know that probably this is not the propper place but I don't know where submit the fix or if I do it right
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=90163
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89989
|
|
Add strings introduced by 5bdf22430e367799dfa66c724144b624c5479518
|
|
Add strings for importd, following 587fec427c.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89598
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89582
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89559
|
|
Add strings for importd, following 587fec427c80b6c34dcf1d7570f891fcb652a7c5
|
|
Correctly pluralize strings for fsckd.
|
|
Add strings for importd, by analogy with 1eb37584a8.
|
|
|
|
Add some forgotten strings for systemd, logind and machined.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=89230
|
|
|