summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-09-26 15:09:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-26 15:02:27 +0100
commit8c32bcb36d673f063a1c872ace29b7a83e74b3c3 (patch)
tree1fd58c95f6896417a982626227a6afee2187d945 /meta
parent074d49d2cc8bbc1a53a031d9ae0c828596017ed2 (diff)
downloadast2050-yocto-poky-8c32bcb36d673f063a1c872ace29b7a83e74b3c3.zip
ast2050-yocto-poky-8c32bcb36d673f063a1c872ace29b7a83e74b3c3.tar.gz
at: atd remove useless --make-pidfile option.
For start-stop-daemon, --make-pidfile is used when starting a program that does not create its own pid file. atd would create its own /var/run/atd.pid, so remove this option. (From OE-Core rev: f10d236cda704cd91e185f8dc9c3f52461e2dad1) Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/at/at_3.1.13.bb2
-rw-r--r--meta/recipes-extended/at/files/S99at2
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 a391d6e..3580e09 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"
RCONFLICTS_${PN} = "atd"
RREPLACES_${PN} = "atd"
-PR = "r3"
+PR = "r4"
SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
file://configure.patch \
diff --git a/meta/recipes-extended/at/files/S99at b/meta/recipes-extended/at/files/S99at
index bcfcbda..386f8a4 100644
--- a/meta/recipes-extended/at/files/S99at
+++ b/meta/recipes-extended/at/files/S99at
@@ -7,7 +7,7 @@ umask 077
start() {
echo -n "Starting atd: "
- start-stop-daemon --start --quiet --make-pidfile --pidfile /var/run/atd.pid --background --exec /usr/sbin/atd -- -f
+ start-stop-daemon --start --quiet --pidfile /var/run/atd.pid --background --exec /usr/sbin/atd -- -f
echo "OK"
}
stop() {
OpenPOWER on IntegriCloud