Are the UnixWare 7.1.1 sources available?

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Are the UnixWare 7.1.1 sources available?
Prev   Next
# 2  
Old 04-29-2010
Many copyright notices appear in various text files released with every distribution, including C header files. No need to look at undisclosed source files.
And of course, UnixWare is closed source.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Firewalld - multiple services / sources?

If you have a system with one network interface, and you want to allow ssh from some addresses, freeipa-ldap from others, and https (which is part of freeipa-ldap) from another one; and you do not want to have a sea of rich rules... how do you do that? I can't tell if firewalld is just really... (2 Replies)
Discussion started by: jnojr
2 Replies

2. Programming

Can anyone provide some sources about bank IT

I am working in IT company working for banks.I find hardly to get technology about bank IT on the internet.Consider banks all using Unix, I think I can get some help here. Recommend some sits or books about bank IT will be very helpful!! (0 Replies)
Discussion started by: hhdzhu
0 Replies

3. UNIX for Dummies Questions & Answers

Question about I/O sources

Hi all, What is the difference between these two comands? sed s/a/b/ <f1 >f2 sed s/a/b/ f1 >f2 Best, santiagorf (3 Replies)
Discussion started by: santiagorf
3 Replies

4. Debian

Repositories in sources.list

I'm just interested to know how your sources.list look like. I got some repositories witch give some errors and I would like to clean it up. and when I do apt-get update I get few lines showing errors like 404 , this is how my list look like: # deb cdrom:/ squeeze main # deb cdrom:/... (0 Replies)
Discussion started by: zdorian
0 Replies

5. Solaris

Building OpenSolaris from sources

Everyone knows the project LFS (Linux from scratch), it is a book-assembly instructions GNU / Linux from source code. I managed to gather, then my knowledge of GNU / Linux grew, learned many new commands, edit config-files, base packages, kernel, etc. .. Now I would like also to explore... (0 Replies)
Discussion started by: Geekon
0 Replies

6. Linux

Kernel sources

I"m installing my ATI card in FC4. I'm going off of instructions that i've found. The firs step says that i need my kernel sources which i've got then it says that i've gotta unpack them so i can make links to the file later. My kernel sources that i've got are .src.rpm I've installed them but... (1 Reply)
Discussion started by: byblyk
1 Replies

7. SCO

Performance issue from Unixware 2.1 to Unixware 7

Hello, I am having performance problem when , i ported a c code from Unixware 2.1 to Unixware 7.0.0. My program establishes a synchornous connection with the client in a windows OS and then sends and receives messsages using the recv and send calls. What i hyave noticed is that after a... (0 Replies)
Discussion started by: Amith
0 Replies

8. UNIX for Dummies Questions & Answers

Sources for Raid Information

All, I have worked with UNIX for quite a while but never with raid. My section has just taken control of 3 servers each with different configurations and all running raids. My question for everyone is can you recommend any books that I can purchase or web sites that deal specifically with how to... (1 Reply)
Discussion started by: 3grls=1hd8
1 Replies

9. UNIX for Dummies Questions & Answers

unix sources

hello, i'm looking for the sources of the old, original unices (v3 preferred). could someone point a link? (2 Replies)
Discussion started by: fdarkangel
2 Replies
Login or Register to Ask a Question
MAKE-OCTAVE-FORGE-DEBPKG(1)				User Contributed Perl Documentation			       MAKE-OCTAVE-FORGE-DEBPKG(1)

NAME
make-octave-forge-debpkg -- Generate a Debian package from the sources of an Octave-Forge package SYNOPSIS
make-octave-forge-debpkg DESCRIPTION
make-octave-forge-debpkg is a helper script for generating a first version of a Debian package for an Octave-Forge package. The command should be launched from the top directory of the unpacked sources of an Octave-Forge packages. A file called DESCRIPTION must be present, from which the informations about the package is gathered. The following files are generated, with sensible contents, but needing further editing: debian/changelog debian/compat debian/control debian/copyright debian/rules debian/source/format debian/watch ENVIRONMENT VARIABLES
The environment variables DEBFULLNAME and DEBEMAIL are used for generating the identity of the developer, which will appear in debian/changelog and debian/copyright. If they do not exist, FULLNAME and EMAIL are used instead. DISCLAIMER
make-octave-forge-debpkg is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. COPYRIGHT
Copyright 2012 Rafael Laboissiere This script is free software; you can redistribute it and/or modify it under the terms of the GNU GPL, v3 or later. AUTHOR
Rafael Laboissiere <rafael@laboissiere.net> perl v5.14.2 2012-05-08 MAKE-OCTAVE-FORGE-DEBPKG(1)