Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 24213 | Differences between
and this patch

Collapse All | Expand All

(-)pam_mount.conf.orig (-2 / +3 lines)
Lines 83-93 Link Here
83
ncpmount /bin/mount -t ncpfs
83
ncpmount /bin/mount -t ncpfs
84
# Linux supports lazy unmounting (-l).  May be dangerous for encrypted volumes.
84
# Linux supports lazy unmounting (-l).  May be dangerous for encrypted volumes.
85
# May also break loopback mounts because loopback devices are not freed.
85
# May also break loopback mounts because loopback devices are not freed.
86
#umount   /bin/umount
86
umount   /bin/umount -l
87
87
88
# pam_mount_umount is a script that waits for lsof output to be empty for the 
88
# pam_mount_umount is a script that waits for lsof output to be empty for the 
89
# home directory.
89
# home directory.
90
umount /usr/bin/pam_mount_umount
90
#umount /usr/bin/pam_mount_umount
91
91
# On OpenBSD try "/usr/local/bin/mount_ehd" (included in pam_mount package).
92
# On OpenBSD try "/usr/local/bin/mount_ehd" (included in pam_mount package).
92
lclmount /bin/mount -p0
93
lclmount /bin/mount -p0
93
nfsmount /bin/mount
94
nfsmount /bin/mount

Return to bug 24213