rpms/setroubleshoot/devel .cvsignore, 1.10, 1.11 setroubleshoot.init, 1.2, 1.3 setroubleshoot.spec, 1.14, 1.15 sources, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 27 14:28:37 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/setroubleshoot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5129/devel

Modified Files:
	.cvsignore setroubleshoot.init setroubleshoot.spec sources 
Log Message:
auto-import setroubleshoot-0.15-1 on branch devel from setroubleshoot-0.15-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	24 Jul 2006 14:55:43 -0000	1.10
+++ .cvsignore	27 Jul 2006 14:28:34 -0000	1.11
@@ -1 +1 @@
-setroubleshoot-0.14.tar.gz
+setroubleshoot-0.15.tar.gz


Index: setroubleshoot.init
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/setroubleshoot.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- setroubleshoot.init	21 Jul 2006 13:42:14 -0000	1.2
+++ setroubleshoot.init	27 Jul 2006 14:28:34 -0000	1.3
@@ -28,36 +28,37 @@
 test `id -u` = 0  || exit 4
 
 # Check config
-test -x /usr/sbin/setroubleshootd  || exit 5
+test -x /usr/sbin/setroubleshoot  || exit 5
 
 RETVAL=0
 
-prog="setroubleshootd"
+prog="setroubleshoot"
+exe="setroubleshootd"
 
 start(){
     echo -n $"Starting $prog: "
     unset HOME MAIL USER USERNAME
-    daemon $prog "$EXTRAOPTIONS"
+    daemon $exe "$EXTRAOPTIONS"
     RETVAL=$?
     echo
     if test $RETVAL = 0 ; then
-        touch /var/lock/subsys/setroubleshootd
+        touch /var/lock/subsys/setroubleshoot
     fi
     return $RETVAL
 }
 
 stop(){
     echo -n $"Stopping $prog: "
-    killproc $prog
+    killproc $exe
     RETVAL=$?
     echo
-    rm -f /var/lock/subsys/setroubleshootd
+    rm -f /var/lock/subsys/setroubleshoot
     return $RETVAL
 }
 
 reload(){
     echo -n $"Reloading configuration: "	
-    killproc $prog -HUP
+    killproc $exe -HUP
     RETVAL=$?
     echo
     return $RETVAL


Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- setroubleshoot.spec	24 Jul 2006 14:55:43 -0000	1.14
+++ setroubleshoot.spec	27 Jul 2006 14:28:34 -0000	1.15
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 0.14
+Version: 0.15
 Release: 1
 License: GPL
 Group: Applications/System
@@ -78,6 +78,7 @@
 %files
 %defattr(-,root,root,-)
 %doc %{pkgdocdir}
+%{_bindir}/*
 %{_sbindir}/*
 %{auditlibdir}/*
 %{pkgpythondir}
@@ -93,6 +94,11 @@
 %{_datadir}/pixmaps/*png
 
 %changelog
+* Mon Jul 26 2006 Dan Walsh <dwalsh at redhat.com> - 0.15-1
+-  Karl MacMillan 
+	* Add generic templating mechanism to Plugin
+	* Ported all plugins to use templating mechanism
+
 * Sat Jul 22 2006 Dan Walsh <dwalsh at redhat.com> - 0.13-1
 - Fixes to plugins
 - Fixes to dispatcher


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/setroubleshoot/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	24 Jul 2006 14:55:43 -0000	1.12
+++ sources	27 Jul 2006 14:28:34 -0000	1.13
@@ -1 +1 @@
-22558c35056acc87ca6b04da8cd9c722  setroubleshoot-0.14.tar.gz
+f07dea1b1d86430559b60ffaa327e466  setroubleshoot-0.15.tar.gz




More information about the fedora-cvs-commits mailing list