Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 894)

Ticket Owner Reporter Resolution Summary
#118 desai [email protected] fixed SummarizeStats manpage vs StatReports
Description

If I see this correctly, the manpage for SummarizeStats? is actually the manpage for StatReports?

#553 desai [email protected] fixed Files to permit building RPMs directly from svn checkout
Description

The attached diff moves the bcfg2.spec file into a new redhat directory and adds a mechanism to build the RPM directly from svn.

To use, simply do this:

cd redhat
make

This will check out the latest code from svn and build the following RPMS into your RPMBUILD dir (usually ~/rpmbuild - you're not building as root, right?):

RPMS/noarch/bcfg2-server-0.9.6-0.1r4602.noarch.rpm
RPMS/noarch/bcfg2-0.9.6-0.1r4602.noarch.rpm
SRPMS/bcfg2-0.9.6-0.1r4602.src.rpm

4602 is the svn revision.

If you need to change package name, version, or release, simply modify the contents of the PACKAGE, VERSION, or RELEASE files.

(diff to follow)

#554 desai [email protected] fixed fix typo in bcfg2-server init script
Description
Index: debian/buildsys/common/bcfg2-server.init
===================================================================
--- debian/buildsys/common/bcfg2-server.init	(revision 4603)
+++ debian/buildsys/common/bcfg2-server.init	(working copy)
@@ -36,7 +36,7 @@
     if [ "$STATUS" = 0 ]
     then
 	log_success_msg "bcfg2-server"
-        test -d /var/lock/subsys && touch /var/log/subsys/bcfg2-server
+        test -d /var/lock/subsys && touch /var/lock/subsys/bcfg2-server
     else
 	log_failure_msg "bcfg2-server"
     fi
@@ -49,7 +49,7 @@
     STATUS=$?
     if [ "$STATUS" = 0 ]; then
       log_success_msg "bcfg2-server"
-      test -d /var/lock/subsys && touch /var/log/subsys/bcfg2-server
+      test -d /var/lock/subsys && touch /var/lock/subsys/bcfg2-server
     else
       log_failure_msg "bcfg2-server"
     fi
Note: See TracQuery for help on using queries.