diff options
-rw-r--r-- | meta/recipes-extended/at/at_3.1.13.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/at/files/S99at | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/at/at_3.1.13.bb b/meta/recipes-extended/at/at_3.1.13.bb index a391d6ebef..3580e0965a 100644 --- a/meta/recipes-extended/at/at_3.1.13.bb +++ b/meta/recipes-extended/at/at_3.1.13.bb | |||
@@ -11,7 +11,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" | |||
11 | 11 | ||
12 | RCONFLICTS_${PN} = "atd" | 12 | RCONFLICTS_${PN} = "atd" |
13 | RREPLACES_${PN} = "atd" | 13 | RREPLACES_${PN} = "atd" |
14 | PR = "r3" | 14 | PR = "r4" |
15 | 15 | ||
16 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ | 16 | SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \ |
17 | file://configure.patch \ | 17 | file://configure.patch \ |
diff --git a/meta/recipes-extended/at/files/S99at b/meta/recipes-extended/at/files/S99at index bcfcbdae21..386f8a497e 100644 --- a/meta/recipes-extended/at/files/S99at +++ b/meta/recipes-extended/at/files/S99at | |||
@@ -7,7 +7,7 @@ umask 077 | |||
7 | 7 | ||
8 | start() { | 8 | start() { |
9 | echo -n "Starting atd: " | 9 | echo -n "Starting atd: " |
10 | start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/atd.pid --background --exec /usr/sbin/atd -- -f | 10 | start-stop-daemon --start --quiet --pidfile /var/run/atd.pid --background --exec /usr/sbin/atd -- -f |
11 | echo "OK" | 11 | echo "OK" |
12 | } | 12 | } |
13 | stop() { | 13 | stop() { |