[Bug 232306] Re: Please sync distcc 2.18.3-7 (universe) from Debian unstable (main).

Daniel Holbach daniel.holbach at ubuntu.com
Wed May 21 09:26:13 BST 2008


Are you sure it's fine to sync?

-Depends: ${shlibs:Depends}, adduser (>= 3.52), debconf (>= 1.2.0) | debconf-2.0, netbase (>= 4.09), lsb-base (>= 3.1-22)
+Depends: ${shlibs:Depends}, adduser (>= 3.52), debconf (>= 1.2.0) | debconf-2.0, netbase (>= 4.09), dbus


...


-       log_begin_msg "Starting $DESC: $NAME..."
+       echo -n "Starting $DESC: $NAME"
        start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
        --chuid distccd \
-       --exec $DAEMON -- $DAEMON_ARGS $ALLOW $LISTENER ||
+       --exec $DAEMON -- $DAEMON_ARGS ||
        {
            code=$?
-           log_warning_msg "$0: start failed with error code $code"
-           log_end_msg $code
+           echo "$0: start failed with error code $code" >&2
            exit $code
        }
-       log_end_msg 0
+       echo "."
        ;;
   stop)
-       log_begin_msg "Stopping $DESC: $NAME..."
+       echo -n "Stopping $DESC: $NAME"


** Changed in: distcc (Ubuntu)
       Status: New => Incomplete

-- 
Please sync distcc 2.18.3-7 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/232306
You received this bug notification because you are a member of Ubuntu
Sponsors for universe, which is a direct subscriber.



More information about the Ubuntu-universe-sponsors mailing list