|
|

楼主 |
发表于 2008-8-14 10:12:05
|
显示全部楼层
Post by zhllg;1885693
openrc有migration guide
版大好,我看了那个迁移向导了。
里面只是说了
- /etc/conf.d/rc
- /etc/conf.d/rc has been deprecated and any settings you have in there will need to be migrated to the appropriate settings in /etc/rc.conf. Please read through /etc/rc.conf and /etc/conf.d/rc and migrate the settings. Once you are complete, delete /etc/conf.d/rc.
复制代码
我的/etc/conf.d/rc
- RC_TTY_NUMBER=11
- RC_PARALLEL_STARTUP="no"
- RC_INTERACTIVE="yes"
- RC_HOTPLUG="yes"
- RC_COLDPLUG="yes"
- RC_PLUG_SERVICES=""
- RC_NET_STRICT_CHECKING="no"
- RC_DOWN_INTERFACE="yes"
- RC_VOLUME_ORDER="raid evms lvm dm"
- RC_VERBOSE="no"
- RC_BOOTLOG="no"
- RC_BOOTCHART="no"
- RC_USE_FSTAB="no"
- RC_USE_CONFIG_PROFILE="yes"
- RC_FORCE_AUTO="no"
- RC_DEVICES="auto"
- RC_DEVICE_TARBALL="no"
- RC_DMESG_LEVEL="1"
- RC_RETRY_KILL="yes"
- RC_RETRY_TIMEOUT=1
- RC_RETRY_COUNT=5
- RC_FAIL_ON_ZOMBIE="no"
- RC_KILL_CHILDREN="no"
- RC_WAIT_ON_START="0.1"
- svcdir="/var/lib/init.d"
- svcmount="no"
- svcfstype="tmpfs"
- svcsize=2048
复制代码
我的/etc/rc.conf
- rc_parallel="NO"
- rc_interactive="YES"
- rc_depend_strict="YES"
- rc_hotplug="YES"
- rc_coldplug="YES"
- rc_plug_services=""
- rc_logger="NO"
- unicode="YES"
- net_fs_list="afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs"
- rc_tty_number=12
- rc_device_tarball="NO"
- dmesg_level="1"
复制代码
我想知道:
[color="Blue"]1)/etc/conf.d/rc里比/etc/rc.conf里多出来的那些设置有必要迁移过去吗?
2)假如要迁移过去是直接把原来的大写改成小写的就行了吗? |
|