|
|

楼主 |
发表于 2006-7-19 17:39:54
|
显示全部楼层
不好意思, 我没有说清楚
是有这个文件的
$ cat /etc/default/dhcp
# Defaults for dhcp initscript
# [color="Red"]sourced by /etc/init.d/dhcp
# installed at /etc/default/dhcp by the maintainer scripts
#
# This is a POSIX shell fragment
#
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES=""
然后我就查看了启动脚本/etc/init.d/dhcp 发现
$ head /etc/init.d/dhcp
#!/bin/sh
#
# $Id: dhcp.init.d,v 1.3.2.2 2002/08/11 22:11:54 peloy Exp $
#
test -x /usr/sbin/dhcpd || exit 0
# Defaults
INTERFACES="eth0"
所以发了这句牢骚
[color="Blue"]为什么dhcpd 不把这个参数放到 dhcpd.conf 中? 郁闷
嘿嘿 |
|