Remove deprecated sysconfig scripts clock,i18n,keyboard,static-routes.

Still provide network and rc for legacy script which fail if they don't find them.
This commit is contained in:
Silvan Calarco 2014-04-21 14:28:51 +02:00
parent 77e8d13bfa
commit a2e5121e7a
6 changed files with 5 additions and 26 deletions

View File

@ -1,4 +0,0 @@
# UTC=0: Hardware clock is syncronized with local system clock
# UTC=1: Hardware clock is syncronized with UTC universal time
UTC=0

View File

View File

View File

@ -1,5 +1,2 @@
NETWORKING=yes
HOSTNAME=ombox
#GATEWAY=10.10.10.254
#GATEWAY_IF=eth0
#WIRELESS_WPA_SUPPLICANT=1
# DEPRECATION WARNING:
# this file is deprecated and provided empty only for legacy init scripts which expect to find it or fail

View File

@ -1,15 +1,8 @@
# DEPRECATION WARNING:
# this file is deprecated and provided only for legacy init scripts which expect to find it or fail
rc_base=/etc/rc.d
rc_functions=$rc_base/init.d/functions
rc_networkfunctions=$rc_base/init.d/network-functions
network_devices=/etc/sysconfig/network-scripts
# multithread = 0: enable standard PosiX SysV5 init
# multithread = 1: enable fast openamba multithreaded init
multithread=1
# disable automatic module deps update
#no_auto_depmod=1
# disable automatic ldconfig update
#no_auto_ldconfig=1

View File

@ -1,7 +0,0 @@
# Static routes to be added by the network service script
#
# syntax:
#
# int route-options
# wlan0 -net 20.1.2.0/24 gw 192.168.1.254
# eth1 -host 20.1.2.3 gw 192.168.1.1