summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-08-13 19:46:50 +0000
committer Eric Hameleers <alien@slackware.com>2020-08-14 09:00:06 +0200
commite5534a72d2c75faf1d8024ec20e7273a7c3ddc80 (patch)
treeee830998779b8e9ceffddcba8b3f539078cbe2fe /source
parentf47eb68c993fdef0b672c5329fd2a01e8b549b46 (diff)
downloadcurrent-e5534a72d2c75faf1d8024ec20e7273a7c3ddc80.tar.gz
current-e5534a72d2c75faf1d8024ec20e7273a7c3ddc80.tar.xz
Thu Aug 13 19:46:50 UTC 202020200813194650
a/sysvinit-scripts-2.1-noarch-35.txz: Rebuilt. rc.6: don't try to turn off swap if none is active. Thanks to stf92. ap/man-pages-5.08-noarch-1.txz: Upgraded. d/python-setuptools-49.4.0-x86_64-1.txz: Upgraded. x/libinput-1.16.1-x86_64-1.txz: Upgraded. xfce/tumbler-0.3.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r--source/a/sysvinit-scripts/scripts/rc.68
-rwxr-xr-xsource/a/sysvinit-scripts/sysvinit-scripts.SlackBuild2
-rw-r--r--source/xfce/tumbler/tumbler.url2
3 files changed, 7 insertions, 5 deletions
diff --git a/source/a/sysvinit-scripts/scripts/rc.6 b/source/a/sysvinit-scripts/scripts/rc.6
index 405773d10..e3e71bef0 100644
--- a/source/a/sysvinit-scripts/scripts/rc.6
+++ b/source/a/sysvinit-scripts/scripts/rc.6
@@ -225,9 +225,11 @@ fi
$shutdown_command -w
# Turn off swap:
-echo "Turning off swap."
-/sbin/swapoff -a
-/bin/sync
+if [ ! "$(cat /proc/swaps | wc -l)" = "1" ]; then
+ echo "Turning off swap."
+ /sbin/swapoff -a
+ /bin/sync
+fi
# Stop cgmanager and cgproxy:
if [ -x /etc/rc.d/rc.cgmanager ]; then
diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild
index 3f08aad90..34d6dd3bc 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:-34}
+BUILD=${BUILD:-35}
# 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/xfce/tumbler/tumbler.url b/source/xfce/tumbler/tumbler.url
index e4acc3764..a7e4a6e57 100644
--- a/source/xfce/tumbler/tumbler.url
+++ b/source/xfce/tumbler/tumbler.url
@@ -1 +1 @@
-http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.9.tar.bz2
+http://archive.xfce.org/src/xfce/tumbler/0.3/tumbler-0.3.0.tar.bz2