Chinaunix

标题: inetsvc: syntax error at line 263: `end of file' unexpected [打印本页]

作者: shmlv    时间: 2005-11-05 15:07
提示: 作者被禁止或删除 内容自动屏蔽
作者: 寂寞烈火    时间: 2005-11-05 15:19
不是已经有提示了嘛!
作者: dradhzn    时间: 2005-11-06 03:14
take look at quoting ,
作者: shmlv    时间: 2005-11-06 16:43
提示: 作者被禁止或删除 内容自动屏蔽
作者: dradhzn    时间: 2005-11-07 04:12
[quote]原帖由 shmlv 于 2005-11-5 15:07 发表
# Add a static route for multicast packets out our default interface.
# The default interface is the interface that corresponds to the node name.

(            <------- open bracket here , where is the close bracket ?
if [ $try_dhcp = yes ]; then
        mcastif=`/sbin/dhcpinfo Yiaddr`
        [ -z "$mcastif" ] && mcastif=$_INIT_UTS_NODENAME
else
        mcastif=$_INIT_UTS_NODENAME
fi
# Run inetd in "standalone" mode (-s flag) so that it doesn't have
# to submit to the will of SAF.  Why did we ever let them change inetd?
/usr/sbin/inetd -s -t
作者: shmlv    时间: 2005-11-07 08:08
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2