From 30aa15efdc8fb35b5160b88b90cf9f59fbfd9df0 Mon Sep 17 00:00:00 2001 From: merdely Date: Tue, 11 Sep 2007 20:26:45 +0000 Subject: [PATCH] Fix permissions on scripts/binaries from 754 to 755. Bump package names. ok steven@ --- sysutils/bacula/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 85be8b1a1e5..030dceb05da 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2007/09/05 07:57:33 merdely Exp $ +# $OpenBSD: Makefile,v 1.6 2007/09/11 20:26:45 merdely Exp $ COMMENT-main= network backup solution COMMENT-client= network backup solution (client) @@ -6,9 +6,9 @@ COMMENT-server= network backup solution (server) VERSION= 2.0.3 DISTNAME= bacula-${VERSION} -PKGNAME-main= ${DISTNAME}p0 -FULLPKGNAME-client= bacula-client-${VERSION}p2 -PKGNAME-server= bacula-server-${VERSION}p1 +PKGNAME-main= ${DISTNAME}p1 +FULLPKGNAME-client= bacula-client-${VERSION}p3 +PKGNAME-server= bacula-server-${VERSION}p2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} @@ -55,6 +55,7 @@ CONFIGURE_ARGS= --enable-smartalloc \ --with-dir-group=_bacula \ --with-sd-user=root \ --with-sd-group=wheel \ + --with-sbin-perm=755 \ --without-x \ --without-tcp-wrappers \ --without-smtp-host \