aboutsummaryrefslogtreecommitdiff
path: root/buildtools/build-freebsd-rp-port.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2013-01-12 03:27:55 +0000
committerRob Austein <sra@hactrn.net>2013-01-12 03:27:55 +0000
commit92507656bbb32d170f6fb99c12fb8647393b2715 (patch)
treee94baf049322bb0ecd6d92088de28d3b9139c636 /buildtools/build-freebsd-rp-port.py
parentddc122bdff0591ad350a985beed14cdde6a8fd73 (diff)
Approaching something usable.
svn path=/branches/tk377/; revision=4968
Diffstat (limited to 'buildtools/build-freebsd-rp-port.py')
-rw-r--r--buildtools/build-freebsd-rp-port.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildtools/build-freebsd-rp-port.py b/buildtools/build-freebsd-rp-port.py
index 9b9fb75c..1bc06433 100644
--- a/buildtools/build-freebsd-rp-port.py
+++ b/buildtools/build-freebsd-rp-port.py
@@ -156,10 +156,9 @@ var/rcynic/etc/rcynic.conf.sample
f.write("var/rcynic/etc/trust-anchors/%s\n" % trust_anchor)
f.write('''\
-@exec mkdir -p %D/var/rcynic/var
+@exec mkdir -p %D/var/rcynic/var/run
+@dirrm var/rcynic/var/run
@dirrm var/rcynic/var
-@exec mkdir -p %D/var/rcynic/run
-@dirrm var/rcynic/run
@unexec rm -f %D/var/rcynic/etc/localtime %D/var/rcynic/etc/resolv.conf
@dirrm var/rcynic/etc/trust-anchors
@dirrm var/rcynic/etc