Modify

Ticket #554 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

fix typo in bcfg2-server init script

Reported by: [email protected] Owned by: desai
Priority: minor Milestone: Bcfg2 0.9.6 Release
Component: bcfg2-server Version:
Keywords: init script Cc:

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

Attachments

bcfg2-initscript.diff (1.6 KB) - added by [email protected] 15 years ago.
Same problem exists in bcfg2 file too. Attached diff fixes both.

Change History

Changed 15 years ago by [email protected]

Same problem exists in bcfg2 file too. Attached diff fixes both.

comment:1 Changed 15 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to Bcfg2 0.9.6 Release

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.