################################################################################ # -- sysinstall generated deltas -- # Fri Aug 22 17:00:48 2008 # Created: Fri Aug 22 17:00:48 2008 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. ###############################...
by fender0107401 - BSD文档中心 - 2008-11-03 22:48:24 阅读(1129) 回复(0)
哪位能告诉我,在rc.conf中到底有哪些东东可以配置,哪个地方有文档可以查。 还有个问题,在编译内核时,内核选项,是不是配置文件中还有些没有列出来。我应该在哪个地方可以找到呢? 谢谢。
Hi guys, I created a simple rc script under /etc/rc2.d from solaris 10 to add a static route. I can run it manually, but just can not make it run automatically during the system startup. I really get stuck this. The script is quite simple and have the correct permission, just doesn't run during the system's startup. Any idea folks? Appreciated your help!!!
echo 'looking for DHCP servers...' for atyu in `ifconfig | awk -F ":" '/mtu/ {print $1}'` do if [ x"$atyu" == x"lo0" -o x"$atyu" == x"pflog0" -o x"$atyu" == x"enc0" ] then atyu=atyu # null execution else dhclient $atyu fi done # Start X environment? echo -n 'Do you want to have a [G]raphical environment or [C]onsole only: ' read ans if [ X"$ans" == X"G" -o X"$ans" == X"g" -o X"$ans" == ...
FreeBSD系统启动文件 cat /etc/rc.conf hostname = "free" defaultrouter = "192.168.1.1" ifconfig_rl0 = "inet 192.168.1.100 netmask 255.255.255.0" linux_enable = "enable" usbd_enable = "enable" gateway_enable = "YES" 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/18079/showart_293232.html
我把修改过的rc.sysinit放入板子中的/etc/init.d下,重启后还是以前的rc.sysinit,请教各位怎么修改rc.sysinit文件中的内容? [ 本帖最后由 lris 于 2006-12-4 13:36 编辑 ]