mirror of
git://slackware.nl/current.git
synced 2025-01-06 05:25:20 +01:00
57f9e5505b
patches/packages/network-scripts-15.0-noarch-19_slack15.0.txz: Rebuilt. This update fixes a bug and adds a new feature: Re-add support for the DHCP_IPADDR parameter from rc.inet1.conf. Expand the help text for DHCP_IPADDR in rc.inet1.conf. Add support for a DHCP_OPTS parameter. Thanks to ljb643 and Darren 'Tadgy' Austin. patches/packages/vim-9.0.1667-x86_64-1_slack15.0.txz: Upgraded. This fixes a rare divide-by-zero bug that could cause vim to crash. In an interactive program such as vim, I can't really see this qualifying as a security issue, but since it was brought up as such on LQ we'll just go along with it this time. :) Thanks to marav for the heads-up. (* Security fix *) patches/packages/vim-gvim-9.0.1667-x86_64-1_slack15.0.txz: Upgraded.
9 lines
442 B
Text
9 lines
442 B
Text
##############################################################################
|
|
# Do not edit this file; instead, copy it to /etc/modprobe.d/ and edit that
|
|
##############################################################################
|
|
#
|
|
# Disable the automatic creation of a bond0 interface when module is loaded
|
|
# Otherwise, /etc/rc.d/rc.inet1 will not be able to configure it
|
|
#
|
|
options bonding max_bonds=0
|
|
options rtnl-link-bond max_bonds=0
|