The enclosed appears to indicate Unsolicited Commercial Email was relayed through
your network.
Please investigate and take appropriate action.
"Michael B. Trausch" wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
>
> On Fri, 18 Jun 1999, 1stFlight ! wrote:
> >
> > Hello all,
> >
> > I'm trying to run Staroffice 5.1 Redhat 6.0 on one system with
> > multiple users. So far, I've run into nothing but hiccups, has anyone
> > out there pulled this off or know how to? I'd appreciate all help.
> > Thanks.
> >
>
> According to StarOffice's license, you're not allowed to do that... but I
> use different names on my system and found a (bad) workaround...
>
> Compile the following C program:
>
> - -------------------BEGIN
> /*
> * start_star.c - Start the StarOffice program
> */
>
> /*
> * NOTE: Edit the following #define to point to the exact location
> * of the soffice script.
> */
>
> #define STAR_OFFICE_START "/usr/local/bin/soffice &"
>
> int main()
> {
> system(STAR_OFFICE_START);
> return(0);
> }
>
> - ----------------------------- END
>
> Now, after that's compiled, change the owner of the binary to the person
> that installed StarOffice (user and group). Then, do this:
>
> chmod u+x
>
> on the binary. YOU MUST DO ALL OF THIS AS ROOT.
>
> Now, install that program in /bin, or ~/bin, or whereever the hell you
> want to put it. Make sure that all users can execute it... Voila. You
> have the workaround.
>
> - ----------------------------------------------------------------------------
> Michael B. Trausch
> President of Linux Operations, ADK Computers http://adk.hypermart.net/
> - ----------------------------------------------------------------------------
> PGP Public Key is available at hkp:[EMAIL PROTECTED], or at:
> http://wcnet.org/~mtrausch/pubkey.txt, or finger:[EMAIL PROTECTED]
> - ----------------------------------------------------------------------------
> ADK Computers, Walbridge Office E-Mail: [EMAIL PROTECTED]
> - ----------------------------------------------------------------------------
>
> Customer: I'm running Windows '98 Tech: Yes. Customer: My computer isn't
> working now. Tech: Yes, you said that.
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 5.0i for non-commercial use
> Charset: noconv
>
> iQCbAwUBN2sOjXNd0YT7jYpVAQGGNQQtEtuY9cCkMghFCA4BSsHPaZ18WWvb3eY6
> cb5ntGylUtu45cXJ0DVd7Sbgpz8CkS0NS8F+5OpERy0FMmIZ3Dp4D3d7aOmeQ8gq
> F/rHAIfbC2ea9ppSE4FDrvVUu/WGcYR+6MXq+mpbE9xzgrWoBQvfTBWsyhi9qdYV
> E4l9XGTY4KsLfC8TUC0=
> =Ya7A
> -----END PGP SIGNATURE-----