From 925fbfa5e9784cf254634c67415ff2de76a6cfa4 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 1 Jul 2018 18:49:11 +0000 Subject: Sun Jul 1 18:49:11 UTC 2018 a/pciutils-3.6.0-x86_64-1.txz: Upgraded. a/sysvinit-scripts-2.1-noarch-13.txz: Rebuilt. rc.M: remove sockets from /tmp/.X11-unix/. Thanks to Xsane. n/NetworkManager-1.12.0-x86_64-2.txz: Rebuilt. Recompiled with --with-libnm-glib. Thanks to Skaendo. --- source/a/sysvinit-scripts/scripts/rc.M | 2 +- source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/a/sysvinit-scripts') diff --git a/source/a/sysvinit-scripts/scripts/rc.M b/source/a/sysvinit-scripts/scripts/rc.M index 30c85295..89c53776 100644 --- a/source/a/sysvinit-scripts/scripts/rc.M +++ b/source/a/sysvinit-scripts/scripts/rc.M @@ -150,7 +150,7 @@ if [ -x /etc/rc.d/rc.ntpd ]; then fi # Remove stale locks and junk files (must be done after mount -a!) -/bin/rm -f /var/lock/* /var/spool/uucp/LCK..* /tmp/.X*lock /tmp/core /core 2> /dev/null +/bin/rm -f /var/lock/* /var/spool/uucp/LCK..* /tmp/.X*lock /tmp/.X11-unix/* 2> /dev/null # Remove stale hunt sockets so the game can start. if [ -r /tmp/hunt -o -r /tmp/hunt.stats ]; then diff --git a/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild b/source/a/sysvinit-scripts/sysvinit-scripts.SlackBuild index 266d23ee..607212e4 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:-12} +BUILD=${BUILD:-13} # 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 -- cgit v1.2.3