move arch-specific stuff to arch-specific subdirs and move all the common stuff to a subdir named 'common'. Also, rename '.profile' and '.bash_history' so you actually see them when you 'ls' the 'common' dir. also added some helpful(?) comments to the templates.
		
			
				
	
	
		
			10 lines
		
	
	
		
			361 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			361 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #%PAM-1.0
 | |
| auth        required      pam_env.so
 | |
| auth        sufficient    pam_unix.so likeauth nullok
 | |
| auth        required      pam_deny.so
 | |
| account     required      pam_unix.so
 | |
| password    sufficient    pam_unix.so nullok use_authtok md5 shadow
 | |
| password    required      pam_deny.so
 | |
| session     required      pam_limits.so
 | |
| session     required      pam_unix.so
 |