svn commit: r385273 - head/dns/gdnsd

Baptiste Daroussin bapt at FreeBSD.org
Sun May 3 14:19:02 UTC 2015


Author: bapt
Date: Sun May  3 14:19:01 2015
New Revision: 385273
URL: https://svnweb.freebsd.org/changeset/ports/385273

Log:
  Use @dir instead of @{un,}exec

Modified:
  head/dns/gdnsd/pkg-plist

Modified: head/dns/gdnsd/pkg-plist
==============================================================================
--- head/dns/gdnsd/pkg-plist	Sun May  3 13:59:05 2015	(r385272)
+++ head/dns/gdnsd/pkg-plist	Sun May  3 14:19:01 2015	(r385273)
@@ -65,6 +65,6 @@ sbin/gdnsd
 %%PORTDOCS%%%%DOCSDIR%%/gdnsd_geoip_test.txt
 %%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.pod
 %%PORTDOCS%%%%DOCSDIR%%/gdnsd_manual.txt
- at exec mkdir -p %%ETCDIR%%/geoip
- at exec mkdir -p %%ETCDIR%%/zones
- at unexec rmdir "/var/run/gdnsd" >/dev/null 2>&1 || :
+ at dir %%ETCDIR%%/geoip
+ at dir %%ETCDIR%%/zones
+ at dir /var/run/gdnsd


More information about the svn-ports-all mailing list