diff options
author | tv <tv@pkgsrc.org> | 1998-07-19 16:01:31 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-19 16:01:31 +0000 |
commit | 1875b076f07161f26871ab3c32388de79269c887 (patch) | |
tree | 97132f5f0f6cd383f20b5d2d52ab639b21ac95b5 /comms | |
parent | 8dabe449d84208af517c68ba01dd7cb57c16a9c9 (diff) | |
download | pkgsrc-1875b076f07161f26871ab3c32388de79269c887.tar.gz |
Create /var/spool/fido/* and /var/log/fido at binary pkg_add time.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fidogate/pkg/PLIST | 4 |
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 |