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-client | |
parent | 9de301d562b4d7fa6a61a851b9f7378d7b4094dc (diff) | |
download | ports-98d7918807e47a088113368fba2a6ad2c1a2b096.tar.gz ports-98d7918807e47a088113368fba2a6ad2c1a2b096.zip |
* Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operator
own it
* Crate /etc/amandates and have operator own it. This is hard coded at
compile time and can't easily be made ${PREFIX} safe.
PR: 59302
Submitted by: Matthias Andree
Notes
Notes:
svn path=/head/; revision=94023
Diffstat (limited to 'misc/amanda-client')
-rw-r--r-- | misc/amanda-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 231ee1b83e8b..187bccf91d60 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) |