[33757] trunk/base/aclocal.m4

afb at macports.org afb at macports.org
Mon Feb 4 11:32:10 PST 2008


Revision: 33757
          http://trac.macosforge.org/projects/macports/changeset/33757
Author:   afb at macports.org
Date:     2008-02-04 11:32:08 -0800 (Mon, 04 Feb 2008)

Log Message:
-----------
default root group for other platforms

Modified Paths:
--------------
    trunk/base/aclocal.m4

Modified: trunk/base/aclocal.m4
===================================================================
--- trunk/base/aclocal.m4	2008-02-04 19:30:50 UTC (rev 33756)
+++ trunk/base/aclocal.m4	2008-02-04 19:32:08 UTC (rev 33757)
@@ -322,6 +322,12 @@
 	   darwin*)
 		DSTGRP="admin"
 		;;
+	   freebsd*)
+		DSTGRP="wheel"
+		;;
+	   linux*)
+		DSTGRP="root"
+		;;
 	   *)
 		DSTGRP="wheel"
 		;;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080204/d0968be2/attachment.html


More information about the macports-changes mailing list