Dmitrijs Ledkovs <x...@debian.org> writes:
> --- at-3.1.13.orig/rc
> +++ at-3.1.13/rc
> @@ -21,6 +21,17 @@
>  
>  . /lib/lsb/init-functions
>  
> +if init_is_upstart; then
> +    case "$1" in
> +     stop)
> +         exit 0
> +         ;;
> +     *)
> +         exit 1
> +         ;;
> +    esac
> +fi
> +
>  case "$1" in
>    start)
>       log_daemon_msg "Starting deferred execution scheduler" "atd"

I don't want to have a Debian-specific diff. Why is this required? Can't
upstart detect by itself that it doesn't have to use this init script?

Ansgar


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to