summaryrefslogtreecommitdiff
path: root/comms/fidogate
diff options
context:
space:
mode:
authortv <tv>1998-07-19 16:01:31 +0000
committertv <tv>1998-07-19 16:01:31 +0000
commitce7f5097e6a4eb5303061b0ee36ff6e2d5635451 (patch)
tree97132f5f0f6cd383f20b5d2d52ab639b21ac95b5 /comms/fidogate
parent0efc743e26b246ee192600377f93a92290822438 (diff)
downloadpkgsrc-ce7f5097e6a4eb5303061b0ee36ff6e2d5635451.tar.gz
Create /var/spool/fido/* and /var/log/fido at binary pkg_add time.
Diffstat (limited to 'comms/fidogate')
-rw-r--r--comms/fidogate/pkg/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/fidogate/pkg/PLIST b/comms/fidogate/pkg/PLIST
index 566ec3575c3..0eadf409c11 100644
--- a/comms/fidogate/pkg/PLIST
+++ b/comms/fidogate/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1998/07/18 14:50:38 tv Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/07/19 16:01:31 tv Exp $
bin/pktdebug
bin/pktmore
bin/sumcrc
@@ -73,3 +73,5 @@ share/fidogate/sendmail/ftn.m4
@dirrm share/fidogate/scripts
@dirrm share/fidogate/sendmail
@dirrm share/fidogate
+@exec install -d -m 755 -o news -g news /var/log/fido /var/spool/fido
+@exec for dir in in in/tmpmail in/tmpnews in/bad insecure out outpkt outpkt/mail locks seq toss toss/in toss/bad toss/tmp toss/out toss/pack bt bt/in bt/uuin bt/pin; do install -d -m 755 -o news -g news /var/spool/fido/$dir; done