diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-04-16 23:29:36 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-04-17 08:59:50 +0200 |
commit | 96ec6f0e63c74603e12941ffc8bb0c28ebe566cb (patch) | |
tree | 50a461c35488c3b2a43a578a31f7346e518e4f23 /source/n/network-scripts | |
parent | 32353d1a5338767d5c5bbd5c99bc0969cd901a5a (diff) | |
download | current-96ec6f0e63c74603e12941ffc8bb0c28ebe566cb.tar.gz |
Fri Apr 16 23:29:36 UTC 202120210416232936
a/kernel-generic-5.10.31-x86_64-1.txz: Upgraded.
a/kernel-huge-5.10.31-x86_64-1.txz: Upgraded.
a/kernel-modules-5.10.31-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-23.txz: Rebuilt.
Get rid of patch created /sbin/mkinitrd.orig. Thanks to burdi01.
d/kernel-headers-5.10.31-x86-1.txz: Upgraded.
k/kernel-source-5.10.31-noarch-1.txz: Upgraded.
l/libusb-1.0.24-x86_64-4.txz: Rebuilt.
Fix parsing of descriptors for multi-configuration devices. Thanks to acbff0.
n/network-scripts-15.0-noarch-16.txz: Rebuilt.
netconfig: fix typo. Thanks to Gerard Lally.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
testing/packages/linux-5.11.x/kernel-generic-5.11.15-x86_64-1.txz: Upgraded.
testing/packages/linux-5.11.x/kernel-headers-5.11.15-x86-1.txz: Upgraded.
testing/packages/linux-5.11.x/kernel-huge-5.11.15-x86_64-1.txz: Upgraded.
testing/packages/linux-5.11.x/kernel-modules-5.11.15-x86_64-1.txz: Upgraded.
testing/packages/linux-5.11.x/kernel-source-5.11.15-noarch-1.txz: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/n/network-scripts')
-rwxr-xr-x | source/n/network-scripts/network-scripts.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/network-scripts/scripts/netconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/n/network-scripts/network-scripts.SlackBuild b/source/n/network-scripts/network-scripts.SlackBuild index f3eaba9a..0476a7b8 100755 --- a/source/n/network-scripts/network-scripts.SlackBuild +++ b/source/n/network-scripts/network-scripts.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=network-scripts VERSION=${VERSION:-15.0} ARCH=noarch -BUILD=${BUILD:-15} +BUILD=${BUILD:-16} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information diff --git a/source/n/network-scripts/scripts/netconfig b/source/n/network-scripts/scripts/netconfig index f3e7445d..bb11b3eb 100644 --- a/source/n/network-scripts/scripts/netconfig +++ b/source/n/network-scripts/scripts/netconfig @@ -617,7 +617,7 @@ space delimited, IPv4 addresses with netmasks in the format: <IP address>/<CIDR netmask> For example: 111.112.113.114/24 or 111.112.113.114/24 10.0.1.114/8 -Old style netmask 255.255.255.0 is equilivant of 24 in CIDR style. +Old style netmask 255.255.255.0 is equivalent of 24 in CIDR style. If a netmask is not specified a default of 24 will be used. The first address entered will become the primary IPv4 address |