diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-01-23 22:02:34 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-01-24 08:59:49 +0100 |
commit | 7ad185bd2d8fe579a2a8f288a911298e9b022c39 (patch) | |
tree | a8cbf78fcc324729395ad16b52022366dfcde01c /source/ap/man-db | |
parent | f4a16dfaa3822cd84790612cfb5f6794e7397ea1 (diff) | |
download | current-7ad185bd2d8fe579a2a8f288a911298e9b022c39.tar.gz |
Wed Jan 23 22:02:34 UTC 201920190123220234
a/bash-5.0.002-x86_64-2.txz: Rebuilt.
Rebuilt with --libdir=/usr/lib${LIBDIRSUFFIX}. Thanks to RandomTroll.
a/btrfs-progs-4.20.1-x86_64-1.txz: Upgraded.
a/mkinitrd-1.4.11-x86_64-9.txz: Rebuilt.
Automatically generate an initial ramdisk from the installer.
Added 'geninitrd' script to generate an initial ramdisk for the kernel that
/boot/vmlinuz-generic (and/or /boot/vmlinuz-generic-smp) points to.
ap/man-db-2.8.5-x86_64-2.txz: Rebuilt.
Comment out all the options in /etc/profile.d/man-db.{csh,sh} and let the
user decide whether or not to choose anything.
d/python-pip-19.0.1-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.41.1-x86_64-1.txz: Upgraded.
n/dhcpcd-7.1.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap/man-db')
-rwxr-xr-x | source/ap/man-db/man-db.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/man-db/man-db.csh | 2 | ||||
-rw-r--r-- | source/ap/man-db/man-db.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/ap/man-db/man-db.SlackBuild b/source/ap/man-db/man-db.SlackBuild index 7a5e24dd..a7b328e8 100755 --- a/source/ap/man-db/man-db.SlackBuild +++ b/source/ap/man-db/man-db.SlackBuild @@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=man-db VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} MAN2HTML=${MAN2HTML:-20180101} diff --git a/source/ap/man-db/man-db.csh b/source/ap/man-db/man-db.csh index 1759e237..8b2c0fb7 100644 --- a/source/ap/man-db/man-db.csh +++ b/source/ap/man-db/man-db.csh @@ -2,4 +2,4 @@ # Choose a default for the system's manual pager: #setenv MANPAGER less #setenv MANPAGER more -setenv MANPAGER most +#setenv MANPAGER most diff --git a/source/ap/man-db/man-db.sh b/source/ap/man-db/man-db.sh index d3d9f0d0..1463aa3e 100644 --- a/source/ap/man-db/man-db.sh +++ b/source/ap/man-db/man-db.sh @@ -2,4 +2,4 @@ # Choose a default for the system's manual pager: #export MANPAGER=less #export MANPAGER=more -export MANPAGER=most +#export MANPAGER=most |