diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-01-13 19:18:02 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-01-14 08:59:46 +0100 |
commit | ba2283c464f0d3ee54b5040c353789c00dc16013 (patch) | |
tree | b3d06324691dc800ef8a25a195fc32f6e8e6dc03 /source | |
parent | ba4217f7183fb76ae1774062c06ae5d77cc1b2f7 (diff) | |
download | current-ba2283c464f0d3ee54b5040c353789c00dc16013.tar.gz current-ba2283c464f0d3ee54b5040c353789c00dc16013.tar.xz |
Mon Jan 13 19:18:02 UTC 202020200113191802
a/sysvinit-scripts-2.1-noarch-28.txz: Rebuilt.
rc.K: Support font preferences. Thanks to upnort.
l/babl-0.1.74-x86_64-1.txz: Upgraded.
l/imagemagick-7.0.9_16-x86_64-1.txz: Upgraded.
l/python-docutils-0.16-x86_64-1.txz: Upgraded.
n/mutt-1.13.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r-- | source/a/sysvinit-scripts/scripts/rc.K | 5 | ||||
-rwxr-xr-x | source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/python-docutils/python-docutils.SlackBuild | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/source/a/sysvinit-scripts/scripts/rc.K b/source/a/sysvinit-scripts/scripts/rc.K index 4ea4b8845..a8d0808c8 100644 --- a/source/a/sysvinit-scripts/scripts/rc.K +++ b/source/a/sysvinit-scripts/scripts/rc.K @@ -14,6 +14,11 @@ # Set the path. PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin +# Load a custom screen font if the user has an rc.font script. +if [ -x /etc/rc.d/rc.font ]; then + /etc/rc.d/rc.font +fi + # Load any needed keyboard mappings: if [ -x /etc/rc.d/rc.keymap ]; then /etc/rc.d/rc.keymap diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index bc86441bf..67beccea7 100755 --- a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild +++ b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sysvinit-scripts VERSION=${VERSION:-2.1} ARCH=noarch -BUILD=${BUILD:-27} +BUILD=${BUILD:-28} # 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/l/python-docutils/python-docutils.SlackBuild b/source/l/python-docutils/python-docutils.SlackBuild index 0817fc35a..174e016e5 100755 --- a/source/l/python-docutils/python-docutils.SlackBuild +++ b/source/l/python-docutils/python-docutils.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=python-docutils VERSION=${VERSION:-$(echo docutils-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} SRCNAM=docutils |