All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael Hale" <michaelh@cipheroptics.com>
To: linux-hotplug@vger.kernel.org
Subject: [SOLVED] RE: Weird environment for usb-storage script?
Date: Wed, 17 Sep 2003 17:36:32 +0000	[thread overview]
Message-ID: <marc-linux-hotplug-106382035329707@msgid-missing> (raw)

Thanks Joerg,

I changed my usb-storage script to look like this:
#!/bin/sh

exec >/tmp/foo.$$ 2>&1
set -x
invoke-rc.d ssh start
eject

echo '#!/bin/sh
killall -9 sshd
eject -t' > $REMOVER

chmod 777 $REMOVER

...and it starts and stops the ssh server.  Now I just need to read some
man pages and figure out what exec and set -x are actually doing :)

Thanks again, Michael

>-----Original Message-----
>From: linux-hotplug-devel-admin@lists.sourceforge.net 
>[mailto:linux-hotplug-devel-admin@lists.sourceforge.net] On 
>Behalf Of Joerg Sommer
>Sent: Wednesday, September 17, 2003 11:55 AM
>To: linux-hotplug-devel@lists.sourceforge.net
>Subject: Re: Weird environment for usb-storage script?
>
>
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

             reply	other threads:[~2003-09-17 17:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-17 17:36 Michael Hale [this message]
2003-09-17 18:19 ` [SOLVED] RE: Weird environment for usb-storage script? Michael Hale
2003-09-17 20:25 ` Joerg Sommer
2003-09-17 21:11 ` Michael Hale

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-hotplug-106382035329707@msgid-missing \
    --to=michaelh@cipheroptics.com \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.