Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some errors with TEMPORARY_STATE & systemd. (#704783) | Bill Nottingham | 2011-06-24 | 1 | -3/+0 |
| | |||||
* | Fix character cases for latest tcsh. | Bill Nottingham | 2011-06-24 | 1 | -1/+1 |
| | |||||
* | 9.31-1initscripts-9.31-1 | Bill Nottingham | 2011-06-21 | 1 | -1/+13 |
| | |||||
* | Add back a message for udev start. (#714531, continued) | Bill Nottingham | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Remove ipsec-tools scripts (they're now in ipsec-tools itself.) | Bill Nottingham | 2011-06-20 | 3 | -367/+1 |
| | |||||
* | Start udev by hand. (#714531) | Bill Nottingham | 2011-06-20 | 1 | -1/+4 |
| | |||||
* | If IPv6 is configured on the alias, configure it. (#583409) | Bill Nottingham | 2011-06-06 | 1 | -0/+2 |
| | |||||
* | Clean up some noise if stderr isn't available. | Bill Nottingham | 2011-06-02 | 1 | -2/+2 |
| | |||||
* | Ensure DHCP_HOSTNAME is a short hostname, seed it from HOSTNAME if needed. ↵ | Bill Nottingham | 2011-05-31 | 2 | -2/+4 |
| | | | | (#697877) | ||||
* | Override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>) | Bill Nottingham | 2011-05-18 | 1 | -0/+5 |
| | |||||
* | Exclude single symlink as well. (#705457) | Bill Nottingham | 2011-05-17 | 1 | -0/+1 |
| | |||||
* | VLAN, etc. interfaces can be slaves; check for being a slave first. (#703475) | Bill Nottingham | 2011-05-12 | 1 | -4/+4 |
| | |||||
* | Tweak wording, as other scripts with S99 priority may actually run later. ↵ | Bill Nottingham | 2011-05-10 | 1 | -1/+1 |
| | | | | (#703148) | ||||
* | Use LC_ALL=C when calling sed. ↵ | Bill Nottingham | 2011-05-10 | 1 | -3/+3 |
| | | | | (https://bugs.mageia.org/show_bug.cgi?id=1216, via <sander.lepik@eesti.ee>) | ||||
* | fuser -k defaults to -9; set the initial pass to kill -15. (#703457) | Bill Nottingham | 2011-05-10 | 1 | -2/+2 |
| | |||||
* | don't match filesystem types in hostnames (#703203, <jmueller@data-tronics.com>) | Bill Nottingham | 2011-05-09 | 1 | -1/+2 |
| | |||||
* | Don't redirect to systemctl, as 'start' in that case won't try to start it ↵ | Bill Nottingham | 2011-04-27 | 1 | -0/+1 |
| | | | | again. | ||||
* | 9.30-1initscripts-9.30-1 | Bill Nottingham | 2011-04-27 | 1 | -1/+11 |
| | |||||
* | Handle IPADDRx correctly for static addresses (#698738) | Bill Nottingham | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | Make sure to enable fedora-storage-init-late.service, and have it after the ↵ | Bill Nottingham | 2011-04-27 | 2 | -1/+2 |
| | | | | non-late version. (#699918) | ||||
* | KDM can handle plymouth itself as well. | Bill Nottingham | 2011-04-27 | 1 | -3/+0 |
| | |||||
* | Tweak how plymouth is quit in the gdm case. (<rstrode@redhat.com>) | Bill Nottingham | 2011-04-26 | 1 | -8/+8 |
| | |||||
* | Fix logic error (#698520, <jlau@redhat.com>) | Bill Nottingham | 2011-04-25 | 1 | -1/+1 |
| | |||||
* | Support overriding hostname via /etc/hostname. | Bill Nottingham | 2011-04-18 | 3 | -0/+5 |
| | |||||
* | Exclude single init.d file that's overriden by systemd. (#697535) | Bill Nottingham | 2011-04-18 | 1 | -0/+1 |
| | |||||
* | Fix index handling for expanded configs <jklimes@redhat.com> | Bill Nottingham | 2011-04-12 | 1 | -1/+1 |
| | |||||
* | Fix patch misapplication | Bill Nottingham | 2011-04-12 | 1 | -1/+1 |
| | |||||
* | ifup/ifdown-eth: properly add and remove arp_ip_target's | Harald Hoyer | 2011-04-12 | 2 | -4/+27 |
| | | | | | | | | | Only add arp_ip_target, if not yet present. Only remove arp_ip_target, if present in BONDING_OPTS, to prevent clash with module options. https://bugzilla.redhat.com/show_bug.cgi?id=604669 | ||||
* | Make sure the bond exists when we bring up the slaves. (#694501) | Bill Nottingham | 2011-04-07 | 1 | -1/+2 |
| | |||||
* | 9.29-1initscripts-9.29-1 | Bill Nottingham | 2011-04-06 | 9 | -10/+17 |
| | |||||
* | Add a storage setup after cryptsetup.target. (#692198) | Bill Nottingham | 2011-04-06 | 1 | -0/+13 |
| | | | | Due to cryptsetup being parallel with this initially, we need this to support LVM/MD on LUKS. | ||||
* | bump the required systemd version in the .spec | Michal Schmidt | 2011-04-04 | 1 | -2/+2 |
| | | | | "ConditionSecurity=selinux" will be supported in systemd-23. | ||||
* | separate "touch /.autorelabel" to a new unit | Michal Schmidt | 2011-04-04 | 3 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | Writing /.autorelabel from fedora-autorelabel does not work because the script is executed only if relabel was already requested. Create a new unit fedora-autorelabel-mark.service which will be responsible for creating /.autorelabel if SELinux is disabled. The unit takes advantage of the new "ConditionSecurity=" support in systemd. The old script checked for a read-only filesystem first. The new unit does not do that. If / is read-only, touch will simply fail. This should not be considered as a failure of the unit, so "-" is used in ExecStart. There have been arguments on systemd-devel that the root directory should not be abused for flag files like /.autorelabel. It has a long tradition in Fedora though (since 2005). Maybe we can change it eventually, but let's keep it where it is for now. | ||||
* | simplify the check for plymouth in fedora-autorelabel | Michal Schmidt | 2011-04-04 | 1 | -4/+1 |
| | | | | | The result of the check is needed only once, so there's no advantage in caching it in a variable. | ||||
* | let systemd check the conditions for fedora-autorelabel | Michal Schmidt | 2011-04-04 | 2 | -18/+4 |
| | | | | | | | The service unit file already checks whether /.autorelabel or the "autorelabel" parameter are present. No need to recheck in the script. Using the new "ConditionSecurity=" feature systemd can also check whether SELinux is enabled. | ||||
* | crypttab should be 0600. | Bill Nottingham | 2011-03-30 | 1 | -0/+1 |
| | |||||
* | Don't explictly disallow IPv6 aliases (#583409, #612877.) | Bill Nottingham | 2011-03-30 | 2 | -4/+2 |
| | |||||
* | Document NM_CONTROLLED. (#692123) | Bill Nottingham | 2011-03-30 | 1 | -0/+3 |
| | |||||
* | Don't print errors if mdadm isn't installed. (#692187) | Bill Nottingham | 2011-03-30 | 1 | -2/+2 |
| | |||||
* | 9.28-1 | Bill Nottingham | 2011-03-30 | 1 | -1/+5 |
| | |||||
* | Add an error when setting gateway fails. (#672202) | Bill Nottingham | 2011-03-30 | 1 | -2/+4 |
| | |||||
* | ifup-eth: use /run/initramfs rather then /dev/.run/initramfs | Harald Hoyer | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | Convert ipv6_log users to net_log. | Bill Nottingham | 2011-03-25 | 1 | -204/+51 |
| | |||||
* | Use net_log where appropriate. | Bill Nottingham | 2011-03-25 | 12 | -52/+52 |
| | |||||
* | Switch the default logging value to error. | Bill Nottingham | 2011-03-25 | 1 | -2/+2 |
| | | | | It's what's used the most. | ||||
* | Make net_log()'s output similar to that of the ipv6 logger. | Bill Nottingham | 2011-03-25 | 1 | -1/+16 |
| | | | | This will cause output strings to change, of course, so it's not really appropriate for earlier releases. | ||||
* | Add a net_log() function. (#507515, #689525) | Bill Nottingham | 2011-03-25 | 1 | -0/+23 |
| | |||||
* | Add a comment explaining the oft-confused -t nox,y,z mount syntax. | Bill Nottingham | 2011-03-22 | 2 | -0/+2 |
| | | | | | The 'no' applies to all listed filesystem types, not just the first. Since this comes up in bugzilla once every month or two, explicitly comment it. | ||||
* | 9.27-1initscripts-9.27-1 | Bill Nottingham | 2011-03-17 | 1 | -1/+6 |
| | |||||
* | Fix mishandled argument to fstab-decode. (#685137) | Bill Nottingham | 2011-03-15 | 1 | -1/+1 |
| |