cifs-utils: move pam module to /lib/security
This commit is contained in:
parent
3b621aea02
commit
850db4a978
@ -1,6 +1,9 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/cifs
|
||||
drwxr-xr-x root/root lib/
|
||||
drwxr-xr-x root/root lib/security/
|
||||
-rwxr-xr-x root/root lib/security/pam_cifscreds.so
|
||||
drwxr-xr-x root/root sbin/
|
||||
-rwxr-xr-x root/root sbin/mount.cifs
|
||||
lrwxrwxrwx root/root sbin/mount.smb3 -> mount.cifs
|
||||
@ -16,8 +19,6 @@ drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/cifs-utils/
|
||||
-rwxr-xr-x root/root usr/lib/cifs-utils/idmapwb.so
|
||||
drwxr-xr-x root/root usr/lib/security/
|
||||
-rwxr-xr-x root/root usr/lib/security/pam_cifscreds.so
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/cifs.idmap
|
||||
drwxr-xr-x root/root usr/share/
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/QDjmFN0ZrlzUYFlfMwf24Lq/AB+DJ9Co2Bm4ugmnWiDp1WHsRi5cSFbeMGsq01YQRMEhn2YGol/eNjbH0otHA8=
|
||||
SHA256 (Pkgfile) = 6bb32f9357e7ba7588ce81d2afa9497ac443351469eb6dd9541300f7cbbdd583
|
||||
SHA256 (.footprint) = 8ddb0a2b841711b4683fef6bb8708ddd8b46dedd3406c24a79c259f347296fe1
|
||||
RWSE3ohX2g5d/XGJzDDrE2iJbxcW6lG2TJj7h6Q5TNyBptolpVQ/SVu/sHYv4vi9+7CS7KiQAqg1JSyUIBdtnPz0CJ0KC6jSXg4=
|
||||
SHA256 (Pkgfile) = 976864ec12ce1ffae5c77da854009c9567f09a5a11b02b6a03e87152f5e2b9fe
|
||||
SHA256 (.footprint) = 3a948a1200573e978bcb943d8e55956590fa9f50be3031b87d13cea4dd83528c
|
||||
SHA256 (cifs-utils-6.13.tar.bz2) = 43d8786c8613caccfa84913081c1d62bc2409575854cf895b05b48af0863d056
|
||||
SHA256 (cifs-utils-man.tar.xz) = 6583165b5524b601340c2003ebf94db158065908211b8a7123a118381d868022
|
||||
SHA256 (cifs) = 6dc576a4b23722cc9b7fd630275f3ba721a0e659a8a9642cd0f7c37df09c9e79
|
||||
|
@ -17,7 +17,7 @@ build () {
|
||||
install -m 0644 $SRC/*.8 $PKG/usr/share/man/man8
|
||||
ln -s mount.cifs.8 $PKG/usr/share/man/man8/mount.smb3.8
|
||||
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --with-pamdir=/lib/security
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user