Ocean Park's 11th Bill. Working on a Restructuring Plan. And Executing It.

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Ocean Park's 11th Bill. Working on a Restructuring Plan. And Executing It.
# 1  
Old 09-30-2010
Ocean Park's 11th Bill. Working on a Restructuring Plan. And Executing It.

Ocean Park Advisors has filed its 11th monthly bill in the SCO bankruptcy, for $15,831, 80% of the bill for August, plus $196.13 in expenses. That's for 68.6 hours. According to the bill, they spent most of their time in August working on: "Analysis, Preparation and Execution of Restructuring Plan", 19.5 hours, $6,157.50.
There's a restructuring plan?? And they're *executing* it?
Actually, all kidding aside, they define restructuring on page 4 of the filing as "headcount reductions and non-payroll expense rationalizations." That's one of the saddest parts of the SCO story, all the employees whose lives have been impacted negatively. I gather from the bill, most of the headcount reductions in August were in the foreign subsidiaries. The August SCO story was shrinkage. It must be so depressing to work for SCO in 2010.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

"if" Loop not working when executing script using cron

I am facing this weird issue where the script is working fine from the command line but when I am executing it from cron though it is working fine but the "if" loop is processing else part though I know that the if part of the logic is true and ideally the loop should execute the if portion. ... (3 Replies)
Discussion started by: sk2code
3 Replies

2. Web Development

Tidal Stations - The Ocean Tropics

Tidal Stations - The Ocean Tropics For warm water lovers everywhere: https://www.unix.com/members/1-albums112-picture634.png (0 Replies)
Discussion started by: Neo
0 Replies

3. Shell Programming and Scripting

Java package restructuring using shell/sed/perl

Hi we are having more than 10k file source code clutterred across different directories. 1. we want to find duplicate file name 2. all java files and having having below content in various folder under /home/raxit/src --------- /*comment etc for few line */ package hello.a.b.c; ... (0 Replies)
Discussion started by: raxitsheth
0 Replies
Login or Register to Ask a Question
clamav-unofficial-sigs(8)					  SCRIPT COMMANDS					 clamav-unofficial-sigs(8)

NAME
clamav-unofficial-sigs - Download, test, and install third-party ClamAV signature databases. SYNOPSIS
clamav-unofficial-sigs [options] DESCRIPTION
clamav-unofficial-sigs is a shell script that updates the Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, INetMsg and ScamNailer third- party signature databases for ClamAV. OPTIONS
This script follows the standard GNU command line syntax. A summary of the options is shown below. -b Add a bypass signature entry to local.ign in order to temporarily resolve a false-positive issue with a third-party signature. The script will monitor any entries it makes to local.ign and will automatically remove bypass entries if either the original signature has been modified or removed from the database. -c FILE-NAME Source configuration information from a different file. -d Decode a hexadecimal encoded string or an individual ClamAV 3rd-party signature for viewing. This will not decode image signatures nor the official signatures. -e Encode a entire input string in hexadecimal for signature usage in any *.ndb database. -f Encode a formated input string in hexadecimal that contains spacing field '{}, (), *', without encoding the spacing fields, for sig- nature usage in any '*.ndb' database. -g FILE-NAME Verify the GPG signature for a specific SaneSecurity database file. Only specify the filename as listed in the configuration file and the script will search for it in the work directory. -h Print the script help and usage information. -i Print system and script configuration information. -m Make a hexadecimal signature database file (*.ndb) from a clear text ascii file. Provides support for both full and formatted sig- natures. Additional information is provided when using the flag. -r Remove the clamav-unofficial-sigs script and all of its associated files, databases and work directories from the system. -s FILE-NAME Test the integrity of a third-party signature database with clamscan. Only specify the filename as listed in the configuration file and the script will search for it in the work directory. -t If HAM directory scanning is enabled in the script's configuration file, then output the names of any third-party signatures that triggered during the HAM directory scan. -v Print the script version and date information. SEE ALSO
clamd(8), clamscan(1) COPYRIGHT
Bill Landry <bill@inetmsg.com> LICENSE
BSD (Berkeley Software Distribution) BUGS
Report bugs to Bill Landry <bill@inetmsg.com> AUTHOR
Bill Landry <bill@inetmsg.com> Version 3.7.1 June 6, 2010 clamav-unofficial-sigs(8)