mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@354 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
19 lines
408 B
Plaintext
19 lines
408 B
Plaintext
########################################################################
|
|
# Begin /etc/sysconfig/rc
|
|
#
|
|
# Description : rc script configuration
|
|
#
|
|
# Authors :
|
|
#
|
|
# Version : 00.00
|
|
#
|
|
# Notes :
|
|
#
|
|
########################################################################
|
|
|
|
rc_base=/etc/rc.d
|
|
rc_functions=${rc_base}/init.d/functions
|
|
network_devices=/etc/sysconfig/network-devices
|
|
|
|
# End /etc/sysconfig/rc
|