diff options
Diffstat (limited to 'buildtools/build-freebsd-rp-port.py')
-rw-r--r-- | buildtools/build-freebsd-rp-port.py | 5 |
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 |