#!/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.
touch /var/lock/subsys/local
route add -net 92.68.1.0 netmask 255.255.255.0 gw 192.168.0.6
#
# 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.
touch /var/lock/subsys/local
route add -net 92.68.1.0 netmask 255.255.255.0 gw 192.168.0.6
执行特定初始化脚本
此脚本在所有其他脚本执行后运行,用于创建锁文件并配置路由。

2205

被折叠的 条评论
为什么被折叠?



