Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 1998 08:59:49 +0100 (CET)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   conf/5457: no entry for rarpd in rc.conf
Message-ID:  <199801080759.IAA27136@intern>
Resent-Message-ID: <199801082233.OAA09997@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         5457
>Category:       conf
>Synopsis:       no entry for rarpd in rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan  8 14:33:15 PST 1998
>Last-Modified:
>Originator:     Andre Albsmeier
>Organization:
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	All FreeBSD systems

>Description:

	In rc.conf, we don't find any entries for rarpd.

>How-To-Repeat:

	Look at rc.conf

>Fix:
	
	In rc.conf, I would suggest something like:

	rarpd_enable="NO"               # Run rarpd (or NO).
	rarpd_flags=""                  # Flags to rarpd.

	
	Of course, we would also need something in rc.network:

        if [ "$rarpd_enable" = "YES" ]; then
          echo -n " rarpd";     rarpd ${rarpd_flags}
        fi
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801080759.IAA27136>