Magellan Linux

Diff of /trunk/magellan-initscripts/etc/rc.d/init.d/localnet

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 49 by niro, Mon Feb 14 22:26:22 2005 UTC revision 931 by niro, Thu Nov 5 12:57:14 2009 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2    # $Id$
3    
4  #%rlevels: 7:s 0:k 6:k  #%rlevels: 7:s 0:k 6:k
5  #%start: 80  #%start: 80
# Line 9  Line 10 
10  #%before:  #%before:
11  #%after:  #%after:
12    
13  source /etc/sysconfig/rc  source /etc/conf.d/rc
14  source $rc_functions  source ${rc_functions}
15    
16  #get hostname  #get hostname
17  HOSTNAME="$(< /etc/hostname)"  HOSTNAME="$(< /etc/hostname)"

Legend:
Removed from v.49  
changed lines
  Added in v.931