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 , 13 years ago
comment:2 by , 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 , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry, but i can not verify this problem.
comment:5 by , 13 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
try to start oscam using -d 63
comment:6 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
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
sed 's/.$$$' )"'"'" \
add $ only 2 $ in all the section