ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lmainit/rc
Revision: 1.1
Committed: Sat Dec 7 21:49:49 2002 UTC (21 years, 5 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #!/bin/bash
2    
3     . /etc/rc.d/syslib.sh
4    
5     new_facilities
6     add_facilities $PREVLEVEL "-"
7     rev_facilities
8     add_facilities $RUNLEVEL "+"
9    
10     run_facilities "Switching from $PREVLEVEL to $RUNLEVEL"
11    
12