The Latest on Psystar - Papa's Got a Brand New Bag

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News The Latest on Psystar - Papa's Got a Brand New Bag
# 1  
Old 01-17-2010
The Latest on Psystar - Papa's Got a Brand New Bag

Psystar has filed an appeal. But it has also reported back to the California court that it is complying fully with the injunction ordered against it.
I thought you'd be interested in seeing the Report Regarding Compliance With Injunction that Psystar filed with Judge William Alsup in California. Psystar CEO Rudy Pedraza demonstrates a very different tone now. It seems Psystar would *never, ever* condone software piracy. Psystar tells the court that it might have made statements of defiance in the past, but now it knows it needs to stay legal, and so it will. Papa's got a brand new bag.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Debian

Laptop waking up in bag: go back to sleep script

I have a Debian-derived distro (Kubuntu 8.04) running on a Dell Inspiron laptop. This laptop often wakes from RAM suspension while in my bag. I would like to run a script, upon RAM suspension wake, that would detect if the lid switch is closed. If so, then the script should put the machine back in... (0 Replies)
Discussion started by: dotancohen
0 Replies
Login or Register to Ask a Question
gnutls_pkcs12_get_bag(3)					      gnutls						  gnutls_pkcs12_get_bag(3)

NAME
gnutls_pkcs12_get_bag - This function returns a Bag from a PKCS12 structure SYNOPSIS
#include <gnutls/pkcs12.h> int gnutls_pkcs12_get_bag(gnutls_pkcs12_t pkcs12, int indx, gnutls_pkcs12_bag_t bag); ARGUMENTS
gnutls_pkcs12_t pkcs12 should contain a gnutls_pkcs12_t structure int indx contains the index of the bag to extract gnutls_pkcs12_bag_t bag An initialized bag, where the contents of the bag will be copied DESCRIPTION
This function will return a Bag from the PKCS12 structure. RETURNS
On success, GNUTLS_E_SUCCESS is returned, otherwise a negative error value. After the last Bag has been read GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned. REPORTING BUGS
Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/ COPYRIGHT
Copyright (C) 2008 Free Software Foundation. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. SEE ALSO
The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command info gnutls should give you access to the complete manual. gnutls 2.8.6 gnutls_pkcs12_get_bag(3)