Changeset 9e58fae in bootscripts-standard
- Timestamp:
- Jan 1, 2008, 8:29:55 PM (17 years ago)
- Branches:
- master
- Children:
- 7355219
- Parents:
- 7df280d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r7df280d r9e58fae 9 9 sysconfig/network-devices/ifconfig.*/* 10 10 Note: ifconfig.* could be either a file or directory, 11 but the filename exten tion must be the same name11 but the filename extension must be the same name 12 12 as the network interface you wish it to belong to. 13 13 The files within the directory will be processed -
clfs/init.d/rc
r7df280d r9e58fae 38 38 fi 39 39 40 # Attempt to stop all service started by previous runlevel,40 # Attempt to stop all services started by previous runlevel, 41 41 # and killed in this runlevel 42 42 if [ "${previous}" != "N" ]; then -
clfs/sysconfig/network-devices/ifup
r7df280d r9e58fae 34 34 boot_mesg_flush 35 35 36 # Process each config ruation file36 # Process each configuration file 37 37 for file in ${FILES}; do 38 38 # skip backup files
Note:
See TracChangeset
for help on using the changeset viewer.