summaryrefslogtreecommitdiff
path: root/net/ipa/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-22 13:20:08 +0000
committerwiz <wiz@pkgsrc.org>2002-10-22 13:20:08 +0000
commit1c3b1257accd86ef5bf2ca87b052bfc1530981e6 (patch)
treef12f3fb38ae40ee86aa5d06313e595826988879b /net/ipa/patches/patch-aa
parent4760eb346c83997dcb18006e3931b193f4a4bbdd (diff)
downloadpkgsrc-1c3b1257accd86ef5bf2ca87b052bfc1530981e6.tar.gz
Update to 1.2.8, provided by Andrey Simonenko in PR 18537.
Changes: - Locale names have been renamed ru_SU* -> ru_RU*, ru_SU* now are symlinks - Fixed some minor bugs - Now a new record is added to each accounting file after reconfiguration - Now ipa(8) and ipastat(8) do not use database locking feature by default - All manual pages were updated to reflect changes in IPA - The -u switch was removed from and the -L switch was added to ipastat(8) - All code of ipa(8) was revised, now ipa(8) tests directories and files in the database more carefully - Several bugs and memory leak with the "db_dir" parameter were fixed - Added new parameter "db_group" - Parameters "acl", "db_owner", "db_perm" have been removed Package changes: - added some HTTP and FTP mirrors; - removed installation of ${DSTEXAMPLEDIR} directory, because it is installed from the port's Makefile; - updated DESCR to reflect current state of IPA.
Diffstat (limited to 'net/ipa/patches/patch-aa')
-rw-r--r--net/ipa/patches/patch-aa41
1 files changed, 12 insertions, 29 deletions
diff --git a/net/ipa/patches/patch-aa b/net/ipa/patches/patch-aa
index de2b0e2e758..156ab6b2e43 100644
--- a/net/ipa/patches/patch-aa
+++ b/net/ipa/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2002/06/30 03:47:54 jlam Exp $
+$NetBSD: patch-aa,v 1.5 2002/10/22 13:20:09 wiz Exp $
---- Makefile.orig Sat Jun 29 21:14:15 2002
+--- Makefile.orig Sat Sep 28 01:24:32 2002
+++ Makefile
-@@ -38,7 +38,7 @@
+@@ -38,7 +38,7 @@ CC?= /usr/bin/cc
# -Ox - optimize;
# -g - produce debugging information.
#
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2002/06/30 03:47:54 jlam Exp $
#
# PREFIX - prefix for all below listed paths
-@@ -58,7 +58,7 @@
+@@ -58,7 +58,7 @@ DSTMANDIR= ${PREFIX}/man
#
# DSTETCDIR - where to install template configuration
#
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.4 2002/06/30 03:47:54 jlam Exp $
#
# DSTRCDIR - where to install sample rc-script
-@@ -97,10 +97,10 @@
+@@ -96,10 +96,10 @@ MKDIR?= /bin/mkdir
#
# Some INSTALL_* variables
#
@@ -35,27 +35,18 @@ $NetBSD: patch-aa,v 1.4 2002/06/30 03:47:54 jlam Exp $
INSTALL_MAN_DIR= ${INSTALL} -d -m 0555 -g wheel -o root
INSTALL_DATA_DIR= ${INSTALL} -d -m 0555 -g wheel -o root
-@@ -219,7 +219,7 @@
- ${RM} -r ${DSTEXAMPLEDIR}
- ${RM} ${DSTMANDIR}/man5/ipa.conf.5 ${DSTMANDIR}/man5/ipa.5 ${DSTMANDIR}/man8/ipa.8 ${DSTMANDIR}/man8/ipastat.8
- ${RM} ${DSTMANDIR}/ru_SU.KOI8-R/man5/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5/ipa.5 ${DSTMANDIR}/ru_SU.KOI8-R/man8/ipa.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8/ipastat.8
-- ${RM} ${DSTETCDIR}/ipa.conf.default ${DSTRCDIR}/ipa.sh.sample
-+ ${RM} ${DSTETCDIR}/ipa.conf.default ${DSTRCDIR}/ipa
-
- install:
- .if !exists(./ipa) || !exists(./ipastat)
-@@ -231,21 +231,10 @@
+@@ -230,21 +230,10 @@ install:
${INSTALL_PROGRAM} ipa ipastat ${DSTBINDIR}
${INSTALL_MAN} man/ipa.5 man/ipa.conf.5 ${DSTMANDIR}/man5
${INSTALL_MAN} man/ipa.8 man/ipastat.8 ${DSTMANDIR}/man8
--.if !exists(${DSTMANDIR}/ru_SU.KOI8-R/man5)
-- ${INSTALL_MAN_DIR} ${DSTMANDIR}/ru_SU.KOI8-R/man5
+-.if !exists(${DSTMANDIR}/ru_RU.KOI8-R/man5)
+- ${INSTALL_MAN_DIR} ${DSTMANDIR}/ru_RU.KOI8-R/man5
-.endif
--.if !exists(${DSTMANDIR}/ru_SU.KOI8-R/man8)
-- ${INSTALL_MAN_DIR} ${DSTMANDIR}/ru_SU.KOI8-R/man8
+-.if !exists(${DSTMANDIR}/ru_RU.KOI8-R/man8)
+- ${INSTALL_MAN_DIR} ${DSTMANDIR}/ru_RU.KOI8-R/man8
-.endif
--.if !exists(${DSTMANDIR}/ru_RU.KOI8-R)
-- ${LN} -s ${DSTMANDIR}/ru_SU.KOI8-R ${DSTMANDIR}/ru_RU.KOI8-R
+-.if !exists(${DSTMANDIR}/ru_SU.KOI8-R)
+- ${LN} -s ${DSTMANDIR}/ru_RU.KOI8-R ${DSTMANDIR}/ru_SU.KOI8-R
-.endif
- ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.5 man/ru_RU.KOI8-R/ipa.conf.5 ${DSTMANDIR}/ru_SU.KOI8-R/man5
- ${INSTALL_MAN} man/ru_RU.KOI8-R/ipa.8 man/ru_RU.KOI8-R/ipastat.8 ${DSTMANDIR}/ru_SU.KOI8-R/man8
@@ -67,11 +58,3 @@ $NetBSD: patch-aa,v 1.4 2002/06/30 03:47:54 jlam Exp $
.else
@${ECHO}
@${ECHO} ">> Can't find directory ${DSTRCDIR}, skip installing of ipa.sh.sample"
-@@ -254,7 +243,6 @@
- .endif
- .if exists(${DSTETCDIR})
- ${INSTALL_DATA} etc/ipa.conf.default ${DSTETCDIR}
-- ${CHMOD} 0400 ${DSTETCDIR}/ipa.conf.default
- .else
- @${ECHO}
- @${ECHO} ">> Can't find directory ${DSTETCDIR}, skip installing of ipa.conf.default"