summaryrefslogtreecommitdiff
path: root/sysutils/amanda-common
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-07-30 07:03:04 +0000
committersbd <sbd@pkgsrc.org>2012-07-30 07:03:04 +0000
commit6b6dea005a50564a9082572f0af488850b0588d2 (patch)
tree7daadb17c092acd0fa2cff1f0d4c2e54d0a545d9 /sysutils/amanda-common
parent84ab788322b57db94e22104f948ee48672fb5693 (diff)
downloadpkgsrc-6b6dea005a50564a9082572f0af488850b0588d2.tar.gz
+ Change the AMANADA_USER to 'amandabackup' to be consistent with other
packages (and because I think its a good idea). + Set the AMANDA_USER's home directory to AMANDA_VAR. + Update the AMANDA_USER's gecos comment.
Diffstat (limited to 'sysutils/amanda-common')
-rw-r--r--sysutils/amanda-common/Makefile5
-rw-r--r--sysutils/amanda-common/Makefile.common4
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile
index a192f0d49ae..81005406c0e 100644
--- a/sysutils/amanda-common/Makefile
+++ b/sysutils/amanda-common/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2012/07/30 07:02:17 sbd Exp $
+# $NetBSD: Makefile,v 1.55 2012/07/30 07:03:04 sbd Exp $
PKGNAME= amanda-common-${AMANDA_VERSION}
SVR4_PKGNAME= amaco
@@ -27,8 +27,9 @@ CONFIGURE_ENV+= ac_cv_lib_readline_readline=no
PKG_GROUPS= ${AMANDA_GROUP}
PKG_USERS= ${AMANDA_USER}:${AMANDA_GROUP}
-PKG_GECOS.${AMANDA_USER}= Amanda pseudo-user
+PKG_GECOS.${AMANDA_USER}= Amanda backup user
PKG_SHELL.${AMANDA_USER}= ${SH}
+PKG_HOME.${AMANDA_USER}= ${AMANDA_VAR}
OWN_DIRS_PERMS= ${AMANDA_VAR} ${AMANDA_USER} ${AMANDA_GROUP} 0750
OWN_DIRS_PERMS+= ${AMANDA_VAR}/gnutar-lists ${AMANDA_USER} ${AMANDA_GROUP} 0750
diff --git a/sysutils/amanda-common/Makefile.common b/sysutils/amanda-common/Makefile.common
index 4d4f93d42de..9f3e1179c95 100644
--- a/sysutils/amanda-common/Makefile.common
+++ b/sysutils/amanda-common/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2012/07/30 07:02:17 sbd Exp $
+# $NetBSD: Makefile.common,v 1.35 2012/07/30 07:03:04 sbd Exp $
# used by sysutils/amanda-common/Makefile
# used by sysutils/amanda-client/Makefile
@@ -25,7 +25,7 @@ AMANDA_GROUP?= sysadmin
AMANDA_GROUP?= operator
.endif
-AMANDA_USER?= backup
+AMANDA_USER?= amandabackup
AMANDA_TMP?= /tmp/amanda
AMANDA_VAR?= ${VARBASE}/amanda