Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | service: Exit when `/etc/init.d` is missing | Jan Macku | 2022-08-23 | 1 | -1/+5 |
| | | | | Symlink /etc/init.d -> rc.d/init.d is provided by initscripts package. | ||||
* | spec: Move service script into subpackage | Jan Macku | 2021-05-31 | 1 | -1/+10 |
| | | | | | | | | | | This changes moves service script into initscripts-service subpackage. The subpackage could be install without main package. This change allows audit not to require initscripts and require only initscripts-service instead. Requested by: msekleta@redhat.com | ||||
* | service: catch unsupported action keywords | Jan Macku | 2020-11-11 | 1 | -2/+2 |
| | | | | Resolves: #1894492 | ||||
* | service: Prevent variables from globbing | Jan Macku | 2020-11-06 | 1 | -8/+8 |
| | |||||
* | Fix service network stop cmd | Jan Macku | 2019-11-29 | 1 | -6/+15 |
| | |||||
* | Change spacing of service file to folow spacing of project | Jan Macku | 2019-11-26 | 1 | -59/+59 |
| | |||||
* | Repalace hardcoded tests for yes and no with testing functions | Jan Macku | 2019-09-12 | 1 | -2/+2 |
| | | | Resolve issue: #42 | ||||
* | specfile: netconsole service moved to /usr/libexec | David Kaspar [Dee'Kej] | 2018-06-14 | 2 | -0/+178 |
| | |||||
* | specfile: services from /usr/lib/systemd moved to /usr/libexec | David Kaspar [Dee'Kej] | 2018-06-14 | 6 | -3/+3 |
| | |||||
* | nis-domainname.service removed | David Kaspar [Dee'Kej] | 2018-06-01 | 2 | -22/+0 |
| | | | | | It has been moved into the hostname package: https://src.fedoraproject.org/rpms/hostname/pull-request/1 | ||||
* | fedora-* services renamed to more general names | David Kaspar [Dee'Kej] | 2018-06-01 | 8 | -5/+5 |
| | | | | | | | This removes the OS flavour embedded into the initscripts. See also: https://bugzilla.redhat.com/show_bug.cgi?id=1584645 Resolves: #161 | ||||
* | netreport functionality dropped | David Kaspar [Dee'Kej] | 2018-05-30 | 1 | -2/+0 |
| | | | | This concept is quite outdated, and not sane to use at all. | ||||
* | src/sushell moved into 'policycoreutils' package | David Kaspar [Dee'Kej] | 2018-05-30 | 1 | -5/+0 |
| | | | | | | It has been agreed that maintainers of 'policycoreutils' will either accept the pull-request, or they will close it if the sushell is no longer needed... | ||||
* | sys-unconfig removed | David Kaspar [Dee'Kej] | 2018-05-30 | 1 | -12/+0 |
| | | | | | This script has been obsoleted by other concepts in Fedora, and using it can be quite dangerous nowadays... | ||||
* | Repository scheme updated to new layout | David Kaspar [Dee'Kej] | 2018-05-30 | 13 | -0/+435 |
NOTE: This commit just moves files around, without actually fixing the Makefiles and specfile. See follow up commits which resolve this. |