[Bug 140] Solaris 8 cannot create pkg in OpenSSH 3.1p1

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Mar 8 08:33:32 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=140





------- Additional Comments From mozilla at mediaone.net  2002-03-08 08:33 -------
Ok found the bug,

In $openSSH/contrib/solaris/buildpkg.sh
line 13:
VERSION=`tail -1 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'`
needs to change to
line 13:
VERSION=`tail -2 ../../version.h | sed -e 's/.*_\([0-9]\)/\1/g' | sed 's/\"$//'`

This fixes the pkgcreation problem on Solaris 8



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list