diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-08-30 18:22:08 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-08-31 08:59:55 +0200 |
commit | 85819314a0b98b13fa4ab4e39cceb098a1121b0f (patch) | |
tree | e76435bba28ef3e537b3fe1c045a8a2cca6d534b /slackware64 | |
parent | 34ba4d05d9d2b7f5d72aded4eb35aa617cb8629d (diff) | |
download | current-85819314a0b98b13fa4ab4e39cceb098a1121b0f.tar.gz |
Mon Aug 30 18:22:08 UTC 202120210830182208
a/etc-15.0-x86_64-15.txz: Rebuilt.
/etc/profile: Don't define a $LESS variable, but provide a commented-out
example of "-M -R". As far as I can tell, setting $LESS to -M is something
that we picked up from SLS's /etc/profile at the very beginning and then
kept it because it wasn't causing any problems. Personally, I'll be
uncommenting this because it's nice to get the extra output from less
provided by -M concerning your place in the file, but we'll leave it up
to the end user how to handle this.
Thanks to krown, marav, LockyWolf, and drgibbon.
a/kernel-generic-5.14.0-x86_64-1.txz: Upgraded.
a/kernel-huge-5.14.0-x86_64-1.txz: Upgraded.
a/kernel-modules-5.14.0-x86_64-1.txz: Upgraded.
d/kernel-headers-5.14.0-x86-1.txz: Upgraded.
k/kernel-source-5.14.0-noarch-1.txz: Upgraded.
l/libcap-2.55-x86_64-1.txz: Upgraded.
n/gnupg2-2.2.30-x86_64-1.txz: Upgraded.
n/proftpd-1.3.7c-x86_64-1.txz: Upgraded.
xap/xsnow-3.3.1-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'slackware64')
-rw-r--r-- | slackware64/a/maketag | 6 | ||||
-rw-r--r-- | slackware64/a/maketag.ez | 6 | ||||
-rw-r--r-- | slackware64/k/maketag | 2 | ||||
-rw-r--r-- | slackware64/k/maketag.ez | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/slackware64/a/maketag b/slackware64/a/maketag index a3463aed..9c83cfe6 100644 --- a/slackware64/a/maketag +++ b/slackware64/a/maketag @@ -65,9 +65,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \ "jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \ "kbd" "Change keyboard and console mappings" "on" \ "kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \ -"kernel-generic" "Generic 5.13.13 kernel (needs an initrd)" "on" \ -"kernel-huge" "Loaded 5.13.13 Linux kernel" "on" \ -"kernel-modules" "Linux 5.13.13 kernel modules -- REQUIRED" "on" \ +"kernel-generic" "Generic 5.14 kernel (needs an initrd)" "on" \ +"kernel-huge" "Loaded 5.14 Linux kernel" "on" \ +"kernel-modules" "Linux 5.14 kernel modules -- REQUIRED" "on" \ "kmod" "Kernel module utilities -- REQUIRED" "on" \ "lbzip2" "Parallel bzip2 compressor" "on" \ "less" "A text pager utility - REQUIRED" "on" \ diff --git a/slackware64/a/maketag.ez b/slackware64/a/maketag.ez index a3463aed..9c83cfe6 100644 --- a/slackware64/a/maketag.ez +++ b/slackware64/a/maketag.ez @@ -65,9 +65,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \ "jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \ "kbd" "Change keyboard and console mappings" "on" \ "kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \ -"kernel-generic" "Generic 5.13.13 kernel (needs an initrd)" "on" \ -"kernel-huge" "Loaded 5.13.13 Linux kernel" "on" \ -"kernel-modules" "Linux 5.13.13 kernel modules -- REQUIRED" "on" \ +"kernel-generic" "Generic 5.14 kernel (needs an initrd)" "on" \ +"kernel-huge" "Loaded 5.14 Linux kernel" "on" \ +"kernel-modules" "Linux 5.14 kernel modules -- REQUIRED" "on" \ "kmod" "Kernel module utilities -- REQUIRED" "on" \ "lbzip2" "Parallel bzip2 compressor" "on" \ "less" "A text pager utility - REQUIRED" "on" \ diff --git a/slackware64/k/maketag b/slackware64/k/maketag index d3cbb20f..30bf7b11 100644 --- a/slackware64/k/maketag +++ b/slackware64/k/maketag @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 11 70 1 \ -"kernel-source" "Linux 5.13.13 kernel source" "on" \ +"kernel-source" "Linux 5.14 kernel source" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs diff --git a/slackware64/k/maketag.ez b/slackware64/k/maketag.ez index d3cbb20f..30bf7b11 100644 --- a/slackware64/k/maketag.ez +++ b/slackware64/k/maketag.ez @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 11 70 1 \ -"kernel-source" "Linux 5.13.13 kernel source" "on" \ +"kernel-source" "Linux 5.14 kernel source" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs |