summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2011-08-25 16:02:42 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2011-08-25 16:02:42 +0200
commit3d8a20af1f5f32ad7e4abf26057e8ef2193bc190 (patch)
tree838dd32decdb14c17e40347f67ab4b3f64ad7a4d
parent61f4f06abc9b8fcb3c478fa430b52499fd2ca300 (diff)
Correct the FSF address.
-rw-r--r--ChangeLog2
-rw-r--r--modules/pam_loginuid/pam_loginuid.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b4f1ef81..21f4e8a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* modules/pam_access/pam_access.c (user_match): Fix the split
on @ in the user field. (Red Hat Bug #732081)
+ * modules/pam_loginuid/pam_loginuid.c: Correct the FSF address.
+
2011-08-23 Tomas Mraz <tm@t8m.info>
* modules/pam_env/pam_env.c (_pam_parse): Fix missing dereference.
diff --git a/modules/pam_loginuid/pam_loginuid.c b/modules/pam_loginuid/pam_loginuid.c
index 4fa486c7..06479973 100644
--- a/modules/pam_loginuid/pam_loginuid.c
+++ b/modules/pam_loginuid/pam_loginuid.c
@@ -14,7 +14,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Suite 500
+ * Boston, MA 02110-1335 USA
*
* Authors:
* Steve Grubb <sgrubb@redhat.com>