Autor: intrigeri Datum: To: The Tails public development discussion list Betreff: Re: [Tails-dev] [RFC] Design (and prototype) for MAC spoofing in
Tails
anonym wrote (25 Feb 2014 18:08:19 GMT) :
>>> UNBLOCK_NETWORK_LOG="$(/usr/local/sbin/tails-unblock-network 2>&1)"
>>> UNBLOCK_NETWORK_RET=$?
>>> if [ "${UNBLOCK_NETWORK_RET}" -ne 0 ]; then
>>> log_error "tails-unblock-network exited with non-zero status and said:
>>> ${UNBLOCK_NETWORK_LOG}"
>>
>> Why not log the exit code too? > I'm quite positive that was my intention (otherwise I could have skipped
> the *_RET variable) but it was forgotten. Fixed in commit b64d375.
Great!
> Since
> this is so trivial I just merged the feature branch into master again
> without asking for a review, and I skipped packaging yet another t-g-
> release -- we'll get it in the final t-g for the 0.23 release.