Package: portmap
Version: 6.0-7

In file /etc/init.d/portmap, when doing a "start", there is a check to
see if portmap is already running.  The check currently looks like this:

        pid=pidofproc portmap

But, of course, it should be:

        pid=`pidofproc portmap`

Right now, it always tries to start portmap in that line, without
specifying any potions, even if there are in /etc/default/portmap, and
even if it is already running.

Thanks,

-- 
Juan Cespedes
http://www.cespedes.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to