Changeset 14505 for trunk/base


Ignore:
Timestamp:
Oct 9, 2005, 3:00:43 PM (19 years ago)
Author:
mww
Message:

also source ${prefix}/etc/rc.conf in startup-items - if readable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portstartupitem.tcl

    r14485 r14505  
    22# portstartupitem.tcl
    33#
    4 # $Id: portstartupitem.tcl,v 1.19 2005/10/08 21:29:35 jberry Exp $
     4# $Id: portstartupitem.tcl,v 1.20 2005/10/09 15:00:43 mww Exp $
    55#
    66# Copyright (c) 2004, 2005 Markus W. Weissman <mww@opendarwin.org>,
     
    203203#
    204204
    205 # Source the utilities package
     205# Source the utilities package and the darwinports config file
    206206. /etc/rc.common
     207if test -r ${prefix}/etc/rc.conf; then
     208  . ${prefix}/etc/rc.conf
     209fi
    207210}
    208211
Note: See TracChangeset for help on using the changeset viewer.