summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/cobbler.spec b/cobbler.spec
index 1eb0313c..a8d5010b 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -80,7 +80,6 @@ PREFIX="--prefix=/usr"
if [ -x /usr/sbin/semanage ]; then
/usr/sbin/selinuxenabled
if [ "$?" -eq "0" ]; then
- echo "selinux is enabled"
/usr/sbin/semanage fcontext -a -t public_content_t "/var/www/cobbler/images/.*" >/dev/null &2>1 || /bin/true
/usr/sbin/semanage fcontext -a -t public_content_t "/var/lib/tftpboot/images/.*" >/dev/null &2>1 || /bin/true
/usr/sbin/semanage fcontext -a -t public_content_t "/tftpboot/images/.*" >/dev/null &2>1 || /bin/true