summaryrefslogtreecommitdiffstats
path: root/slackware64
diff options
context:
space:
mode:
Diffstat (limited to 'slackware64')
-rw-r--r--slackware64/a/maketag6
-rw-r--r--slackware64/a/maketag.ez6
-rw-r--r--slackware64/k/maketag2
-rw-r--r--slackware64/k/maketag.ez2
-rw-r--r--slackware64/y/maketag5
-rw-r--r--slackware64/y/maketag.ez5
-rw-r--r--slackware64/y/tagfile1
7 files changed, 15 insertions, 12 deletions
diff --git a/slackware64/a/maketag b/slackware64/a/maketag
index b187d1505..053565b3f 100644
--- a/slackware64/a/maketag
+++ b/slackware64/a/maketag
@@ -64,9 +64,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.10.3 kernel (needs an initrd)" "on" \
-"kernel-huge" "Loaded 5.10.3 Linux kernel" "on" \
-"kernel-modules" "Linux 5.10.3 kernel modules -- REQUIRED" "on" \
+"kernel-generic" "Generic 5.10.4 kernel (needs an initrd)" "on" \
+"kernel-huge" "Loaded 5.10.4 Linux kernel" "on" \
+"kernel-modules" "Linux 5.10.4 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 b187d1505..053565b3f 100644
--- a/slackware64/a/maketag.ez
+++ b/slackware64/a/maketag.ez
@@ -64,9 +64,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.10.3 kernel (needs an initrd)" "on" \
-"kernel-huge" "Loaded 5.10.3 Linux kernel" "on" \
-"kernel-modules" "Linux 5.10.3 kernel modules -- REQUIRED" "on" \
+"kernel-generic" "Generic 5.10.4 kernel (needs an initrd)" "on" \
+"kernel-huge" "Loaded 5.10.4 Linux kernel" "on" \
+"kernel-modules" "Linux 5.10.4 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 96e100136..7c0531a7d 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.10.3 kernel source" "on" \
+"kernel-source" "Linux 5.10.4 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 96e100136..7c0531a7d 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.10.3 kernel source" "on" \
+"kernel-source" "Linux 5.10.4 kernel source" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
diff --git a/slackware64/y/maketag b/slackware64/y/maketag
index 34ec2b738..4e9933f00 100644
--- a/slackware64/y/maketag
+++ b/slackware64/y/maketag
@@ -22,12 +22,13 @@ the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are done." \
11 70 1 \
"bsd-games" "The BSD text games collection" "on" \
+"nethack" "Rogue-like game" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
-bsd-games \
+bsd-games nethack \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
@@ -35,7 +36,7 @@ bsd-games \
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
-bsd-games \
+bsd-games nethack \
; do
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
diff --git a/slackware64/y/maketag.ez b/slackware64/y/maketag.ez
index 34ec2b738..4e9933f00 100644
--- a/slackware64/y/maketag.ez
+++ b/slackware64/y/maketag.ez
@@ -22,12 +22,13 @@ the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are done." \
11 70 1 \
"bsd-games" "The BSD text games collection" "on" \
+"nethack" "Rogue-like game" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
-bsd-games \
+bsd-games nethack \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
@@ -35,7 +36,7 @@ bsd-games \
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
-bsd-games \
+bsd-games nethack \
; do
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
diff --git a/slackware64/y/tagfile b/slackware64/y/tagfile
index 41dbc4c6e..28f0297f7 100644
--- a/slackware64/y/tagfile
+++ b/slackware64/y/tagfile
@@ -1 +1,2 @@
bsd-games:OPT
+nethack:OPT