mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 16:31:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			282 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			282 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| # Taken from the README.md but modified to say login instead of system-login
 | |
| # since system-login does not work
 | |
| cat << EOF
 | |
| *
 | |
| *   To enable the pam module, add the following recommended configuration to /etc/pam.d/login:
 | |
| *   session		optional	pam_dumb_runtime_dir.so
 | |
| *
 | |
| EOF
 |