summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-06-20 18:53:07 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-06-20 18:53:07 +0000
commit50c7e115af510f4187d93cffc0c0365af5653867 (patch)
treec847c2846cf15300d8933fcf7c30b405f3e46443 /comms
parent- Update to 0.5.6 (diff)
Absolute paths does not play good with pkg_* tools,
while pkgng uses them just fine. So change current directory to / before touching /var files and directories. Spotted by: antoine (thanks!)
Notes
Notes: svn path=/head/; revision=321409
Diffstat (limited to 'comms')
-rw-r--r--comms/efax/pkg-plist9
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/efax/pkg-plist b/comms/efax/pkg-plist
index 8937ed59b6ac..c61fdf55a064 100644
--- a/comms/efax/pkg-plist
+++ b/comms/efax/pkg-plist
@@ -3,7 +3,8 @@ bin/efax
bin/efix
etc/efax.rc.sample
etc/efax.rc.sample.ja
-@unexec /bin/rm /var/spool/fax/outgoing/lock
-@dirrmtry /var/spool/fax/incoming
-@dirrmtry /var/spool/fax/outgoing
-@dirrmtry /var/spool/fax
+@cwd /
+var/spool/fax/outgoing/lock
+@dirrmtry var/spool/fax/incoming
+@dirrmtry var/spool/fax/outgoing
+@dirrmtry var/spool/fax