Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 1999 17:21:55 -0800 (PST)
From:      Randy Bush <randy@psg.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   rc.conf breaks rc.conf.local
Message-ID:  <m105Jg3-0008G5C@rip.psg.com>

next in thread | raw e-mail | index | archive | help
you really want to do something like

rip.psg.com:/usr/src# diff -c /usr/src/etc/rc.conf /etc/rc.conf
*** /usr/src/etc/rc.conf        Tue Jan 26 11:55:53 1999
--- /etc/rc.conf        Tue Jan 26 17:16:06 1999
***************
*** 19,25 ****
  pccard_ifconfig="NO"  # Specialized pccard ethernet configuration (or NO).
  local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"       # startup script dirs.
  local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
! rc_conf_files="/etc/rc.conf.site /etc/rc.conf.local"
  
  ##############################################################
  ###  Network configuration sub-section  ######################
--- 19,25 ----
  pccard_ifconfig="NO"  # Specialized pccard ethernet configuration (or NO).
  local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d"       # startup script dirs.
  local_periodic="/usr/local/etc/periodic /usr/X11R6/etc/periodic" # periodic script dirs
! rc_conf_files="rc.conf.site rc.conf.local"
  
  ##############################################################
  ###  Network configuration sub-section  ######################
***************
*** 205,211 ****

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



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