[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to remove portmap deamon



	Subject: How to remove portmap deamon
	Date: Wed, Jul 21, 1999 at 09:10:25AM -0700

In reply to:Rick Salvador

Quoting Rick Salvador(rick@chproducts.com):
> How can I disable the portmap deamon? I see it in /inet.d/netbase but when
> I comment out the portmap lines and restart, networking does not come up
> properly.
> 
> Thanks.
> 
> Rick
> rick@chproducts.com

I removed portmap by editing the following lines in /etc/init.d/portmap


#!/bin/sh
#
# start/stop portmap daemon.

test -f /sbin/portmap || exit 0

case "$1" in
    start)
#echo -n "Starting portmap daemon:"
#echo -n " portmap"
#       start-stop-daemon --start --quiet --exec /sbin/portmap
        echo "."
^
|
|

HTH, YMMV, HAND


-- 
As far as we know, our computer has never had an undetected error.
                -- Weisert
_______________________________________________________
Wayne T. Topa <wtopa@mindspring.com>


Reply to: