Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New version: 0.24.18v0.24.18 | Olav Vitters | 2020-07-25 | 2 | -1/+6 |
| | |||||
* | add-service: ShellCheck: fix loads of shellcheck warnings | Olav Vitters | 2020-07-25 | 1 | -40/+40 |
| | |||||
* | add-group: ShellCheck: fix various quoting issues | Olav Vitters | 2020-07-25 | 1 | -5/+5 |
| | |||||
* | add-shell: ShellCheck: fix undefined behaviour | Olav Vitters | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | add-webapp: ShellCheck: fix quoting issue | Olav Vitters | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | add-user: ShellCheck: fix quoting issues | Olav Vitters | 2020-07-25 | 1 | -2/+2 |
| | |||||
* | create-file: ShellCheck: fix quoting issues | Olav Vitters | 2020-07-25 | 1 | -4/+4 |
| | |||||
* | create-ssl-certificate: ShellCheck: fix quoting issues and undefined behaviour | Olav Vitters | 2020-07-25 | 1 | -10/+10 |
| | |||||
* | del-service: ShellCheck fix quoting issues | Olav Vitters | 2020-07-25 | 1 | -8/+8 |
| | | | | | some are on purpose, so leaving those in. Fixing properly is too much effort | ||||
* | del-shell: ShellCheck: fix quoting and redirection without a command | Olav Vitters | 2020-07-25 | 1 | -2/+2 |
| | |||||
* | del-webapp: ShellCheck: Double quote to prevent globbing and word splitting | Olav Vitters | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | show project as Mageia instead of Mandriva | Olav Vitters | 2020-07-25 | 8 | -8/+8 |
| | |||||
* | correctly check if systemd has booted | Olav Vitters | 2020-07-25 | 3 | -5/+5 |
| | |||||
* | New version: 0.24.17v0.24.17 | Colin Guthrie | 2015-04-01 | 2 | -1/+2 |
| | |||||
* | ssl: Change default key length to 2048. | David Walser | 2015-04-01 | 3 | -2/+4 |
| | | | | | | | Various browsers and other clients are dropping support for 1024-SSL certificates so we should not generate them by default. mga#15576 | ||||
* | New version: 0.24.16v0.24.16 | Colin Guthrie | 2014-10-28 | 2 | -1/+2 |
| | |||||
* | Deal with xinetd.d services properly (e.g. sane mga#14397) | Colin Guthrie | 2014-10-28 | 3 | -6/+10 |
| | |||||
* | New version: 0.24.15v0.24.15 | Colin Guthrie | 2014-10-27 | 2 | -1/+2 |
| | |||||
* | Don't leak failure exit code from del-service when no sysvinit script exists. | Colin Guthrie | 2014-10-27 | 2 | -1/+4 |
| | |||||
* | Be quieter when disabling services on uninstall too. | Colin Guthrie | 2014-10-09 | 2 | -1/+3 |
| | | | | | | | | We don't really care about leaving left over cruft here as the package is getting removed. Dangling symlinks and such like can just be left there without getting in the way too much. (and this should be rare anyway) | ||||
* | New version: 0.24.14v0.24.14 | Colin Guthrie | 2014-10-09 | 2 | -1/+2 |
| | |||||
* | Be quieter when enabling services, but tell the user when it goes wrong | Colin Guthrie | 2014-10-09 | 2 | -1/+8 |
| | |||||
* | New version: 0.24.13v0.24.13 | Colin Guthrie | 2014-10-08 | 2 | -1/+2 |
| | |||||
* | Use systemctl enable if preset fails (which it will for sysvinit) | Colin Guthrie | 2014-10-08 | 2 | -1/+4 |
| | |||||
* | Allow add-service to defer to chkconfig when dealing xinetd services | Colin Guthrie | 2014-10-08 | 1 | -1/+3 |
| | |||||
* | build-sys: Fix clean rules for tarball extension | Colin Guthrie | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | New version: 0.24.12v0.24.12 | Colin Guthrie | 2014-07-27 | 2 | -1/+2 |
| | |||||
* | Switch to git tagging in Makefile | Colin Guthrie | 2014-07-27 | 1 | -4/+3 |
| | |||||
* | Use systemctl preset rather than enable. | Colin Guthrie | 2014-07-27 | 2 | -1/+2 |
| | | | | | | | | | | | This will use the package preset rules rather than hardcoding enabling which allows use to separate policy from action. We should really update msec to write out /etc/systemd/system-preset/*.preset file according to the current system level. This would replace our parsing of /etc/security/msec/server file (which is a symlink) in these scripts and would allow administrators (or just the security level itself) to dictate whether newly installed services are enabled or not when installed. | ||||
* | Drop hacky workaround for systemd reload on sysv initscript package removal | Colin Guthrie | 2014-07-27 | 2 | -8/+2 |
| | | | | | | | | | | | | | | Due to the fact that systemd is reload by chkconfig, it will still think the service exists. A hacky patch was included which rm'ed the sysvinit script and then reloaded systemd again, which worked but caused errors from rpm when removing packages complaining that a file it controlled did not exist (which was correct). It's actually much better to fix this with a filetrigger. We actually already ship a filetrigger that performs appropriate daemon-reloads, but it only matched on native units. Simply changing the regexp to include sysvinit script paths too should fix the problem equally well, but in a much less hacky way. | ||||
* | Drop systemd migration scripts we never used. | Colin Guthrie | 2014-07-27 | 5 | -105/+3 |
| | |||||
* | New release: 0.24.11v0.24.11 | Colin Guthrie | 2012-09-30 | 2 | -1/+2 |
| | |||||
* | Fix NEWS (my editor was somehow scrolled down past the first line and I ↵ | Colin Guthrie | 2012-09-30 | 1 | -3/+4 |
| | | | | didn't see the release marker (*sigh*) | ||||
* | Switch to xz archive | Colin Guthrie | 2012-09-30 | 1 | -2/+1 |
| | |||||
* | Fix typo | Colin Guthrie | 2012-09-30 | 2 | -2/+2 |
| | |||||
* | Sync del-service unit finding code with add-service. | Colin Guthrie | 2012-09-30 | 1 | -18/+34 |
| | | | | | This is actually where the non-relative symlinks in chroots might occur as technically all packges will only include relative symlinks. | ||||
* | Make the code a little more compact + deal slightly better with ↵ | Colin Guthrie | 2012-09-30 | 2 | -17/+12 |
| | | | | non-releative symlinks in chroots | ||||
* | Mark a fresh install of a systemd service as 'migrated' to avoid subsequent ↵ | Colin Guthrie | 2012-09-30 | 2 | -0/+5 |
| | | | | checks on upgrade. | ||||
* | Update NEWS | Colin Guthrie | 2012-09-30 | 1 | -0/+1 |
| | |||||
* | Only run chkconfig --del when the initscript exists (mga#7611) | Colin Guthrie | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | *sigh* Forgot NEWS in last commit/version bump :( | Colin Guthrie | 2012-04-30 | 1 | -0/+4 |
| | | | | | | One more change before final release likely still needed to deal with package renames gracefully (httpd, mariadb being prime examples) so there will likely still be one more release. | ||||
* | 0.24.10v0.24.10 | Colin Guthrie | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Trust systemd install rules if avaialble, only then fall back to manual linking | Colin Guthrie | 2012-04-30 | 1 | -3/+4 |
| | |||||
* | Do not allow error status to leak from script. | Colin Guthrie | 2012-04-30 | 1 | -3/+5 |
| | |||||
* | 0.24.9v0.24.9 | Colin Guthrie | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | Fix handling of masked and symlinked unit names | Colin Guthrie | 2012-04-29 | 2 | -8/+16 |
| | |||||
* | bump vesionv0.24.8 | Colin Guthrie | 2012-04-03 | 2 | -1/+2 |
| | |||||
* | add-service: on package upgrade, restart all instances of template units. | Colin Guthrie | 2012-04-03 | 2 | -2/+19 |
| | |||||
* | add-service: attempt to migrate template systemd units (foo@.service) ↵ | Colin Guthrie | 2012-04-03 | 2 | -9/+25 |
| | | | | somewhat gracefully. | ||||
* | add-service: Change the systemd unitdir search order to match upstream. | Colin Guthrie | 2012-04-03 | 2 | -9/+10 |
| |