[arch-commits] Commit in openldap/trunk (openldap.install)
    Eric Bélanger 
    eric at nymeria.archlinux.org
       
    Wed Jan  8 18:29:54 UTC 2014
    
    
  
    Date: Wednesday, January 8, 2014 @ 19:29:54
  Author: eric
Revision: 203360
Create temp directories on post-install (close FS#38408)
Modified:
  openldap/trunk/openldap.install
------------------+
 openldap.install |    1 +
 1 file changed, 1 insertion(+)
Modified: openldap.install
===================================================================
--- openldap.install	2014-01-08 18:28:24 UTC (rev 203359)
+++ openldap.install	2014-01-08 18:29:54 UTC (rev 203360)
@@ -1,4 +1,5 @@
 post_install(){
+  systemd-tmpfiles --create slapd.conf
   groupadd -g 439 ldap &>/dev/null
   useradd -u 439 -g ldap -d /var/lib/openldap -s /bin/false ldap &>/dev/null
   chown -R ldap:ldap var/lib/openldap &>/dev/null
    
    
More information about the arch-commits
mailing list