diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-15 16:58:45 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-15 16:58:45 +0000 |
commit | 98d7918807e47a088113368fba2a6ad2c1a2b096 (patch) | |
tree | dc09209d169812e413b72845d5a63e236fc8d612 /misc/amanda-server | |
parent | 9de301d562b4d7fa6a61a851b9f7378d7b4094dc (diff) | |
download | ports-98d7918807e47a088113368fba2a6ad2c1a2b096.tar.gz ports-98d7918807e47a088113368fba2a6ad2c1a2b096.zip |
Notes
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 757e5218cbd3..9fb139bec897 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -185,6 +185,10 @@ post-install: ${WRKSRC}/example/chg-scsi.conf \ ${WRKSRC}/example/disklist \ ${PREFIX}/share/examples/amanda + ${MKDIR} ${PREFIX}/var/amanda/gnutar-lists + ${CHOWN} operator:operator ${PREFIX}/var/amanda/gnutar-lists + ${MKDIR} /etc/amandates + ${CHOWN} operator:operator /etc/amandates .if defined (AMANDA_SERVER) CONFIGURE_ARGS+= --with-index-server=${AMANDA_SERVER} |