Create /var/spool/fido/* and /var/log/fido at binary pkg_add time.
This commit is contained in:
parent
8dabe449d8
commit
1875b076f0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue