- Timestamp:
- Dec 21, 2008, 9:45:12 AM (16 years ago)
- Branches:
- master
- Children:
- 1f11ff2
- Parents:
- fac9335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cblfs/init.d/dhcp
rfac9335 r3164f4b 10 10 . /etc/sysconfig/rc 11 11 . $rc_functions 12 . /etc/sysconfig/dhcp 12 13 13 14 case "$1" in 14 15 start) 15 16 boot_mesg "Starting DHCP Server..." 16 loadproc /usr/sbin/dhcpd -q eth117 loadproc /usr/sbin/dhcpd ${DHCP_ARGS--q eth0} 17 18 ;; 18 19
Note:
See TracChangeset
for help on using the changeset viewer.