mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
8d033ec0d1
in Samba 4.
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
case "$host_os" in
|
|
*linux*)
|
|
SMB_ENABLE(mount.cifs, YES)
|
|
SMB_ENABLE(umount.cifs, YES)
|
|
SMB_ENABLE(cifs.upcall, NO) # Disabled for now
|
|
;;
|
|
*)
|
|
SMB_ENABLE(mount.cifs, NO)
|
|
SMB_ENABLE(umount.cifs, NO)
|
|
SMB_ENABLE(cifs.upcall, NO)
|
|
;;
|
|
esac
|
|
|