Modify

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#13 closed defect (fixed)

[patch] wrong entry in /etc/services

Reported by: Bodo Meißner <bodo@…> Owned by: somebody
Priority: major Component: debian
Version: 3.1.2 Keywords:
Cc:

Description

I downloaded the source package as written on https://subtrac.sara.nl/oss/pxeconfig/wiki/PxeInstallation and created the Debian package. I installed the package on Ubuntu lucid.

The entry in /etc/services created by the postinst script was wrong:

-e pxeconfigd 6611/tcp # pxe config daemon

This problem results from variations of the echo commands integrated in different shells.

One option to work around this problem is to call some echo commands and check the output to determine the correct syntax. (Done by Autoconf configure scripts.)

I fixed the problem by calling /bin/echo instead of echo. See attached patch.

Attachments (1)

pxeconfig.patch1 (526 bytes) - added by Bodo Meißner <bodo@…> 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Bodo Meißner <bodo@…>

comment:1 Changed 14 years ago by bas

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

(In [182]) changed echo to /bin/echo, closes #13

comment:2 Changed 14 years ago by bas

  • Component changed from pxeconfig to debian

Add Comment

Modify Ticket

Change Properties
Action
as closed The owner will remain somebody.
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.