1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Normalize patches.

This commit is contained in:
Dag-Erling Smørgrav 2018-07-23 14:11:46 +00:00
parent b19db17e4c
commit 3eef51b03d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475176
5 changed files with 16 additions and 16 deletions

View File

@ -1,5 +1,5 @@
--- Makefile.am.orig 2009-11-06 05:28:08.000000000 -0500
+++ Makefile.am 2010-01-12 23:24:17.000000000 -0500
--- Makefile.am.orig
+++ Makefile.am
@@ -9,8 +9,12 @@
if AIX
INST_GID=system

View File

@ -1,5 +1,5 @@
--- ldap-ethers.c.orig 2009-11-06 10:28:08.000000000 +0000
+++ ldap-ethers.c 2009-12-23 17:01:14.000000000 +0000
--- ldap-ethers.c.orig
+++ ldap-ethers.c
@@ -217,9 +217,9 @@
}

View File

@ -1,5 +1,5 @@
--- ldap-ethers.h.orig 2009-11-06 10:28:08.000000000 +0000
+++ ldap-ethers.h 2009-12-23 17:02:06.000000000 +0000
--- ldap-ethers.h.orig
+++ ldap-ethers.h
@@ -32,7 +32,7 @@
#ifndef HAVE_STRUCT_ETHER_ADDR

View File

@ -1,5 +1,5 @@
--- ldap-pwd.c.orig 2008-10-30 21:50:15.000000000 +0100
+++ ldap-pwd.c 2008-12-06 00:37:30.216966282 +0100
--- ldap-pwd.c.orig
+++ ldap-pwd.c
@@ -21,7 +21,10 @@
static char rcsId[] =
"$Id: ldap-pwd.c,v 2.48 2008/10/30 20:49:47 lukeh Exp $";

View File

@ -1,5 +1,5 @@
--- ldap-pwd.c 2009-08-29 09:21:43.000000000 -0400
+++ ldap-pwd.c 2009-08-29 08:17:12.000000000 -0400
--- ldap-pwd.c.orig
+++ ldap-pwd.c
@@ -170,6 +170,15 @@
}
+
@ -15,9 +15,9 @@
_nss_ldap_assign_attrval (e, AT (homeDirectory), &pw->pw_dir, &buffer,
&buflen);
if (stat != NSS_SUCCESS)
--- ldap-schema.c 2009-08-29 09:21:43.000000000 -0400
+++ ldap-schema.c 2009-08-28 12:09:52.000000000 -0400
--- ldap-schema.c.orig
+++ ldap-schema.c
@@ -334,6 +334,9 @@
#ifdef HAVE_PASSWD_PW_EXPIRE
(*pwd_attrs)[i++] = AT (shadowExpire);
@ -28,8 +28,8 @@
(*pwd_attrs)[i] = NULL;
}
--- ldap-schema.h 2009-08-29 09:21:43.000000000 -0400
+++ ldap-schema.h 2009-08-29 06:37:18.000000000 -0400
--- ldap-schema.h.orig
+++ ldap-schema.h
@@ -24,7 +24,7 @@
#define _LDAP_NSS_LDAP_LDAP_SCHEMA_H
@ -42,7 +42,7 @@
@@ -153,6 +153,10 @@
#define AT_gecos "gecos"
#define AT_homeDirectory "homeDirectory"
+#ifdef HAVE_LOGIN_CLASSES
+/* FreeBSD extension -Jacob Myers <jacob@whotokspaz.org> */
+#define AT_loginClass "loginClass"