rpms/netdisco/F-11 netdisco.init, 1.2, 1.3 netdisco.spec, 1.2, 1.3 netdisco_config, 1.1, 1.2

gouldwp gouldwp at fedoraproject.org
Thu Sep 17 22:02:18 UTC 2009


Author: gouldwp

Update of /cvs/pkgs/rpms/netdisco/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4931

Modified Files:
	netdisco.init netdisco.spec netdisco_config 
Log Message:



Index: netdisco.init
===================================================================
RCS file: /cvs/pkgs/rpms/netdisco/F-11/netdisco.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- netdisco.init	22 Aug 2009 02:56:48 -0000	1.2
+++ netdisco.init	17 Sep 2009 22:02:17 -0000	1.3
@@ -2,11 +2,21 @@
 #
 # Startup script for the netdisco daemon
 #
-# chkconfig: 345 95 5
+# chkconfig: - 95 5
 # description: Startup/shutdown script for the Netdisco Admin Daemon
 # processname: netdisco
 # pidfile: /var/run/netdisco/netdisco.pid
 # config: /etc/netdisco.conf
+#
+### BEGIN INIT INFO
+# Provides: netdisco
+# Required-Start: $local_fs $network
+# Required-Stop: $local_fs $network
+# Short-Description: start and stop netdisco admin daemon 
+# Description: Netdisco is a network management application targeted at large
+# corporate and university networks. 
+### END INIT INFO
+
 
 # Source function library.
 . /etc/rc.d/init.d/functions


Index: netdisco.spec
===================================================================
RCS file: /cvs/pkgs/rpms/netdisco/F-11/netdisco.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- netdisco.spec	22 Aug 2009 02:56:48 -0000	1.2
+++ netdisco.spec	17 Sep 2009 22:02:17 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           netdisco 
 Version:        0.95 
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A web-based network management tool 
 License:        BSD
 Group:          Applications/Internet 
@@ -17,7 +17,7 @@ Requires:       httpd
 Requires:       postgresql postgresql-server
 Requires:       net-snmp net-snmp-perl
 Requires:       mod_perl mod_ssl
-Requires:       graphviz 
+Requires:       graphviz graphviz-gd 
 Requires:       perl(DBI) 
 Requires:       perl(Apache::DBI)
 Requires:       perl(DBD::Pg)
@@ -150,8 +150,11 @@ fi
  
 
 %changelog
-* Sun Jul 26 2009 <gouldwp at fedoraproject.org> 0.95-3
+* Thu Sep 17 2009 <gouldwp at fedoraproject.org> 0.95-4
 - Netdisco network management software.
+- Added require graphviz-gd package for graphing to work 
+- Added chkconfig line in netdisco_config script
+- Changed chkconfig line in netdisco.init script to not start daemon by default
 - Changed %%post section to work correctly with chkconfig
 - Changed %%defattr(-,root,root) to %%defattr(-,root,root,-) in files section
 - Changed /usr/share/ to %%_datadir in the %%files section


Index: netdisco_config
===================================================================
RCS file: /cvs/pkgs/rpms/netdisco/F-11/netdisco_config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- netdisco_config	28 Jul 2009 05:27:19 -0000	1.1
+++ netdisco_config	17 Sep 2009 22:02:17 -0000	1.2
@@ -173,6 +173,7 @@ chown netdisco:netdisco /usr/share/netdi
 # Start postgres and httpd at system startup
 /sbin/chkconfig postgresql on
 /sbin/chkconfig httpd on
+/sbin/chkconfig netdisco on
 
 # create netdisco user - and start netdisco
 echo ""




More information about the fedora-extras-commits mailing list