Silvan Calarco
a2e5121e7a
Still provide network and rc for legacy script which fail if they don't find them.
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
# DEPRECATION WARNING:
|
|
# this file is deprecated and provided only for legacy init scripts which expect to find it or fail
|
|
|
|
rc_base=/etc/rc.d
|
|
rc_functions=$rc_base/init.d/functions
|
|
rc_networkfunctions=$rc_base/init.d/network-functions
|
|
|
|
network_devices=/etc/sysconfig/network-scripts
|