diff options
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/at/at.SlackBuild | 2 | ||||
-rw-r--r-- | source/ap/at/rc.atd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/at/at.SlackBuild b/source/ap/at/at.SlackBuild index 6d8af558..dac04f7f 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 2e06f169..fdc42d70 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 } |