> From [EMAIL PROTECTED] Fri Aug 24 05:12:30 2001
> From: =?iso-8859-1?q?Jes=FAs=20Mar=EDn?= <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: lprng gettext
> Date: Mon, 20 Aug 2001 17:36:18 +0100
>
> Hi Patrick!
> This is Jesus Marin from Spain.
> I've noticed that not all of yor messages are gettexted, so I'm modifying all 
> you src/common/*.c programs in order to get them gettexted properly by adding 
> _( and ) to every string found.
> Besides I've modified your lpr.c in order to admit "hold" parameter. To make 
> it, I've commented line 411 and 412:
> case 'H': break;
> and added line 446:
> case 'H':
> before case 'S':
> this way I can run an lp command including -Hhold.
> Besides I've made a simple filter to accomplish holding that makes an exit 37 
> (JHOLD) as it detects -Zhold parameter passed to it.
>
> All this can be sent to you as soon as I finish it, if you it think is 
> interesting...
>
> Regards.
>

I am always interested in changes/patches/suggestions.  Almost all
the changes/improvements in LPRng have been inspired or provided
by users sending me patches/changes or suggestions.

By the way,  please do NOT repeat NOT change the 'debug' strings.
If people send me dumps I need these in English to determine
what the problems are.

Do the following:

1. Save the original file that you are going to change:
    cp common/file common/file.orig

2. Make your changes

3. Send me a 'context diff' of the two files:

    files=`ls */*.orig |sed -e 's/\.orig$//'`
        for i in $files ; do
         diff -c $i $i.orig >>/tmp/diff done


Now email me the /tmp/diff file,  and make sure to put LPRng in
the subject line.  Also,  tell me what the changes are for so I
can check them out.

Thanks!

Patrick Powell                 Astart Technologies, [EMAIL PROTECTED]
9475 Chesapeake Drive, Suite D, Network and System             San
Diego, CA 92123
  Consulting                   858-874-6543 FAX 858-279-8424
  LPRng Print Spooler (http://www.lprng.com)


-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to