]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/atd/files/no-oknodo.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / atd / files / no-oknodo.patch
1 --- atd/dist/etc/init.d/atd.orig        2003-01-24 07:09:03.000000000 -0800
2 +++ atd/dist/etc/init.d/atd     2005-09-22 14:50:55.000000000 -0700
3 @@ -16,7 +16,7 @@ case "$1" in
4          ;;
5    stop)
6          echo -n "Stopping at daemon: atd"
7 -        start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/atd.pid --exec /usr/sbin/atd
8 +        start-stop-daemon --stop --quiet --pidfile /var/run/atd.pid --exec /usr/sbin/atd
9          rm -f /var/spool/at/trigger
10          echo "."
11          ;;