pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/openldap-server Rename MESSAGE to MESSAGE.co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4dccb2f40b4
branches: trunk
changeset: 547085:a4dccb2f40b4
user: ghen <ghen%pkgsrc.org@localhost>
date: Fri Sep 12 11:28:34 2008 +0000
description:
Rename MESSAGE to MESSAGE.common (for addition of platform-specific MESSAGE.NetBSD).
diffstat:
databases/openldap-server/MESSAGE | 15 ---------------
databases/openldap-server/MESSAGE.common | 15 +++++++++++++++
2 files changed, 15 insertions(+), 15 deletions(-)
diffs (38 lines):
diff -r 8bb257241a32 -r a4dccb2f40b4 databases/openldap-server/MESSAGE
--- a/databases/openldap-server/MESSAGE Fri Sep 12 11:15:38 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/01/13 17:15:18 ghen Exp $
-
-Note to users who have been running slapd as root before:
-
-As slapd now runs unprivileged by default (as ${SLAPD_USER}:${LDAP_GROUP},
-you'll have to adapt some permissions:
-
- ${CHOWN} -R ${SLAPD_USER}:${LDAP_GROUP} ${OPENLDAP_VARDIR}/openldap-data/*
- ${CHOWN} :${LDAP_GROUP} ${OPENLDAP_ETCDIR}/slapd.conf
- ${CHMOD} 640 ${OPENLDAP_ETCDIR}/slapd.conf
-
-You may have to repeat the first command after running administrative tools
-such as slapadd and slapindex as root.
-===========================================================================
diff -r 8bb257241a32 -r a4dccb2f40b4 databases/openldap-server/MESSAGE.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/openldap-server/MESSAGE.common Fri Sep 12 11:28:34 2008 +0000
@@ -0,0 +1,15 @@
+===========================================================================
+$NetBSD: MESSAGE.common,v 1.1 2008/09/12 11:28:34 ghen Exp $
+
+Note to users who have been running slapd as root before:
+
+As slapd now runs unprivileged by default (as ${SLAPD_USER}:${LDAP_GROUP},
+you'll have to adapt some permissions:
+
+ ${CHOWN} -R ${SLAPD_USER}:${LDAP_GROUP} ${OPENLDAP_VARDIR}/openldap-data/*
+ ${CHOWN} :${LDAP_GROUP} ${OPENLDAP_ETCDIR}/slapd.conf
+ ${CHMOD} 640 ${OPENLDAP_ETCDIR}/slapd.conf
+
+You may have to repeat the first command after running administrative tools
+such as slapadd and slapindex as root.
+===========================================================================
Home |
Main Index |
Thread Index |
Old Index