summaryrefslogtreecommitdiffstats
path: root/source/ap/at
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/at')
-rwxr-xr-xsource/ap/at/at.SlackBuild2
-rw-r--r--source/ap/at/rc.atd2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/at/at.SlackBuild b/source/ap/at/at.SlackBuild
index 6d8af5580..dac04f7fd 100755
--- a/source/ap/at/at.SlackBuild
+++ b/source/ap/at/at.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=at
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/ap/at/rc.atd b/source/ap/at/rc.atd
index 2e06f1695..fdc42d70b 100644
--- a/source/ap/at/rc.atd
+++ b/source/ap/at/rc.atd
@@ -9,7 +9,7 @@ fi
start_atd() {
if ! /usr/bin/pgrep --ns $$ --exact atd 1> /dev/null 2> /dev/null ; then
echo "Starting atd: /usr/sbin/atd $ATD_OPTS"
- /usr/sbin/atd $CROND_OPTS
+ /usr/sbin/atd $ATD_OPTS
fi
}