wok-next diff cups-pam/receipt @ rev 2238

cups-pam: add /etc/pam.d/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 14 12:35:10 2009 +0000 (2009-02-14)
parents e0f83290a5a4
children a4af2b62bb67
line diff
     1.1 --- a/cups-pam/receipt	Thu Feb 12 09:22:35 2009 +0000
     1.2 +++ b/cups-pam/receipt	Sat Feb 14 12:35:10 2009 +0000
     1.3 @@ -50,6 +50,9 @@
     1.4  	# We need the doc for CSS, images and help in the web interface.
     1.5  	cp -a $_pkg/usr/share/doc $fs/usr/share
     1.6  
     1.7 +	# PAM conf
     1.8 +	cp -a stuff/* $fs
     1.9 +
    1.10  	# Daemon script
    1.11  	cp -a ../cups/stuff/etc $fs
    1.12  }