Modify

Ticket #440 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

bashism in init script

Reported by: [email protected] Owned by: desai
Priority: trivial Milestone: Bcfg2 0.9.4 Release
Component: bcfg2-client Version:
Keywords: Cc:

Description

in debian/bcfg2.init, there is a line:

[ "$BCFG2_ENABLED" == "0" -o "$BCFG2_INIT" == 0 ] && exit 0

this should be:

[ "$BCFG2_ENABLED" = "0" -o "$BCFG2_INIT" = 0 ] && exit 0

Looking forward to using bcfg2 now :-)

Attachments

Change History

comment:1 Changed 16 years ago by desai

  • Status changed from new to assigned
  • Milestone set to Bcfg2 0.9.4 Release

It looks like this has already been fixed in svn, about 2 months ago. Which version are you running against?

comment:2 Changed 16 years ago by desai

  • Status changed from assigned to closed
  • Resolution set to fixed

This was a result of the use of old packaging.

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.