Example: disable portmap

cube:~# head /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:"

cube:~# head /etc/init.d/portmap
#!/bin/sh
exit
#
# start/stop portmap daemon.

test -f /sbin/portmap || exit 0

case "$1" in
start)
echo -n "Starting portmap daemon:"