[netdisco/el6] Edited for EL6

gouldwp gouldwp at fedoraproject.org
Wed Oct 19 18:57:36 UTC 2011


commit 86f0245bca751961ebedd1851a37343371673d65
Author: Walter Gould <gouldwp at fedoraproject.org>
Date:   Sun Oct 16 16:05:09 2011 -0500

    Edited for EL6

 netdisco.spec   |    5 ++++-
 netdisco_config |    8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/netdisco.spec b/netdisco.spec
index 1af70bf..13470c9 100644
--- a/netdisco.spec
+++ b/netdisco.spec
@@ -1,6 +1,6 @@
 Name:           netdisco 
 Version:        1.1 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A web-based network management tool 
 License:        BSD
 Group:          Applications/Internet 
@@ -180,6 +180,9 @@ fi
  
 
 %changelog
+* Wed Oct 19 2011 <gouldwp at fedoraproject.org> 1.1-2
+- Netdisco network management software.
+- Edited netdisco_config for EL6
 * Thu Oct 13 2011 <gouldwp at fedoraproject.org> 1.1-1
 - Netdisco network management software.
 - Changed %dir/var/run/netdisco to %ghost /var/run/netdisco - bug 656636 
diff --git a/netdisco_config b/netdisco_config
index be59d10..a3ee676 100755
--- a/netdisco_config
+++ b/netdisco_config
@@ -186,11 +186,11 @@ chcon system_u:object_r:usr_t:s0 /usr/share/netdisco/html/netmap.map /usr/share/
 chmod 644 /usr/share/netdisco/html/netmap.map /usr/share/netdisco/html/netmap.gif
 chown netdisco:netdisco /usr/share/netdisco/html/netmap.map /usr/share/netdisco/html/netmap.gif
 
-#/etc/init.d/postgresql start
-#/etc/init.d/httpd start
+/etc/init.d/postgresql start
+/etc/init.d/httpd start
 
-/bin/systemctl start postgresql.service
-/usr/sbin/httpd > /dev/null 2>&1
+#/bin/systemctl start postgresql.service
+#/usr/sbin/httpd > /dev/null 2>&1
 
 # Start postgres and httpd at system startup
 /sbin/chkconfig postgresql on


More information about the scm-commits mailing list