|
|
发表于 2009-9-13 11:14:33
|
显示全部楼层
你可以用 -d 选项跟踪一下。我查了net.lo文件,好像没有哪里输出enough这个词。你看看是哪个命令出错了。
- /etc/init.d $ ./net.lo
- Usage: net.lo [options] stop | start | restart | describe | zap
- Options: [dDsvChqv]
- -d, --debug set xtrace when running the script
- -s, --ifstarted only run commands when started
- -D, --nodeps ignore dependencies
- -h, --help Display this help output
- -C, --nocolor Disable color output
- -v, --verbose Run verbosely
- -q, --quiet Run quietly
复制代码 |
|