[csw-devel] SF.net SVN: gar:[14491] csw/mgar/pkg/bacula/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon May 2 20:55:37 CEST 2011


Revision: 14491
          http://gar.svn.sourceforge.net/gar/?rev=14491&view=rev
Author:   bdwalton
Date:     2011-05-02 18:55:37 +0000 (Mon, 02 May 2011)

Log Message:
-----------
bacula/trunk: set configure options to use unique uid for dir and sd

Modified Paths:
--------------
    csw/mgar/pkg/bacula/trunk/Makefile

Modified: csw/mgar/pkg/bacula/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bacula/trunk/Makefile	2011-05-02 18:38:23 UTC (rev 14490)
+++ csw/mgar/pkg/bacula/trunk/Makefile	2011-05-02 18:55:37 UTC (rev 14491)
@@ -217,9 +217,9 @@
 CONFIGURE_ARGS += --with-mon-fd-password=IEKXaPXrRO8BzJYBJueDJgkVsXzR/1cVvPNGJhZPrsHB
 CONFIGURE_ARGS += --with-mon-sd-password=e5fbjZnW+1hohTYFBfTXFe1KP7BIgCrAvY4fA4fg39TN
 # don't run as root except for the file daemon which will need those privs
-CONFIGURE_ARGS += --with-dir-user=bacula
+CONFIGURE_ARGS += --with-dir-user=bacula-dir
 CONFIGURE_ARGS += --with-dir-group=bacula
-CONFIGURE_ARGS += --with-sd-user=bacula
+CONFIGURE_ARGS += --with-sd-user=bacula-sd
 CONFIGURE_ARGS += --with-sd-group=bacula
 
 EXTRA_INC += $(includedir)/ncursesw


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list