- Fix an apparent typo in the securitytokens.conf config file (bug 301031)

This commit is contained in:
Ray Strode 2007-09-27 16:39:14 +00:00
parent 8b11cd913b
commit 8e2c047c12
2 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@
+++ gdm-2.19.1/config/securitytokens.conf.in 2007-05-21 16:04:51.000000000 -0400
@@ -0,0 +1,3 @@
+[SecurityTokens]
+Enable=true
+Enabled=true
+#Driver=@libdir@/pkcs11/libcoolkeypk11.so
--- gdm-2.19.1/config/Makefile.am.security-tokens 2007-05-13 22:08:25.000000000 -0400
+++ gdm-2.19.1/config/Makefile.am 2007-05-21 16:04:51.000000000 -0400

View File

@ -16,7 +16,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.20.0
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -355,6 +355,10 @@ fi
%{_datadir}/pixmaps/faces/extras/*.jpg
%changelog
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.0-5
- Fix an apparent typo in the securitytokens.conf config file
(bug 301031)
* Thu Sep 20 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-4
- Reenable root login due to popular demand