Opened 13 years ago

Closed 13 years ago

#102 closed defect (invalid)

svn version bug

Reported by: piefav Owned by:
Priority: major Component:
Severity: medium Keywords:
Cc: Sensitive: no

Description

In log display wrong revision
2009/11/29 15:08:29 1679 s >> OSCam << cardserver started version 0.99.4svn, build #56 (i686-pc-linux)

in my case the revision was 560

Change History (6)

comment:1 by piefav, 13 years ago

sed 's/.$$$' )"'"'" \

add $ only 2 $ in all the section

comment:2 by piefav, 13 years ago

From

DS_OPTS="-O2 -DOS_LINUX -DCS_CONFDIR=${CS_CONFDIR} -Winline -Werror -finline-functions -fomit-frame-pointer -D'CS_SVN_VERSION="'"$(shell svnversion -n . | sed 's/.$$' )"'"'" \

To

DS_OPTS="-O2 -DOS_LINUX -DCS_CONFDIR=${CS_CONFDIR} -Winline -Werror -finline-functions -fomit-frame-pointer -D'CS_SVN_VERSION="'"$(shell svnversion -n . | sed 's/.$$$' )"'"'" \

comment:3 by landlord, 13 years ago

Resolution: invalid
Status: newclosed

Sorry, but i can not verify this problem.

comment:4 by piefav, 13 years ago

try to start oscam using -d 63

comment:5 by piefav, 13 years ago

Resolution: invalid
Status: closedreopened

try to start oscam using -d 63

comment:6 by landlord, 13 years ago

Resolution: invalid
Status: reopenedclosed

Sorry, i've tried to verify again. But let's have a look:

2009/11/29 21:20:25  20739 s   version=0.99.4svn, build #565, system=unknown-pc-linux, nice=-1
Note: See TracTickets for help on using tickets.