Archived posting to the Leica Users Group, 2003/07/30

[Author Prev] [Author Next] [Thread Prev] [Thread Next] [Author Index] [Topic Index] [Home] [Search]

Subject: Re: [Leica] Re: Mean People Suck :-) [ was: Re cropping dilema ]
From: Brian Reid <reid@mejac.palo-alto.ca.us>
Date: Wed, 30 Jul 2003 22:08:25 -0700
References: <BB4D94B2.205F%steve@streetphoto.net> <3349042.1059590622805.JavaMail.nobody@rowlf.psp.pas.earthlink.net> <5.2.1.1.2.20030730140204.08299790@192.168.100.11>

> Even our LIST OWNER, Brian, would not consider putting up his pictures because we are "a tough crowd."

I'm a computer operations guy. I'd be delighted to post my software. For example, here's a little shell script:

#! /bin/sh
#
# This script adds an incoming leica-users digest volume to the
# searchable archives and to the website.
#
# Context: run in /local/majordomo/mejac/aliases from sendmail wrapper.
#
REALM=$1
LIST=$2
export REALM LIST

set `grep '^digest_volume' /local/majordomo/${REALM}/lists/${LIST}-digest.config
 `
VOL=${3}
export VOL
/usr/local/bin/mhonarc -add -quiet \
        -outdir /a3/mhonarc/${LIST}/v${VOL}/ \
        -rcfile /local/majordomo/${REALM}/mhonarc/${LIST}.mrc



- --
To unsubscribe, see http://mejac.palo-alto.ca.us/leica-users/unsub.html

In reply to: Message from Steve LeHuray <steve@streetphoto.net> (Re: [Leica] Re cropping dilema)
Message from feli2@earthlink.net (Re: Re: [Leica] Re cropping dilema)
Message from "Richard F. Man" <richard@imagecraft.com> ([Leica] Re: Mean People Suck :-) [ was: Re cropping dilema ])