Displaying 2 results from an estimated 2 matches for "uname_".
Did you mean:
uname
2004 Apr 30
0
buildpkg.sh enhancements
...p "^$confvar=" Makefile | cut -d = -f 2`
done
@@ -118,6 +129,10 @@
## Extract common info requires for the 'info' part of the package.
VERSION=`./ssh -V 2>&1 | sed -e 's/,.*//'`
+ARCH=`uname -m`
+DEF_MSG="\n"
+OS_VER=`uname -v`
+SCRIPT_SHELL=/sbin/sh
UNAME_S=`uname -s`
case ${UNAME_S} in
SunOS) UNAME_S=Solaris
@@ -125,10 +140,25 @@
RCS_D=yes
DEF_MSG="(default: n)"
;;
- *) ARCH=`uname -m`
- DEF_MSG="\n" ;;
+ SCO_SV) UNAME_S=OpenServer
+ OS_VER=`uname -X | grep Release | sed -e 's/^Rel.*3.2v//'`
+ SCRIPT_SHELL=...
2002 Feb 28
4
Update to solaris package creation
Can someone else from the Solaris realm that uses our package system
verify that this should be done? It looks right, but I want
another opinion before commiting.
- Ben
> On Wed, 27 Feb 2002, Antonio Navarro wrote:
>
>> Hi Ben,
>>
>> I have made some modifications to the buildpkg.sh script that is
>> distributed with openssh.
>>
>> I am sending it to