1
0
forked from ports/opt

cups: add PAM support

This commit is contained in:
Juergen Daubert 2019-05-27 17:57:36 +02:00
parent 22e65e8dd7
commit 381da5f6f2
3 changed files with 6 additions and 4 deletions

View File

@ -10,6 +10,8 @@ drwxr-xr-x root/lp etc/cups/ppd/
drwx------ root/lp etc/cups/ssl/
drwxr-xr-x root/root etc/modprobe.d/
-rw-r--r-- root/root etc/modprobe.d/cups.conf
drwxr-xr-x root/root etc/pam.d/
-rw-r--r-- root/root etc/pam.d/cups
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/cups
drwxr-xr-x root/root usr/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SlyHE5nLqHrT8KRXKHWchX0aNxzIil4vRlDg1Biy+EpSibO/A+0BmsAJl/7Nsq0rff9k8DAgNUuu3WppGD+/gk=
SHA256 (Pkgfile) = ba2f45309842f992346212b96d38d9081b14cf28a509fe50723b7e158d5130b3
SHA256 (.footprint) = f9851eee8c2e14fab4f4a2fb11b5a4846447856c54d8ac8904291cbf0ba848c2
RWSE3ohX2g5d/dAlSJzKaeUA5wxzRN02akiBFYlTQP2X62tRrAMTHXx+lsgfU4xQfAPkhDOpPDXjHf08UY0eDuhVvBByvtMUdAo=
SHA256 (Pkgfile) = 93fe580d699a66b58b564277503c38cd4d445e3beb0fa4185d9b8f7921b7f86e
SHA256 (.footprint) = 224cbe9e794cb3ac8d8e64969714d059f5ac24399e8f07d3bd7157a4e1da528f
SHA256 (cups-2.2.11-source.tar.gz) = f58010813fd6903f690cdb0c0b91e4d1bc9e5b9570c28734229ba3ed2908b76c
SHA256 (cups) = 61a1deceebcee0437e5c3f987621abf24642b6517961336ed4f26384ddab5639

View File

@ -5,7 +5,7 @@
name=cups
version=2.2.11
release=1
release=2
source=(https://github.com/apple/cups/releases/download/v$version/$name-$version-source.tar.gz
cups)