Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 0bdd47a9e8d4b74bf7ce70ef8690a95f > files > 6

freepbx-2.5.1-1mdv2010.0.src.rpm

--- install_amp	2008-09-10 15:44:06.000000000 -0500
+++ install_amp	2008-09-10 15:44:32.000000000 -0500
@@ -898,20 +898,20 @@
 	fatal("Could not determine asterisk version (got: \"".$verinfo."\" please report this)");
 }
 
-// **** Make sure selinux isn't enabled
-
-outn("Checking for selinux..");
-$tmpoutput;
-$tmpout = exec("getenforce", $tmpoutput, $sereturn);
-if (strtolower($tmpoutput[0]) === "enabled") {
-        // this method seems better because disabled and premissive are the same
-        // if a user installs and realizes selinux is running the other method 
-        // requires a reboot to get selinuxenabled to work after editing the  selinux config
-        // this will allow you to use setenforce 0 which turns selinux into premissive mode which
-        // doesnt enforce, it just warns.
-	fatal("selinux is ENABLED. This is not supported. Please disable selinux before using FreePBX");
-}
-out("OK");
+#// **** Make sure selinux isn't enabled
+#
+#outn("Checking for selinux..");
+#$tmpoutput;
+#$tmpout = exec("getenforce", $tmpoutput, $sereturn);
+#if (strtolower($tmpoutput[0]) === "enabled") {
+#        // this method seems better because disabled and premissive are the same
+#        // if a user installs and realizes selinux is running the other method 
+#        // requires a reboot to get selinuxenabled to work after editing the  selinux config
+#        // this will allow you to use setenforce 0 which turns selinux into premissive mode which
+#        // doesnt enforce, it just warns.
+#	fatal("selinux is ENABLED. This is not supported. Please disable selinux before using FreePBX");
+#}
+#out("OK");
 
 // **** Connect to database