- Change console to pamconsole to support new util-linux and hal packages

f38
David Zeuthen 20 years ago
parent 5e8ccb921c
commit 17ebac296d

@ -4,7 +4,7 @@
&& hasmntopt (mntent, "user") != hasmntopt (mntent, "user_xattr"))
|| hasmntopt (mntent, "users") != NULL
|| hasmntopt (mntent, "owner") != NULL
+ || hasmntopt (mntent, "console") != NULL
+ || hasmntopt (mntent, "pamconsole") != NULL
#endif
) {
mount_entry->is_user_mountable = TRUE;
@ -12,7 +12,7 @@
&& hasmntopt (&mntent, "user") != hasmntopt (&mntent, "user_xattr"))
|| hasmntopt (&mntent, "users") != NULL
|| hasmntopt (&mntent, "owner") != NULL
+ || hasmntopt (mntent, "console") != NULL
+ || hasmntopt (mntent, "pamconsole") != NULL
#endif
) {
mount_entry->is_user_mountable = TRUE;

@ -10,7 +10,7 @@
Summary: The GNOME virtual file-system libraries.
Name: gnome-vfs2
Version: 2.8.2
Release: 2
Release: 3
License: LGPL
Group: System Environment/Libraries
Source: gnome-vfs-%{version}.tar.bz2
@ -255,6 +255,9 @@ done
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Thu Oct 14 2004 David Zeuthen <davidz@redhat.com> 2.8.2-3
- Change console to pamconsole to support new util-linux and hal packages
* Wed Oct 13 2004 Alexander Larsson <alexl@redhat.com> - 2.8.2-2
- Fix bad buffer handling bug that broke ftp uploads

Loading…
Cancel
Save