svn commit: r450715 - head/net/openldap24-server

Xin LI delphij at FreeBSD.org
Wed Sep 27 05:52:55 UTC 2017


Author: delphij
Date: Wed Sep 27 05:52:54 2017
New Revision: 450715
URL: https://svnweb.freebsd.org/changeset/ports/450715

Log:
  Use @preunexec in favor of the deprecated @unexec.
  
  PR:		ports/222405
  Submitted by:	Yasuhiro KIMURA <yasu utahime org>

Modified:
  head/net/openldap24-server/pkg-plist

Modified: head/net/openldap24-server/pkg-plist
==============================================================================
--- head/net/openldap24-server/pkg-plist	Wed Sep 27 05:44:42 2017	(r450714)
+++ head/net/openldap24-server/pkg-plist	Wed Sep 27 05:52:54 2017	(r450715)
@@ -1,4 +1,4 @@
- at unexec %%RC_DIR%%/etc/rc.d/slapd stop 2>&1 >/dev/null || true
+ at preunexec %%RC_DIR%%/etc/rc.d/slapd stop 2>&1 >/dev/null || true
 %%ETCDIR%%/schema/README
 %%ETCDIR%%/schema/collective.ldif
 @sample %%ETCDIR%%/schema/collective.schema.sample


More information about the svn-ports-all mailing list