Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 98 00:16:09 EST
From:      arlankfo@eos.ncsu.edu
To:        freebsd-newbies@FreeBSD.ORG
Subject:   Customizing xdm config files:  Making the ultimate login screen
Message-ID:  <199803210516.AAA09197@c00163-100lez.eos.ncsu.edu>

next in thread | raw e-mail | index | archive | help

The nice thing about Xsession is that you can start three processes 
simultaneously like so:

program1&
program2&
program3

...And when you kill program3, the Xsession script finishes and xdm
massacres the other processes program1 and program2.  All nice and good.
However, when you include the same three lines in Xsetup0,  all three
programs continue to run even after the user logs in.  And since root
owns them, a user can't simply kill them in Xsession.

My question is this:  is there a simple Bourne shell command that will 
start a bunch of programs and then kill them off when a user logs in
successfully (or when Xsetup0 finishes)?


Andy L.





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803210516.AAA09197>