Your message dated Wed, 24 Feb 2010 23:11:11 +0000 (WET)
with message-id <[email protected]>
and subject line Package quintuple-agent has been removed from Debian
has caused the Debian Bug report #119130,
regarding Little sh snippet that makes q-agent more convenient
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
119130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=119130
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: quintuple-agent
Severity: wishlist

Was prowling around in ~/.zshrc and discovered this snippet i slapped
together a while back, maybe worth putting in /usr/share/doc/<>/ *shrug*

# Make quintuple-agent run if RUN_QAGENT is set
# quintuple-agent
if [ -n $RUN_QAGENT ]; then
   AGENT_SOCKET=/tmp/quintuple-agent-$UID.0/agent-socket
   if [ ! -e $AGENT_SOCKET ]; then
      q-agent --fork > /dev/null 2> /dev/null
      export AGENT_SOCKET
   else if ps -p fuser $AGENT_SOCKET |cut -d : -f 2 > /dev/null 2>/dev/null; 
then
      export AGENT_SOCKET
   else
      rm -rf /tmp/quintuple-agent-$UID.0
      q-agent --fork > /dev/null 2> /dev/null
   export AGENT_SOCKET
   fi
 fi
fi

I don't use q-agent anymore, but it should still work, shrug..

 - bri

-- 
/\_/\  Brian Russo                 <[email protected]> 
\. ./  Debian/GNU Linux Developer  <[email protected]>
/\_/\  404E 87E8 DD0C 275B 742B 09AD 2243 839C 54D8 1666 



--- End Message ---
--- Begin Message ---
Version: 1.0.4-9+rm

You filed the bug http://bugs.debian.org/119130 in Debian BTS
against the package quintuple-agent. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/390869. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues


--- End Message ---

Reply via email to