base-files: reload switch settings on /etc/init.d/network start as well
SVN-Revision: 20232
This commit is contained in:
		@@ -15,11 +15,6 @@ boot() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
start() {
 | 
					start() {
 | 
				
			||||||
	ifup -a
 | 
					 | 
				
			||||||
	/sbin/wifi up
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
restart() {
 | 
					 | 
				
			||||||
	setup_switch() { return 0; }
 | 
						setup_switch() { return 0; }
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	include /lib/network
 | 
						include /lib/network
 | 
				
			||||||
@@ -31,3 +26,7 @@ restart() {
 | 
				
			|||||||
stop() {
 | 
					stop() {
 | 
				
			||||||
	ifdown -a
 | 
						ifdown -a
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					restart() {
 | 
				
			||||||
 | 
						start
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user