Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump /sbin/service version. | Bill Nottingham | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | service: add support for legacy custom actions | Michal Schmidt | 2012-06-26 | 3 | -4/+12 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Handle (improper) quoted HWADDR (#835372) | Bill Nottingham | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | Echo to stderr in a bit more standard fashion. (#832220) | Bill Nottingham | 2012-06-21 | 1 | -1/+1 |
| | |||||
* | Only run fedora-storage-init if we have the tools that it invokes. | Bill Nottingham | 2012-06-19 | 2 | -0/+6 |
| | |||||
* | Check that root is r/w before starting fedora-import-state. | Bill Nottingham | 2012-06-19 | 1 | -0/+1 |
| | |||||
* | Allow bridge names starting with a dash | Dan Kenigsberg | 2012-06-13 | 2 | -7/+7 |
| | | | | | | | | Misguided people may name their bridge '-foo', with a leading dash. Let us indulge them. It is better than showing the usage string of brctl. Signed-off-by: Dan Kenigsberg <danken@redhat.com> | ||||
* | Move VLAN= docs to the interface configuration section, rather than ↵ | Bill Nottingham | 2012-06-08 | 1 | -1/+1 |
| | | | | /etc/sysconfig/network. | ||||
* | Don't accidentally match other bonding devices. (#824175) | Bill Nottingham | 2012-05-23 | 2 | -2/+2 |
| | |||||
* | Clean up some requirements. | Bill Nottingham | 2012-05-16 | 1 | -5/+3 |
| | |||||
* | Move fedora-readonly to Before=local-fs.target | Bill Nottingham | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | check_device_down: Don't bother calling ip to check link state if the device ↵ | Bill Nottingham | 2012-05-02 | 1 | -0/+1 |
| | | | | doesn't exist. | ||||
* | Rename internal tracking variable USE_NM to _use_nm, to more clearly state ↵ | Bill Nottingham | 2012-04-30 | 3 | -4/+4 |
| | | | | it's not for configuration use. | ||||
* | Make sure fedora-readonly runs before random seed loading/saving. (#808907) | Bill Nottingham | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | securetty: check if the device is in the file before attempting to write to it | Bill Nottingham | 2012-04-24 | 1 | -21/+37 |
| | | | | This avoids spurious failures on RO root systems. | ||||
* | Allow dhclient configuration files for DHCPv6 as well. (#815676) | Bill Nottingham | 2012-04-24 | 2 | -10/+14 |
| | |||||
* | Tweak wording. | Bill Nottingham | 2012-04-23 | 1 | -1/+1 |
| | |||||
* | Remove conflicts that predate roughly RHEL 6. | Bill Nottingham | 2012-04-20 | 1 | -14/+0 |
| | |||||
* | mingetty is only used in the upstart/sysvinit configs ... move the ↵ | Bill Nottingham | 2012-04-20 | 1 | -1/+3 |
| | | | | requirement there. | ||||
* | Move default sysctl.conf to /usr/lib/sysctl.d, adjust things accordingly. ↵ | Bill Nottingham | 2012-04-20 | 3 | -9/+25 |
| | | | | | | (#760254) Also, update apply_sysctl to 1) use systemd-sysctl if it's there 2) imitate it if it's not. | ||||
* | Drop net-tools requirement; check for /sbin/route before calling legacy ↵ | Bill Nottingham | 2012-04-20 | 2 | -4/+8 |
| | | | | static-route support. (#682308) | ||||
* | Remove some more uses of /sbin/route ; replace with /sbin/ip. (#682308) | Bill Nottingham | 2012-04-20 | 5 | -14/+9 |
| | |||||
* | Update documentation to not reference ifconfig. | Bill Nottingham | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | Update docs to not reference ifconfig. | Bill Nottingham | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | 9.37-1initscripts-9.37-1 | Bill Nottingham | 2012-03-16 | 1 | -1/+4 |
| | |||||
* | Add quotes to device/zone in the firewalld support. | Bill Nottingham | 2012-03-16 | 2 | -3/+3 |
| | |||||
* | Fix typo. (#803449) | Bill Nottingham | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | Add support for firewalld zones. (#802415, from <jpopelka@redhat.com>) | Bill Nottingham | 2012-03-13 | 3 | -0/+14 |
| | | | | | | | | | | ZONE in an ifcfg file describes the zone an interface should belong to. Zones can be configured in the firewalld configuration file. When interfaces are brought up, tell firewalld, if running, to add them to the proper zone. Similarly, remove them when they're brought down. Modified from a patch from Jiri Popelka. | ||||
* | Clean up BOOTPROTO docs. | Bill Nottingham | 2012-03-13 | 1 | -5/+6 |
| | |||||
* | 9.36-1initscripts-9.36-1 | Bill Nottingham | 2012-03-12 | 1 | -1/+5 |
| | |||||
* | Fix IFS usage mangling device names (#802119) | Bill Nottingham | 2012-03-12 | 1 | -9/+1 |
| | |||||
* | Fix typo. (#802055, <lubek@users.sourceforge.net>) | Bill Nottingham | 2012-03-12 | 2 | -2/+2 |
| | |||||
* | Make sure there's no headings in the findmnt output. | Bill Nottingham | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | 9.35-1initscripts-9.35-1 | Bill Nottingham | 2012-03-09 | 1 | -1/+17 |
| | |||||
* | If /dev/stderr also isn't readable, don't bother with consoletype. | Bill Nottingham | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Re-fix typo. | Bill Nottingham | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Use NetworkManager-compatible lease file names by default. | Bill Nottingham | 2012-03-09 | 3 | -3/+15 |
| | |||||
* | Lease files are now copied at boot by a systemd service; don't copy them here. | Bill Nottingham | 2012-03-08 | 1 | -7/+0 |
| | |||||
* | add fedora-import-state.service | Will Woods | 2012-03-08 | 3 | -0/+28 |
| | | | | | | | | This service imports the contents of /run/initramfs/state into the root filesystem, where the root filesystem is writeable. This allows dracut to hand the ifcfg file and dhclient lease over to NetworkManager on network-booted Live images. | ||||
* | Use /run/initramfs instead of /dev/.initramfs | Will Woods | 2012-03-08 | 3 | -5/+5 |
| | | | | | | | | | | | Current dracut saves state to /run/initramfs, since /run is standard now. This patch makes rc.sysinit and fedora-readonly check for files in /run/initramfs/rwtab and /run/initramfs/state (which is where dracut writes them). It also makes ifup-eth look for lease files in /run/initramfs. | ||||
* | Translation update from TX. | Bill Nottingham | 2012-03-05 | 63 | -95050/+24461 |
| | |||||
* | Fix translation unprintable character. | Bill Nottingham | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Improve comment in init/serial.conf (#746808) | Lukas Nykryn | 2012-02-14 | 1 | -2/+11 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Lukas Nykryn | 2012-02-14 | 1 | -6/+3 |
|\ | |||||
| * | Clean up IPv6 disable docs some. | Bill Nottingham | 2012-02-10 | 1 | -6/+3 |
| | | |||||
* | | Turn off UPS in powerfail situation (#754984, <robert@fedoraproject.org>) | Lukas Nykryn | 2012-02-13 | 1 | -0/+5 |
| | | | | | | | | | | | | Patch by Robert Scheck <robert@fedoraproject.org> for initscripts >= 9.03.23, which adds the required support for apcupsd to the halt initscript to turn off the UPS in case of a powerfail situation. | ||||
* | | Do not check mounted filesystems (#745224) | Lukas Nykryn | 2012-02-13 | 1 | -1/+1 |
|/ | |||||
* | Move netfs to the -legacy package. | Bill Nottingham | 2012-02-07 | 1 | -2/+10 |
| | |||||
* | Allow for ifup-$TYPE/ifdown-$TYPE as well. | Bill Nottingham | 2012-02-01 | 2 | -0/+8 |
| | | | | This allows extending scripts without having to modifiy the case statement in network-functions each time. | ||||
* | Drop StandardInput=tty (#785662) | Bill Nottingham | 2012-01-30 | 1 | -1/+0 |
| |