aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-10-07 16:00:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-10-07 16:00:42 +0000
commitd5a258e45386cc0bbf97e267f0d89b189f1e0d66 (patch)
treedeedbb1646da2948da01d083ed2960c47b78c77d /CHANGES
parent2cbe972ff3f10c3ca6eda1fd97ba30fcdad2b1b5 (diff)
downloadports-d5a258e45386cc0bbf97e267f0d89b189f1e0d66.tar.gz
ports-d5a258e45386cc0bbf97e267f0d89b189f1e0d66.zip
Add an example with @exec too.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=370359
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 223121d4a105..77a8edb54e0b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,11 +19,14 @@ AUTHOR: mat@FreeBSD.org
@cwd /
etc/rc.d/foo
var/db/bar
+ @cwd /some
+ @exec mkdir -p %D/nested/dir
add this:
/etc/rc.d/foo
/var/db/bar
+ @exec mkdir -p /some/nested/dir
20141002:
AUTHOR: bapt@FreeBSD.org