Commit graph

8 commits

Author SHA1 Message Date
ghen
42750d5556 Move the dvd-handler python script from libexec/bacula to share/examples/bacula
to quiet CHECK_INTERPRETER (I don't want to add python as a dependency for that
one script).  Bump PKGREVISION for bacula and bacula-clientonly.
2008-01-08 16:52:20 +00:00
ghen
c0ff0e3bfc Full DESTDIR support for all bacula packages. 2008-01-04 14:32:49 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
ghen
aed24cb479 Move some things from Makefile.common to both Makefiles, and remove the options
for the gnome-console, wx-console and tray-monitor: they will become separate
packages in the next minute.  Ok with wiz.
2006-02-03 08:18:45 +00:00
wiz
52164ce712 Add three optional GUIs to bacula.
Also, stop the package from compressing the man pages.
From Geert Hendrickx in private mail.
2005-12-08 01:04:44 +00:00
wiz
013d76b61a Fix COMMENT for client-only package. Noted by reed@. 2005-11-18 07:21:04 +00:00
wiz
e0e7603c2f Use latest bacula-client version (instead of the one before that). 2005-11-11 21:34:03 +00:00
wiz
1afe23d444 Re-import bacula-client as bacula-clientonly, to emphasize it is a subset
of the bacula package, not a complement. Suggested by Geert Hendrickx.
2005-11-11 21:31:39 +00:00