aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * remove config-noreplace from /etc/inittab (#627474)Lukas Nykryn2013-03-141-1/+1
| |
| * remount-rootfs.service got renamed to systemd-remount-fs.serviceHarald Hoyer2013-03-122-2/+2
| |
| * compile netreport and usernetctl with full RELRO and PIE (#853178)Lukas Nykryn2013-03-071-1/+7
| |
| * move stuff directly to /usr (#905492)Lukas Nykryn2013-03-073-59/+59
| |
| * Remove NETWORKING_IPV6 from sysconfig.txt (#918622)Václav Pavlín2013-03-061-4/+0
| |
| * Fix greps to correctly handle comments and quotationLukas Nykryn2013-02-263-3/+3
| |
| * 9.44-1initscripts-9.44-1Lukas Nykryn2013-02-201-1/+25
| |
| * limit udev rule for network renaming (#907365, mschmidt@redhat.com)Lukas Nykryn2013-02-201-1/+1
| |
| * fix path for arpwatch, seems to be in /var/lib on Fedora 18Michael Scherer2013-02-111-1/+1
| |
| * fix the path for lvm cache, there is no file /etc/lvm/.cache ( but there is ↵Michael Scherer2013-02-111-1/+1
| | | | | | | | one /etc/lvm/cache )
| * fix path for dhcpd, is /var/lib/dhcpd since 2005 ( see 31cdb58df77 on the ↵Michael Scherer2013-02-111-1/+1
| | | | | | | | dhcp package git )
| * fix the patch for apache modules in rwtab, that are now in /var/cache/httpdMichael Scherer2013-02-111-2/+2
| |
| * remove no longer used directory ( at least in Fedora ), hald is deprecated, ↵Michael Scherer2013-02-111-3/+0
| | | | | | | | /var/tux cannot be found and xend seems to use a subdirectory of /var/lib/xen
| * correct the path for puppet directory in /etc/rwtab, now use /var/lib/puppet ↵Michael Scherer2013-02-111-1/+1
| | | | | | | | by default
| * Allow passing -F from /.autorelabel to fixfiles when relabeling systemVáclav Pavlín2013-01-281-1/+2
| | | | | | | | (#904279)
| * Correctly detect Open vSwitch device typesThomas Graf2013-01-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | ifup-ovs in the openvswitch package uses the types: - OVSBridge - OVSPort - OVSIntPort - OVSBond to configure the various Open vSwitch device types. Automatically detecting these avoids the need to pass in DEVICETYPE=ovs or to name all bridge "ovsN".
| * Clear DEVICE and TYPE variables before every iteration (#902463)Václav Pavlín2013-01-221-2/+1
| |
| * Clear DEVICE and TYPE variables after using them in cycle (#902463)Václav Pavlín2013-01-221-0/+2
| |
| * Sets BONDING_OPTS before interface is brougth upLukas Nykryn2013-01-222-28/+37
| |
| * check an IP address for existence in ifup-alias (#852005)Lukas Nykryn2013-01-212-0/+13
| |
| * Sync FSF address with GPL 2 text.Ville Skyttä2013-01-206-6/+6
| |
| * 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
| |
| * Build with $RPM_LD_FLAGS.Ville Skyttä2013-01-201-0/+1
| |
| * Use -sf, not -s. (#901827)Bill Nottingham2013-01-191-1/+1
| |
| * Add /usr/libexec/initscripts to file list (#894475)Bill Nottingham2013-01-111-0/+1
| |
| * Rename term256 to 256term (glob sort) (#849429)Bill Nottingham2013-01-033-1/+1
| |
| * Readd missing shebang. (#885821)Bill Nottingham2012-12-101-1/+1
| |
| * Migrate even further away from /etc/sysconfig/network for hostname, and ↵Bill Nottingham2012-12-103-6/+4
| | | | | | | | /etc/sysconfig/i18n.
| * Fix build.initscripts-9.43-1Bill Nottingham2012-12-072-1/+1
| |
| * Roll up fixes, bump release.Bill Nottingham2012-12-071-1/+9
| |
| * Also do firewall zone poking before ifup-ipv6, for DHCPv6 (#802415, modified ↵Bill Nottingham2012-12-071-0/+5
| | | | | | | | from <jpopelka@redhat.com>)
| * Complete setsysfont removal.Bill Nottingham2012-12-073-24/+0
| |
| * Update documentation for config file migration for i18n/l10n and hostname ↵Bill Nottingham2012-12-072-49/+5
| | | | | | | | | | | | settings. (#881923) Also, remove obsolete setsysfont.
| * Fix amazingly long-standing thinko in writing the pid file to the lock.Bill Nottingham2012-12-041-1/+4
| |
| * Change the net rule that reads ifcfg files to explicitly set the interface ↵Bill Nottingham2012-11-261-1/+1
| | | | | | | | name. (#870859)
| * Revert "Use sysfs rather than iwconfig for wireless check"Bill Nottingham2012-11-121-1/+3
| | | | | | | | | | This reverts commit af401fb40f6dd5139e8468dfe1bd3dafe40e8e93. upstream removed sysfs wireless. How nice.
| * Drop fedora-storage-init; conflict with older lvm & dmraid so we get the ↵Bill Nottingham2012-10-316-93/+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-183-0/+6
| | | | | | | | where the defaults now live. (#760254)
| * Don't try to extract translations from files that no longer exist.Bill Nottingham2012-10-111-2/+2
| |
| * Updated translations from TX.Bill Nottingham2012-10-1163-415/+672
| |
| * Don't pass -F to fixfiles (#863662, <dwalsh@redhat.com>)Bill Nottingham2012-10-081-1/+1
| |
| * Fix calling of firewall-cmd in ifup-post/ifdown-post.Jiri Popelka2012-10-082-2/+2
| | | | | | | | firewall-cmd has been using combined longopts since 0.2.6
* | Remove cleaning /tmp support as /tmp is on tmpfs by defaultOlav Vitters2013-10-151-19/+0
| |
* | Kill mandriva-boot-links script+serviceColin Guthrie2013-08-043-34/+0
| | | | | | | | | | This used to run on boot to create symlinks in /boot for the currently running kernel. According to Thomas, this is no longer needed and can be dropped.
* | Update docsColin Guthrie2013-08-021-1/+2
| |
* | Update Mageia docsColin Guthrie2013-08-021-9/+10
| |
* | Add a README.md.Colin Guthrie2013-08-021-0/+96
| | | | | | | | | | This file explains how we work with upstream initscripts from fedora and how to use it to generate the Mageia initscripts .spec
* | Drop the 'Required-Start/Stop: network' from network-up LSB headers.Colin Guthrie2013-07-311-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemd sometime after 195 changed the behaviour of LSB sysvinit compatibility. Previously a require name of 'network' would be mapped to network.service, but now it will map to 'network.target' due to 'network' being a common name used in initscripts with a special meaning. The initscript has a 'Provides: $network' header which maps to a systemd unit directive of 'Before=network.target', with the Required-Start header it also got a 'After=network.target' which obviously creates an ordering loop. In actual fact we pull in the network.target which in turn pulls in network.service anyway, so there is little harm in dropping this.