[Midnightbsd-cvs] mports: pkg-install: I know this looks stupid, but in some situations

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 13 12:20:14 EDT 2008


Log Message:
-----------
I know this looks stupid, but in some situations the group isn't created when we  need it.

Modified Files:
--------------
    mports/sysutils/munin-node:
        pkg-install (r1.1 -> r1.2)

-------------- next part --------------
Index: pkg-install
===================================================================
RCS file: /home/cvs/mports/sysutils/munin-node/pkg-install,v
retrieving revision 1.1
retrieving revision 1.2
diff -L sysutils/munin-node/pkg-install -L sysutils/munin-node/pkg-install -u -r1.1 -r1.2
--- sysutils/munin-node/pkg-install
+++ sysutils/munin-node/pkg-install
@@ -112,6 +112,7 @@
 	make_group munin
 	;;      
     POST-INSTALL)
+	make_group munin
 	if [ -z "${PACKAGE_BUILDING}" ]; then
 		init_plugins
 		${PKG_PREFIX}/etc/rc.d/munin-node.sh start


More information about the Midnightbsd-cvs mailing list