Browse Source

uclibc: adapted pam patch to the current version

early
Alejandro Mery 17 years ago
parent
commit
460bb2fdfa
  1. 12
      base/uclibc/pkg_patch/pam-no_nis.patch

12
base/uclibc/pkg_patch/pam-no_nis.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../uclibc/pkg_patch/pam-no_nis.patch
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -14,16 +14,16 @@
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./modules/pam_access/pam_access.c.orig 2005-01-19 22:30:46.000000000 -0300
+++ ./modules/pam_access/pam_access.c 2005-01-19 22:31:24.000000000 -0300
--- ./modules/pam_access/pam_access.c.orig 2007-12-07 17:40:01.000000000 +0200
+++ ./modules/pam_access/pam_access.c 2008-07-22 19:47:47.000000000 +0300
@@ -41,7 +41,6 @@
#include <errno.h>
#include <ctype.h>
#include <sys/utsname.h>
-#include <rpcsvc/ypclnt.h>
#ifndef BROKEN_NETWORK_MATCH
# include <netdb.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/socket.h>
--- ./modules/pam_unix/yppasswd_xdr.c.orig 2005-01-19 22:34:53.000000000 -0300
+++ ./modules/pam_unix/yppasswd_xdr.c 2005-01-19 22:35:08.000000000 -0300
@@ -13,8 +13,6 @@

Loading…
Cancel
Save