From estartu@sol.ze.tum.de  Tue Aug  3 07:41:53 2004
Return-Path: <estartu@sol.ze.tum.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A289F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Aug 2004 07:41:53 +0000 (GMT)
Received: from sol.ze.tum.de (sol.ze.tum.de [129.187.39.13])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1153743D53
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  3 Aug 2004 07:41:53 +0000 (GMT)
	(envelope-from estartu@sol.ze.tum.de)
Received: from sol.ze.tum.de (localhost.ze.tu-muenchen.de [127.0.0.1])
	by sol.ze.tum.de (8.12.10/8.12.10) with ESMTP id i737fpwQ068668
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 3 Aug 2004 09:41:51 +0200 (CEST)
	(envelope-from estartu@sol.ze.tum.de)
Received: (from root@localhost)
	by sol.ze.tum.de (8.12.10/8.12.10/Submit) id i737fpMs068667;
	Tue, 3 Aug 2004 09:41:51 +0200 (CEST)
	(envelope-from estartu)
Message-Id: <200408030741.i737fpMs068667@sol.ze.tum.de>
Date: Tue, 3 Aug 2004 09:41:51 +0200 (CEST)
From: Gerhard Schmidt <estartu@ze.tum.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sysinstall changes /etc/rc.conf after install
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69942
>Category:       bin
>Synopsis:       sysinstall(8): sysinstall changes /etc/rc.conf after install
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-sysinstall
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 03 07:50:27 GMT 2004
>Closed-Date:    
>Last-Modified:  Tue Jul 13 13:37:36 UTC 2010
>Originator:     estartu@ze.tum.de
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
Technische Universitt Mnchen
>Environment:
System: FreeBSD sol.ze.tum.de 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #5: Tue Jun 8 08:41:16 CEST 2004 root@sol.ze.tum.de:/usr/src/sys/i386/compile/SOL i386

>Description:
ive try to set up an pxeboot for automatic installation of my FreeBSD
systems. Installing works without a problem.
  
To do the custom setup I need for my servers, I have created a package
and a post-install script for this package. The post Install script does
some changes to /etc/rc.conf. I initializes a second network device and
activates some auf the installed packages. That works fine.
  
The script also add sshd_enabled="YES" to /etc/rc.conf.
  
When i do a cat /etc/rc.conf from the holographic shell everything seems
OK but after reboot some of the additions are gone (some not all)
  
The lines missing are
  
inetd_enable="YES"
keymap="german.iso"
nfs_client_enable="YES"
ntpdate_enable="YES"
ntpdate_flags="..."
rpcbind_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
  
the lines for the second Networkdevice and activation of the installed
packages remain in the rc.conf.

>How-To-Repeat:
	
>Fix:
not known
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-sysinstall 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Tue Jul 13 13:37:35 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer(s) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69942 
>Unformatted:
