[PC-BSD Commits] r17399 - in pbi/modules/games/conquest: . scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 25 07:16:52 PDT 2012
Author: kenmoore
Date: 2012-06-25 14:16:51 +0000 (Mon, 25 Jun 2012)
New Revision: 17399
Modified:
pbi/modules/games/conquest/pbi.conf
pbi/modules/games/conquest/scripts/post-install.sh
pbi/modules/games/conquest/scripts/pre-remove.sh
Log:
Remove the group creation/deletion from the games/conquest scripts and rebuild
Modified: pbi/modules/games/conquest/pbi.conf
===================================================================
--- pbi/modules/games/conquest/pbi.conf 2012-06-25 12:15:24 UTC (rev 17398)
+++ pbi/modules/games/conquest/pbi.conf 2012-06-25 14:16:51 UTC (rev 17399)
@@ -17,7 +17,7 @@
PBI_REQUIRESROOT="YES"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="01"
+PBI_BUILDKEY="02"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
Modified: pbi/modules/games/conquest/scripts/post-install.sh
===================================================================
--- pbi/modules/games/conquest/scripts/post-install.sh 2012-06-25 12:15:24 UTC (rev 17398)
+++ pbi/modules/games/conquest/scripts/post-install.sh 2012-06-25 14:16:51 UTC (rev 17399)
@@ -1,7 +1,4 @@
#!/bin/sh
-#Create the group needed to run the game
-pw groupadd conquest
-
#Create the needed directories
mkdir /var/games/conquest
Modified: pbi/modules/games/conquest/scripts/pre-remove.sh
===================================================================
--- pbi/modules/games/conquest/scripts/pre-remove.sh 2012-06-25 12:15:24 UTC (rev 17398)
+++ pbi/modules/games/conquest/scripts/pre-remove.sh 2012-06-25 14:16:51 UTC (rev 17399)
@@ -1,7 +1,4 @@
#!/bin/sh
-#Remove the Conquest group
-pw groupdel conquest
-
#Remove the Conquest Directory (and all contents)
rm -rf /var/games/conquest/
More information about the Commits
mailing list