| 
					
				 | 
			
			
				@@ -1,6 +1,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /* SLiM - Simple Login Manager 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   Copyright (C) 2004-05 Simone Rota <sip@varlock.com> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-   Copyright (C) 2004-05 Johannes Winkelmann <jw@tks6.net> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   Copyright (C) 2004-06 Simone Rota <sip@varlock.com> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+   Copyright (C) 2004-06 Johannes Winkelmann <jw@tks6.net> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    This program is free software; you can redistribute it and/or modify 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    it under the terms of the GNU General Public License as published by 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -25,6 +25,7 @@ Cfg::Cfg() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     options.insert(option("default_xserver","/usr/X11R6/bin/X")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     options.insert(option("xserver_arguments","")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     options.insert(option("numlock","")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    options.insert(option("daemon","")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     options.insert(option("login_cmd","exec /bin/bash -login ~/.xinitrc %session")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     options.insert(option("halt_cmd","/sbin/shutdown -h now")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     options.insert(option("reboot_cmd","/sbin/shutdown -r now")); 
			 |