[root@vpnserver rc.d]# cat /etc/issue
CentOS release 6.2 (Final)
Kernel \r on an \m
我的脚本是 :
[root@vpnserver rc.d]# cat /etc/rc.local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
干脆把链接全部删除了,在重建软连接
-----------
你
cat /etc/rc3.d/S99local
cat /etc/rc5.d/S99local
看看啊
[/Quote]
[root@localhost ~]# cat /etc/rc3.d/S99local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
[root@localhost ~]# cat /etc/rc5.d/S99local
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.