Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2000 03:28:30 -0500
From:      root <root@snoopie.yi.org>
To:        freebsd-stable@freebsd.org
Subject:   /etc/defaluts/rc.conf
Message-ID:  <20001019032830.A99825@snoopie.yi.org>

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

	I was just wondering about an entry in /usr/src/UPDATING.  I just
cvsup'ed/mergemaster'ed today.  The section in question is:

20000907:
        Networking defaults have been tightened.  Anybody upgrading
        /etc/defaults/rc.conf needs to add the following lines to
        /etc/rc.conf if they want to have the same setup
        afterwards (unless the variables already are set, of course):
                # Enable network daemons for user convenience.
                inetd_enable="YES"
                portmap_enable="YES"
                sendmail_enable="YES"


Thats fine.. but no entries in /etc/defaults/rc.conf have changed to reflect
this entry.

# egrep "inetd_enable|portmap_enable|sendmail_enable" /etc/defaults/rc.conf
inetd_enable="YES"              # Run the network daemon dispatcher (or NO).
portmap_enable="YES"            # Run the portmapper service (or NO).
sendmail_enable="YES"   # Run the sendmail daemon (or NO).

# diff /usr/src/etc/defaults/rc.conf /etc/defaults/rc.conf
# ls -la /usr/src/etc/defaults/rc.conf
-rw-r--r--  1 root  wheel  17014 Sep  1 03:00 /usr/src/etc/defaults/rc.conf
# ls -la /etc/defaults/rc.conf
-rw-r--r--  1 root  wheel  17014 Sep  6 03:14 /etc/defaults/rc.conf

					Thanks,
					Eric Brueggmann


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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