wok-current 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 | 242a22d7215f |
children | 36c2a37430ab |
files | cups-pam/receipt cups-pam/stuff/etc/pam.d/cups |
line diff
1.1 --- a/cups-pam/receipt Sat Feb 14 10:37:38 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 }