ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lmainit/rc.values
(Generate patch)

Comparing lmainit/rc.values (file contents):
Revision 1.1 by root, Sat Dec 7 21:49:49 2002 UTC vs.
Revision 1.3 by root, Mon Mar 8 22:58:16 2004 UTC

1#!/ vim, this is /bash syntax !/ 1#!/ vim, this is /bash syntax !/
2 2
3PENGUIN=1 # display pengo (requires a lot of space!) 3PENGUIN=1 # display pengo (requires a lot of space!)
4TERMBLANK=60 # screen blanking timeout 4TERMBLANK=60 # screen blanking timeout
5SYSV_EXEC=0 # execute sysv-scripts in $RCDIR/rc?.d/[SK][0-9][0-9]* 5SYSV_EXEC=0 # execute sysv-scripts in $RCDIR/rc?.d/[SK][0-9][0-9]*
6SYSV_FAC=1 # scripts in $RCDIR/init.d/* are used overwrite builtins 6SYSV_FAC=1 # scripts in $RCDIR/init.d/* are used to supplement builtins
7SYSV_PRI=1 # give sysv scripts priority? else builtins overwrite
7SLOW_TERMINAL=0 # set if terminal is slow (serial console, slow machine) 8SLOW_TERMINAL=0 # set if terminal is slow (serial console, slow machine)
8#CONSOLE=/dev/console # use console other than default /dev/tty1? 9#CONSOLE=/dev/console # use console other than default /dev/tty1?
9VENDOR_STRING="DIY 0.2 / Ticklish Uvula" 10VENDOR_STRING="DIY 0.2 / Ticklish Uvula"
10#RESET=1 # clear the sceren after changing runlevels 11#RESET=1 # clear the sceren after changing runlevels
11 12
12HOSTNAME="cerebro" 13HOSTNAME="cerebro"
13 14
14# since most programs are now searched via the PATH, better set it 15# since most programs are now searched via the PATH, better set it
15PATH=$PATH:/usr/app/bin:/usr/app/sbin:/opt/bin:/opt/sbin 16PATH=$PATH:/usr/app/bin:/usr/app/sbin:/opt/bin:/opt/sbin
16 17
17test -f /proc/self/lock && echo 1 >/proc/self/lock 18test -f /proc/$$/lock && echo 1 >/proc/$$/lock
18 19
19defalias eth0 "ethernet" 'netdev::eth0:10.0.0.1:10.0.0.0:255.255.255.0' 20defalias eth0 "ethernet" 'netdev::eth0:10.0.0.1:10.0.0.0:255.255.255.0'
20#defalias eth0 "ethernet" 'netdev::eth0:172.20.10.44:172.20.0.0:255.255.0.0' 21#defalias eth0 "ethernet" 'netdev::eth0:172.20.10.44:172.20.0.0:255.255.0.0'
21defalias squid "squid" "simpledaemon::squid" 22defalias squid "squid" "simpledaemon::squid"
22 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines