Home | History | Annotate | Download | only in etc

Lines Matching refs:scripts

6 #	Run the scripts in /etc/rc.d with rcorder, and log output
50 # not so marked are assumed to be output from rc.d scripts.
58 # Child scripts may sometimes want to print directly to the original
61 # intended to be used directly by child scripts. (Child scripts
128 # rc.d scripts that are NOT marked with "KEYWORD: interactive"
143 # Get a list of all rc.d scripts, and use rcorder to choose
150 scripts=$(for rcd in ${rc_directories:-/etc/rc.d}; do
153 files=$(rcorder -s nostart ${rc_rcorder_flags} ${scripts})
161 # Run the scripts in order.
191 # * Scripts run during the boot may clear /tmp and/var/run, so even
246 # rc.d scripts. Append the line to the log, and also either
310 # the /etc/rc.d/* scripts).
342 # used directly by /etc.rc.d/* and similar scripts.
349 # If any child scripts (or other commands) failed, report them.