aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
Commit message (Collapse)AuthorAgeFilesLines
* 9.59-1initscripts-9.59-1Lukas Nykryn2014-11-121-1/+4
|
* add conflicts to older systemdLukas Nykryn2014-11-061-1/+1
|
* 9.58-1initscripts-9.58-1Lukas Nykryn2014-11-061-1/+5
|
* remove /etc/inittab, /etc/crypttab, utmp, wtmp, btmpLukas Nykryn2014-10-081-26/+9
|
* 9.56-1initscripts-9.56-1Lukas Nykryn2014-10-071-1/+27
|
* add example ifcfg filesLukas Nykryn2014-09-161-0/+1
|
* 9.55-1initscripts-9.55-1Lukas Nykryn2014-07-221-1/+11
|
* fix license handlingTom Callaway2014-07-221-1/+3
|
* don't require /sbin/sysctlLukas Nykryn2014-05-211-1/+0
|
* 9.54-1initscripts-9.54-1Lukas Nykryn2014-04-241-2/+12
|
* move ppp support to ppp packageLukas Nykryn2014-04-241-13/+2
|
* 9.53-1initscripts-9.53-1Lukas Nykryn2014-03-261-1/+16
|
* update ifup/ifdown NetworkManager interaction (#1036701, #1061810)Lukas Nykryn2014-02-131-1/+1
|
* remove ifup-ipx from specLukas Nykryn2014-01-151-1/+0
|
* remove dependency on sysvinit-toolsLukas Nykryn2014-01-141-1/+0
|
* 9.52-1initscripts-9.52-1Lukas Nykryn2014-01-141-1/+5
|
* 9.51-1initscripts-9.51-1Lukas Nykryn2014-01-141-1/+12
|
* update functions who call nmcli (#1002958)Lukas Nykryn2014-01-141-0/+1
|
* 9.50-1initscripts-9.50-1Lukas Nykryn2013-09-031-1/+10
|
* symlink /etc/sysctl.conf -> /etc/sysctl.d/Lukas Nykryn2013-08-161-0/+1
|
* 9.48-1initscripts-9.48-1Lukas Nykryn2013-07-121-1/+11
|
* 9.47-1initscripts-9.47-1Lukas Nykryn2013-05-311-1/+12
|
* 9.46-1initscripts-9.46-1Lukas Nykryn2013-04-121-2/+16
|
* provide /sbin/serviceLukas Nykryn2013-03-151-1/+5
|
* 9.45-1initscripts-9.45-1Lukas Nykryn2013-03-151-1/+13
|
* remove config-noreplace from /etc/inittab (#627474)Lukas Nykryn2013-03-141-1/+1
|
* move stuff directly to /usr (#905492)Lukas Nykryn2013-03-071-24/+24
|
* 9.44-1initscripts-9.44-1Lukas Nykryn2013-02-201-1/+25
|
* Fix rpmlint's spaces vs tabs warning.Ville Skyttä2013-01-201-1/+1
|
* Fix bogus %changelog dates.Ville Skyttä2013-01-201-11/+11
|
* Add /usr/libexec/initscripts to file list (#894475)Bill Nottingham2013-01-111-0/+1
|
* Fix build.initscripts-9.43-1Bill Nottingham2012-12-071-1/+0
|
* Roll up fixes, bump release.Bill Nottingham2012-12-071-1/+9
|
* Drop fedora-storage-init; conflict with older lvm & dmraid so we get the ↵Bill Nottingham2012-10-311-0/+2
| | | | required versions that allow us to do so. (<prajnoha@redhat.com>)
* Bump version to 9.42initscripts-9.42-1Bill Nottingham2012-10-311-1/+8
|
* Add a default /etc/sysctl.conf that describes how to change values, and ↵Bill Nottingham2012-10-181-0/+1
| | | | where the defaults now live. (#760254)
* 9.41-1initscripts-9.41-1Bill Nottingham2012-10-051-1/+9
|
* Clena out some obsolete requirements.Bill Nottingham2012-10-031-4/+3
|
* Add explicit requirement on hostname (#851688)Bill Nottingham2012-08-241-0/+1
|
* Drop prefdm.Bill Nottingham2012-08-081-1/+0
|
* 9.40-1initscripts-9.40-1Bill Nottingham2012-08-061-1/+5
|
* Drop more unused functions, and drop old s-c-n profile support directories.Bill Nottingham2012-08-061-4/+0
| | | | The profile support itself was removed a while ago.
* Drop fstab-decode and getkey; no longer used.Bill Nottingham2012-08-061-2/+0
| | | | Drop the umount loop from rc.d/init.d/functions.
* Drop net.hotplugBill Nottingham2012-08-061-1/+0
|
* Initial removal of support for non-systemd systems.Bill Nottingham2012-08-061-95/+3
|
* Use /lib/tmpfiles.d, not /etc/tmpfiles.d (#840182)Bill Nottingham2012-07-161-2/+2
|
* 9.39-1initscripts-9.39-1Bill Nottingham2012-06-291-2/+2
|
* Bump releaseBill Nottingham2012-06-291-1/+11
|
* Spelling fixes.Ville Skyttä2012-06-271-4/+4
|
* service: add support for legacy custom actionsMichal Schmidt2012-06-261-0/+1
| | | | | | | | | | | | | | | | | | This adds support for legacy initscript actions such as service iptables save Packages wishing to provide legacy actions should install programs (probably scripts, but could be binaries) named /usr/libexec/initscripts/legacy-actions/<service>/<action> It should be emphasized that this feature is meant to be used only in packages where compatibility of custom actions with previous releases is desired. Adding of entirely new actions is discouraged. Useful tools should be shipped by upstreams as programs in /usr/bin, not in distro-specific hacks. [ Modifications from original : change from /usr/lib to /usr/libexec - notting ] https://bugzilla.redhat.com/show_bug.cgi?id=796663