Extended vs vintage


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Extended vs vintage
# 1  
Old 10-23-2018
Extended vs vintage

I am having issues with the MOS (my oracle support) page. I downloaded the new critical patch and oct patchset. for solaris 10 64. However, I noticed that that the Entitlement class read vintage instead of extended in which we bought the service.

can anyone tell me the difference? it is safe and correct to install the vintage ? in my reading I could not find the answer.


thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Vintage!!! Jimmy Page/Jeff Beck/Eric Clapton-Stairway to Heaven

You must watch this music video. Jimmy Page/Jeff Beck/Eric Clapton-Stairway to Heaven https://youtu.be/wKlEVtA_TGQ Long before there was surveillance capitalism, Google, FB and dystopian social media, there was Jimmy Page! This is how it all "used to be" before mankind was reduced to... (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

Anyone Running Vintage UNIXen?

Like SunOS, AT&T Unix or anything else of that era... anything running MGR as a graphics subsystem? I'd enjoy hearing from people that may have used MGR back in the day. I have something of a collection of 32bit Suns sun4c, sun4m, sun4d etc..nothing bigger than an 8 way 85Mhz SS1000E though. The... (0 Replies)
Discussion started by: cb88
0 Replies

3. AIX

Printing extended ASCII

Hi All, I'm trying to send extended ascii characters to my HP2055 as part of PCL printer control codes. What I want to do is select a bar code font, print the bar code and reset the printer to the default font. Selecting the bar code font works good. Printing the bar code goes almost ok too. ... (5 Replies)
Discussion started by: petervg
5 Replies

4. UNIX Desktop Questions & Answers

Vintage unix

Hi, this my be a weird request but I'm wondering if it's possible to instill a vintage unix (like early 1980's) onto a laptop or desktop. If so how I would I go about downloading and installing? I'm mainly wanting to do this as an little porject and some funsies for me. Thanks. (11 Replies)
Discussion started by: dado00
11 Replies

5. Shell Programming and Scripting

extended characters in UNIX

Hi Guys, I am using db2 load to load from a csv file to a table. Problem is that extended characters ™,®,é,º do not get loaded correctly. Its a UTF 8 format csv and i am using codepage=1208 for the load. Does anybody have an idea on this? Thanks (2 Replies)
Discussion started by: lifzgud
2 Replies

6. Filesystems, Disks and Memory

How to mount and read vintage scsi HDD

I started on another thread and full story can be seen here: https://www.unix.com/security/91428-how-reset-root-password-old-unix-system-v.html But my situation turned to land on this thread now. I have old scsi HDD out of the UHC UNIX System V Rel. 4.0 Version 3.6 box. And need to read... (1 Reply)
Discussion started by: 82026
1 Replies

7. Programming

Extended ascii

Hi all, I would like to change the extended ascii code ( 128 - 255). I tried to change LC_ALL and LANG in current session ( values from locale -a) and for no good. Thanks. (0 Replies)
Discussion started by: avis
0 Replies

8. Programming

about extended memory

Hello Reders In my system i have an extended memory of 129024 k.b which is 126 M.B when i click the system properties i use to get 129520 K.B where does the remainng 484 k.b comes from? apart from extended memory shadow ram 384 k.b basemmemory 640 k cahe ram 256 k my question what... (1 Reply)
Discussion started by: rajashekaran
1 Replies
Login or Register to Ask a Question
GIT-QUILTIMPORT(1)                                                  Git Manual                                                  GIT-QUILTIMPORT(1)

NAME
git-quiltimport - Applies a quilt patchset onto the current branch SYNOPSIS
git quiltimport [--dry-run | -n] [--author <author>] [--patches <dir>] [--series <file>] DESCRIPTION
Applies a quilt patchset onto the current Git branch, preserving the patch boundaries, patch order, and patch descriptions present in the quilt patchset. For each patch the code attempts to extract the author from the patch description. If that fails it falls back to the author specified with --author. If the --author flag was not given the patch description is displayed and the user is asked to interactively enter the author of the patch. If a subject is not found in the patch description the patch name is preserved as the 1 line subject in the Git description. OPTIONS
-n, --dry-run Walk through the patches in the series and warn if we cannot find all of the necessary information to commit a patch. At the time of this writing only missing author information is warned about. --author Author Name <Author Email> The author name and email address to use when no author information can be found in the patch description. --patches <dir> The directory to find the quilt patches. The default for the patch directory is patches or the value of the $QUILT_PATCHES environment variable. --series <file> The quilt series file. The default for the series file is <patches>/series or the value of the $QUILT_SERIES environment variable. GIT
Part of the git(1) suite Git 2.17.1 10/05/2018 GIT-QUILTIMPORT(1)