9 lines
		
	
	
		
			99 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			99 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh /etc/rc.common
 | 
						|
# Copyright (C) 2006 OpenWrt.org 
 | 
						|
 | 
						|
STOP=99
 | 
						|
stop() {
 | 
						|
	sync
 | 
						|
	umount -a -r
 | 
						|
}
 |